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-08-28T03:10:24.885Z||main|||||INFO|500||The following profiles are active: basic 2022-08-28T03:10:36.688Z||main|||||INFO|500||Starting service [Tomcat] 2022-08-28T03:10:36.689Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-08-28T03:10:36.800Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-08-28T03:10:40.893Z||main|||||INFO|500||catdb-pool - Starting... 2022-08-28T03:10:41.277Z||main|||||INFO|500||catdb-pool - Start completed. 2022-08-28T03:10:41.726Z||main|||||INFO|500||reqdb-pool - Starting... 2022-08-28T03:10:41.734Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-08-28T03:10:41.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-08-28T03:10:42.072Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-08-28T03:10:42.594Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-08-28T03:10:44.517Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-28T03:10:46.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-28T03:10:46.843Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-08-28T03:10:47.494Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-28T03:10:47.687Z||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-08-28T03:10:48.976Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-28T03:10:50.125Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-08-28T03:10:50.150Z||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$$51610b81.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-08-28T03:10:50.151Z||main|||||WARN|500||The sdc end point is not alive 2022-08-28T03:10:53.056Z||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-08-28T03:10:56.323Z||main|||||WARN|500||--- 2022-08-28T03:10:56.323Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-08-28T03:10:56.324Z||main|||||WARN|500||--- 2022-08-28T03:10:56.806Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-08-28T03:11:01.527Z||main|||||INFO|500||Started Application in 39.726 seconds (JVM running for 41.814) 2022-08-28T03:11:01.560Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-28T03:11:01.564Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-28T03:11:01.588Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-28T03:11:01.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-28T03:11:01.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0dcc5fc-4d2b-4739-9f38-cf9616ee8953 url= /sdc/v1/artifactTypes 2022-08-28T03:11:01.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-28T03:11:02.004Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-08-28T03:11:02.040Z||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-08-28T03:11:02.094Z||scheduling-1|||||DEBUG|500||create keys 2022-08-28T03:11:02.102Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-08-28T03:11:02.252Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:11:02.268Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1256d56d-c044-4d41-8607-c329c1a6ee24 url= /sdc/v1/registerForDistribution 2022-08-28T03:11:02.771Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1256d56d-c044-4d41-8607-c329c1a6ee24 url= /sdc/v1/registerForDistribution 2022-08-28T03:11:02.772Z||scheduling-1|||||INFO|500||start DistributionClient 2022-08-28T03:11:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:11:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:11:02.790Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-08-28T03:11:02.792Z||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-08-28T03:11:02.792Z||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-08-28T03:11:02.792Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:11:02.792Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:11:13.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:11:13.695Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:12:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:12:02.781Z||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-08-28T03:12:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:12:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:12:02.782Z||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-08-28T03:12:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:12:12.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:12:12.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:13:02.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:13:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:13:02.782Z||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-08-28T03:13:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:13:02.785Z||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-08-28T03:13:02.785Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:13:12.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:13:13.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:14:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:14:02.781Z||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-08-28T03:14:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:14:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:14:02.782Z||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-08-28T03:14:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:14:12.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:14:12.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:15:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:15:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:15:02.781Z||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-08-28T03:15:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:15:02.781Z||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-08-28T03:15:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:15:12.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:15:12.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:16:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:16:02.780Z||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-08-28T03:16:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:16:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:16:02.782Z||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-08-28T03:16:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:16:12.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:16:12.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:17:02.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:17:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:17:02.785Z||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-08-28T03:17:02.785Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:17:02.790Z||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-08-28T03:17:02.790Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:17:12.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:17:12.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:18:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:18:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:18:02.781Z||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-08-28T03:18:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:18:02.786Z||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-08-28T03:18:02.786Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:18:12.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:18:12.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:19:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:19:02.781Z||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-08-28T03:19:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:19:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:19:02.782Z||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-08-28T03:19:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:19:12.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:19:12.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:20:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:20:02.780Z||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-08-28T03:20:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:20:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:20:02.782Z||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-08-28T03:20:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:20:12.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:20:12.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:20:24.871Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-08-28T03:21:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:21:02.780Z||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-08-28T03:21:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:21:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:21:02.782Z||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-08-28T03:21:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:21:12.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:21:12.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:22:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:22:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:22:02.782Z||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-08-28T03:22:02.782Z||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-08-28T03:22:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:22:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:22:12.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:22:12.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:23:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:23:02.780Z||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-08-28T03:23:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:23:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:23:02.781Z||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-08-28T03:23:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:23:12.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:23:12.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:24:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:24:02.780Z||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-08-28T03:24:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:24:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:24:02.782Z||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-08-28T03:24:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:24:12.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:24:12.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:25:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:25:02.781Z||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-08-28T03:25:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:25:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:25:02.781Z||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-08-28T03:25:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:25:12.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:25:12.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:26:02.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:26:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:26:02.783Z||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-08-28T03:26:02.783Z||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-08-28T03:26:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:26:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:26:12.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:26:12.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:27:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:27:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:27:02.782Z||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-08-28T03:27:02.782Z||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-08-28T03:27:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:27:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:27:12.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:27:12.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:28:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:28:02.780Z||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-08-28T03:28:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:28:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:28:02.782Z||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-08-28T03:28:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:28:12.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:28:12.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:29:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:29:02.781Z||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-08-28T03:29:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:29:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:29:02.782Z||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-08-28T03:29:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:29:12.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:29:12.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:30:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:30:02.780Z||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-08-28T03:30:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:30:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:30:02.781Z||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-08-28T03:30:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:30:12.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:30:12.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:31:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:31:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:31:02.783Z||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-08-28T03:31:02.783Z||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-08-28T03:31:02.784Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:31:02.784Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:31:12.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:31:12.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:32:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:32:02.780Z||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-08-28T03:32:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:32:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:32:02.781Z||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-08-28T03:32:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:32:12.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:32:12.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:33:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:33:02.780Z||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-08-28T03:33:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:33:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:33:02.781Z||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-08-28T03:33:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:33:12.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:33:12.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:34:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:34:02.780Z||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-08-28T03:34:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:34:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:34:02.782Z||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-08-28T03:34:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:34:12.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:34:12.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:35:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:35:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:35:02.783Z||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-08-28T03:35:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:35:02.783Z||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-08-28T03:35:02.784Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:35:12.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:35:12.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:36:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:36:02.780Z||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-08-28T03:36:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:36:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:36:02.782Z||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-08-28T03:36:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:36:12.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:36:12.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:37:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:37:02.779Z||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-08-28T03:37:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:37:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:37:02.781Z||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-08-28T03:37:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:37:12.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:37:12.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:38:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:38:02.780Z||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-08-28T03:38:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:38:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:38:02.782Z||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-08-28T03:38:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:38:12.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:38:12.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:39:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:39:02.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:39:02.784Z||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-08-28T03:39:02.784Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:39:02.784Z||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-08-28T03:39:02.784Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:39:12.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:39:12.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:40:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:40:02.780Z||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-08-28T03:40:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:40:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:40:02.782Z||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-08-28T03:40:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:40:12.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:40:12.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:41:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:41:02.780Z||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-08-28T03:41:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:41:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:41:02.782Z||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-08-28T03:41:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:41:12.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:41:12.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:42:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:42:02.780Z||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-08-28T03:42:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:42:02.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:42:02.783Z||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-08-28T03:42:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:42:12.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:42:12.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:43:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:43:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:43:02.783Z||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-08-28T03:43:02.783Z||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-08-28T03:43:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:43:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:43:12.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:43:12.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:44:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:44:02.780Z||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-08-28T03:44:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:44:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:44:02.781Z||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-08-28T03:44:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:44:12.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:44:12.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:45:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:45:02.780Z||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-08-28T03:45:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:45:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:45:02.782Z||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-08-28T03:45:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:45:12.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:45:12.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:46:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:46:02.780Z||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-08-28T03:46:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:46:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:46:02.781Z||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-08-28T03:46:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:46:12.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:46:12.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:47:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:47:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:47:02.783Z||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-08-28T03:47:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:47:02.783Z||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-08-28T03:47:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:47:12.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:47:12.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:48:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:48:02.780Z||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-08-28T03:48:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:48:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:48:02.782Z||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-08-28T03:48:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:48:12.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:48:12.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:49:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:49:02.779Z||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-08-28T03:49:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:49:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:49:02.781Z||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-08-28T03:49:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:49:12.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:49:12.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:50:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:50:02.780Z||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-08-28T03:50:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:50:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:50:02.781Z||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-08-28T03:50:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:50:12.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:50:12.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:51:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:51:02.780Z||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-08-28T03:51:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:51:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:51:02.781Z||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-08-28T03:51:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:51:12.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:51:12.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:52:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:52:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:52:02.782Z||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-08-28T03:52:02.782Z||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-08-28T03:52:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:52:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:52:12.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:52:12.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:53:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:53:02.780Z||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-08-28T03:53:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:53:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:53:02.782Z||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-08-28T03:53:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:53:12.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:53:12.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:54:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:54:02.780Z||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-08-28T03:54:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:54:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:54:02.781Z||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-08-28T03:54:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:54:12.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:54:12.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:55:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:55:02.780Z||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-08-28T03:55:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:55:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:55:02.781Z||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-08-28T03:55:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:55:12.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:55:12.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:56:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:56:02.780Z||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-08-28T03:56:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:56:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:56:02.781Z||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-08-28T03:56:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:56:12.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:56:12.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:57:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:57:02.779Z||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-08-28T03:57:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:57:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:57:02.781Z||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-08-28T03:57:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:57:12.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:57:12.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:58:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:58:02.780Z||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-08-28T03:58:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:58:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:58:02.781Z||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-08-28T03:58:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:58:12.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:58:12.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:59:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:59:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T03:59:02.782Z||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-08-28T03:59:02.782Z||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-08-28T03:59:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:59:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T03:59:12.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T03:59:12.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:00:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:00:02.780Z||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-08-28T04:00:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:00:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:00:02.782Z||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-08-28T04:00:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:00:12.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:00:12.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:01:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:01:02.780Z||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-08-28T04:01:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:01:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:01:02.781Z||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-08-28T04:01:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:01:12.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:01:12.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:02:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:02:02.780Z||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-08-28T04:02:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:02:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:02:02.782Z||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-08-28T04:02:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:02:12.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:02:12.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:03:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:03:02.780Z||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-08-28T04:03:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:03:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:03:02.783Z||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-08-28T04:03:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:03:12.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:03:12.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:04:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:04:02.780Z||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-08-28T04:04:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:04:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:04:02.781Z||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-08-28T04:04:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:04:12.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:04:12.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:05:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:05:02.780Z||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-08-28T04:05:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:05:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:05:02.781Z||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-08-28T04:05:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:05:12.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:05:12.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:06:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:06:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:06:02.781Z||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-08-28T04:06:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:06:02.781Z||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-08-28T04:06:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:06:12.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:06:12.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:07:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:07:02.780Z||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-08-28T04:07:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:07:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:07:02.781Z||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-08-28T04:07:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:07:12.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:07:12.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:08:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:08:02.780Z||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-08-28T04:08:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:08:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:08:02.781Z||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-08-28T04:08:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:08:12.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:08:12.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:09:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:09:02.779Z||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-08-28T04:09:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:09:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:09:02.782Z||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-08-28T04:09:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:09:12.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:09:12.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:10:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:10:02.779Z||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-08-28T04:10:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:10:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:10:02.781Z||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-08-28T04:10:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:10:12.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:10:12.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:11:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:11:02.780Z||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-08-28T04:11:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:11:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:11:02.781Z||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-08-28T04:11:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:11:12.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:11:12.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:12:02.783Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:12:02.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:12:02.785Z||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-08-28T04:12:02.785Z||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-08-28T04:12:02.786Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:12:02.786Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:12:12.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:12:12.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:13:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:13:02.780Z||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-08-28T04:13:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:13:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:13:02.782Z||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-08-28T04:13:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:13:12.410Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:13:12.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:14:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:14:02.780Z||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-08-28T04:14:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:14:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:14:02.781Z||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-08-28T04:14:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:14:12.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:14:12.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:15:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:15:02.781Z||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-08-28T04:15:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:15:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:15:02.781Z||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-08-28T04:15:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:15:12.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:15:12.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:16:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:16:02.780Z||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-08-28T04:16:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:16:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:16:02.781Z||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-08-28T04:16:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:16:12.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:16:12.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:17:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:17:02.780Z||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-08-28T04:17:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:17:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:17:02.781Z||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-08-28T04:17:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:17:12.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:17:12.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:18:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:18:02.781Z||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-08-28T04:18:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:18:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:18:02.782Z||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-08-28T04:18:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:18:12.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:18:12.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:19:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:19:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:19:02.781Z||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-08-28T04:19:02.781Z||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-08-28T04:19:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:19:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:19:12.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:19:12.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:20:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:20:02.780Z||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-08-28T04:20:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:20:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:20:02.781Z||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-08-28T04:20:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:20:12.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:20:12.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:21:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:21:02.779Z||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-08-28T04:21:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:21:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:21:02.781Z||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-08-28T04:21:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:21:12.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:21:12.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:22:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:22:02.779Z||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-08-28T04:22:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:22:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:22:02.781Z||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-08-28T04:22:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:22:12.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:22:12.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:23:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:23:02.779Z||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-08-28T04:23:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:23:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:23:02.781Z||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-08-28T04:23:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:23:12.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:23:12.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:24:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:24:02.779Z||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-08-28T04:24:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:24:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:24:02.781Z||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-08-28T04:24:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:24:12.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:24:12.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:25:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:25:02.780Z||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-08-28T04:25:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:25:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:25:02.781Z||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-08-28T04:25:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:25:12.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:25:12.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:26:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:26:02.780Z||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-08-28T04:26:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:26:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:26:02.782Z||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-08-28T04:26:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:26:12.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:26:12.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:27:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:27:02.780Z||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-08-28T04:27:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:27:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:27:02.781Z||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-08-28T04:27:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:27:12.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:27:12.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:28:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:28:02.779Z||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-08-28T04:28:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:28:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:28:02.781Z||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-08-28T04:28:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:28:12.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:28:12.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:29:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:29:02.779Z||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-08-28T04:29:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:29:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:29:02.781Z||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-08-28T04:29:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:29:12.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:29:12.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:30:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:30:02.779Z||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-08-28T04:30:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:30:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:30:02.781Z||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-08-28T04:30:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:30:12.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:30:12.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:31:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:31:02.780Z||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-08-28T04:31:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:31:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:31:02.781Z||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-08-28T04:31:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:31:12.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:31:12.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:32:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:32:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:32:02.783Z||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-08-28T04:32:02.783Z||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-08-28T04:32:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:32:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:32:12.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:32:12.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:33:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:33:02.780Z||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-08-28T04:33:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:33:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:33:02.781Z||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-08-28T04:33:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:33:12.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:33:12.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:34:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:34:02.780Z||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-08-28T04:34:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:34:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:34:02.781Z||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-08-28T04:34:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:34:12.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:34:12.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:35:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:35:02.779Z||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-08-28T04:35:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:35:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:35:02.781Z||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-08-28T04:35:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:35:12.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:35:12.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:36:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:36:02.779Z||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-08-28T04:36:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:36:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:36:02.781Z||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-08-28T04:36:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:36:12.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:36:12.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:37:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:37:02.779Z||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-08-28T04:37:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:37:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:37:02.781Z||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-08-28T04:37:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:37:12.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:37:12.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:38:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:38:02.780Z||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-08-28T04:38:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:38:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:38:02.781Z||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-08-28T04:38:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:38:12.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:38:12.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:39:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:39:02.780Z||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-08-28T04:39:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:39:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:39:02.781Z||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-08-28T04:39:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:39:12.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:39:12.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:40:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:40:02.781Z||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-08-28T04:40:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:40:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:40:02.781Z||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-08-28T04:40:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:40:12.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:40:12.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:41:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:41:02.779Z||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-08-28T04:41:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:41:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:41:02.781Z||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-08-28T04:41:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:41:12.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:41:12.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:42:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:42:02.779Z||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-08-28T04:42:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:42:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:42:02.781Z||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-08-28T04:42:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:42:12.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:42:12.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:43:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:43:02.779Z||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-08-28T04:43:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:43:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:43:02.781Z||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-08-28T04:43:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:43:12.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:43:12.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:44:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:44:02.780Z||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-08-28T04:44:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:44:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:44:02.781Z||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-08-28T04:44:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:44:12.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:44:12.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:45:02.779Z||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-08-28T04:45:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:45:02.781Z||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-08-28T04:45:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:03.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:03.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e400396e-2f50-4a84-a457-db276b4b9444","serviceName":"vFW 2022-08-28 04-42-36","serviceVersion":"1.0","serviceUUID":"59dc6ca2-2c70-453f-86f0-4221a2805d6c","serviceDescription":"catalog service description","serviceInvariantUUID":"ec9d962e-9377-4f68-aeb9-d4e10ae677ea","resources":[{"resourceInstanceName":"vFW e1fc70e9-7f38 0","resourceName":"vFW e1fc70e9-7f38","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa5236bb-2eec-4697-b035-91586d222717","resourceInvariantUUID":"2f44d397-7749-4578-814a-fc7b25283e83","resourceCustomizationUUID":"4c912b79-7bb7-40f6-9553-14d0a9cd5894","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml","artifactChecksum":"NTA5N2M2NzY3NDdmZmM1MzExYTNjMGY1YWEyNWE0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3668b77-1be6-4201-9f7c-14d4b1fc8c9f","artifactVersion":"1"},{"artifactName":"vfwe1fc70e97f380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json","artifactChecksum":"ZjhkOWJkYTk5ZjE1MjNmZmFkODFhNTI4NjQ1YWIzZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a2d18d-9095-421c-9e65-b9e7c76c77ba","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8879792d-005d-4068-90ba-7aff5fb7a837","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml","artifactChecksum":"NmNhZGJhNjZlOWM3OGVjMDJiOTJjNjdmNjc1ZDhkZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3a621e7-7f51-4a6e-8db4-8b42a3cf127e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"109376ac-dbe7-41fa-9b12-46f4232e0444","artifactVersion":"2","generatedFromUUID":"8879792d-005d-4068-90ba-7aff5fb7a837"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828044236-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml","artifactChecksum":"YzFlYmIxNWUxNWJlNzIwMjJjODc5ZjA2MTM3ZjVhYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"155b4604-6164-4315-b877-195b8e0f6bc4","artifactVersion":"1"},{"artifactName":"service-Vfw20220828044236-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar","artifactChecksum":"ZTYzMTJhZmRkNzg0YzRkNDc2ZWMzMzcxOGVkZjUxYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be462411-ece6-46b6-a695-52d491e7382c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T04:45:03.507Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:03.514Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:03.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:03.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.527Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:03.527Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOTIFIED" } 2022-08-28T04:45:03.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:45:03.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOTIFIED" } 2022-08-28T04:45:03.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661865586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:03.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661873186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:03.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "ves-openapi-manager", "timestamp": 1661661868727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:45:03.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661875507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:03.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661882801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:45:03.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "cds", "timestamp": 1661661883838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-08-28T04:45:03.627Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-08-28T04:45:03.632Z||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-08-28T04:45:03.632Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:03.651Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:03.652Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:45:03.810Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444 2022-08-28T04:45:03.835Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661883614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661884626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661878498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:03.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "policy-id", "timestamp": 1661661885631, "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-08-28T04:45:03.881Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444 2022-08-28T04:45:03.881Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661886703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661887856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661889383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661890476, "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-08-28T04:45:03.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444 2022-08-28T04:45:03.895Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661883549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:03.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "multicloud-k8s-id", "timestamp": 1661661891491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:45:03.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661891625, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661892029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661892710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:45:03.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "clamp", "timestamp": 1661661893717, "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-08-28T04:45:03.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444 2022-08-28T04:45:03.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:03.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661890053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:03.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661897486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:45:03.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661898272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:03.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:45:03.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:45:03.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661898491, "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-08-28T04:45:03.929Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444 2022-08-28T04:45:03.929Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:04.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:04.535Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:04.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:04.537Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOTIFIED" } 2022-08-28T04:45:04.637Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:04.638Z||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-08-28T04:45:04.638Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:04.674Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:04.675Z||pool-4-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:45:05.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:05.539Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:05.541Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:05.541Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:45:05.641Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:05.642Z||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-08-28T04:45:05.642Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:05.663Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:05.664Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:45:06.541Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:06.542Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:06.545Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:06.545Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:06.645Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:06.646Z||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-08-28T04:45:06.646Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:06.769Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:06.770Z||pool-6-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:07.546Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:07.547Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:07.549Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:07.550Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:45:07.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:07.651Z||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-08-28T04:45:07.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:07.729Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:07.730Z||pool-7-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:08.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:08.551Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:08.554Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:08.554Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:45:08.654Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:08.655Z||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-08-28T04:45:08.655Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:08.689Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:08.690Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:09.554Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:45:09.555Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:09.558Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:09.558Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:45:09.658Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:09.659Z||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-08-28T04:45:09.659Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:09.731Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:09.731Z||pool-9-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:45:10.560Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "serviceName": "vFW 2022-08-28 04-42-36", "serviceVersion": "1.0", "serviceUUID": "59dc6ca2-2c70-453f-86f0-4221a2805d6c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ec9d962e-9377-4f68-aeb9-d4e10ae677ea", "resources": [ { "resourceInstanceName": "vFW e1fc70e9-7f38 0", "resourceCustomizationUUID": "4c912b79-7bb7-40f6-9553-14d0a9cd5894", "resourceName": "vFW e1fc70e9-7f38", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fa5236bb-2eec-4697-b035-91586d222717", "resourceInvariantUUID": "2f44d397-7749-4578-814a-fc7b25283e83", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe1fc70e97f380_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "artifactChecksum": "ZjhkOWJkYTk5ZjE1MjNmZmFkODFhNTI4NjQ1YWIzZjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40a2d18d-9095-421c-9e65-b9e7c76c77ba", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8879792d-005d-4068-90ba-7aff5fb7a837", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "109376ac-dbe7-41fa-9b12-46f4232e0444", "generatedFromUUID": "8879792d-005d-4068-90ba-7aff5fb7a837" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "109376ac-dbe7-41fa-9b12-46f4232e0444", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828044236-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "artifactChecksum": "ZTYzMTJhZmRkNzg0YzRkNDc2ZWMzMzcxOGVkZjUxYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be462411-ece6-46b6-a695-52d491e7382c" } ], "workloadContext": "Production" } 2022-08-28T04:45:10.561Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T04:45:10.561Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59dc6ca2-2c70-453f-86f0-4221a2805d6c ASDC 2022-08-28T04:45:10.693Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e400396e-2f50-4a84-a457-db276b4b9444 ServiceName:vFW 2022-08-28 04-42-36 ServiceVersion:1.0 ServiceUUID:59dc6ca2-2c70-453f-86f0-4221a2805d6c ServiceInvariantUUID:ec9d962e-9377-4f68-aeb9-d4e10ae677ea ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828044236-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar ArtifactUUID:be462411-ece6-46b6-a695-52d491e7382c ArtifactChecksum:ZTYzMTJhZmRkNzg0YzRkNDc2ZWMzMzcxOGVkZjUxYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e1fc70e9-7f38 0 ResourceCustomizationUUID:4c912b79-7bb7-40f6-9553-14d0a9cd5894 ResourceInvariantUUID:2f44d397-7749-4578-814a-fc7b25283e83 ResourceName:vFW e1fc70e9-7f38 ResourceType:VF ResourceUUID:fa5236bb-2eec-4697-b035-91586d222717 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe1fc70e97f380_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json ArtifactUUID:40a2d18d-9095-421c-9e65-b9e7c76c77ba ArtifactChecksum:ZjhkOWJkYTk5ZjE1MjNmZmFkODFhNTI4NjQ1YWIzZjc= 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/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml ArtifactUUID:8879792d-005d-4068-90ba-7aff5fb7a837 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/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env ArtifactUUID:109376ac-dbe7-41fa-9b12-46f4232e0444 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/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env ArtifactUUID:109376ac-dbe7-41fa-9b12-46f4232e0444 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T04:45:10.693Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59dc6ca2-2c70-453f-86f0-4221a2805d6c 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-08-28T04:45:10.737Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:45:10.739Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-08-28T04:45:10.740Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-08-28T04:45:10.740Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be462411-ece6-46b6-a695-52d491e7382c from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:10.740Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-08-28T04:45:10.742Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:11.064Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-08-28T04:45:11.083Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar be462411-ece6-46b6-a695-52d491e7382c 99014 2022-08-28T04:45:11.085Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar ASDC sendASDCNotification 2022-08-28T04:45:11.085Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:11.086Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:45:11.087Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:11.089Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:11.089Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661911084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:11.190Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:45:11.190Z||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-08-28T04:45:11.191Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:11.266Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:11.267Z||pool-10-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:12.090Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:45:12.091Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-08-28T04:45:12.092Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be462411-ece6-46b6-a695-52d491e7382c, URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar to file: /app/ASDC/1/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:12.093Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828044236-csar.csar 2022-08-28T04:45:12.276Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:12.277Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:12.919Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1957796180903431133/Definitions/service-Vfw20220828044236-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-08-28T04:45:15.427Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e1fc70e9-7f38 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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.435Z|e400396e-2f50-4a84-a457-db276b4b9444|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-Vfw20220828044236-csar.csar 2022-08-28T04:45:15.435Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-08-28T04:45:15.441Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.442Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.446Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:15.447Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-08-28T04:45:15.448Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:45:15.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T04:45:15.459Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.459Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:45:15.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:15.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:15.461Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.461Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:15.461Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7235352-612f-4b1a-b6f7-56c059e8fb06 2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49d5f0b2-6e05-4db1-9205-c5b42d7ba239 2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a01f56e6-5ddc-43c7-a257-b6b7cd94fb88 2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 04-42-36 Description:catalog service description Model UUID:59dc6ca2-2c70-453f-86f0-4221a2805d6c Model Version:NULL Model InvariantUuid:ec9d962e-9377-4f68-aeb9-d4e10ae677ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e1fc70e9-7f38 Model UUID:a8915b45-b029-4b05-8e57-dc0a3d6d9eb2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2f44d397-7749-4578-814a-fc7b25283e83 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c912b79-7bb7-40f6-9553-14d0a9cd5894 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c22bbf9e-1609-4578-ba8c-70157d831460 ModelName:VfwE1fc70e97f38..base_vfw..module-0 ModelUuid:8981ef25-0b18-444f-b359-d7855503b302 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b7235352-612f-4b1a-b6f7-56c059e8fb06 ModelInvariantUuid:11d2d225-8fa2-46b1-9633-b5b27804debd ModelName:vFW e1fc70e9-7f38-nodes.vfwCvfc ModelUuid:ad24ebe6-c3b8-4275-8eb4-73e2dc2a6801 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:214e59c5-fc6a-4348-a5c5-7a5beedad657 ModelInvariantUuid:b3b12990-1f51-49b2-9dc5-7162f716b329 ModelName:VfwE1fc70e97f38.compute.nodes.heat.vfw ModelUuid:17fe0363-9723-4b01-9c65-0482596657db ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:49d5f0b2-6e05-4db1-9205-c5b42d7ba239 ModelInvariantUuid:769497c5-12ce-4a75-ba5b-6ac12c99119d ModelName:vFW e1fc70e9-7f38-nodes.vsnCvfc ModelUuid:80817ee9-48d1-4a51-93bf-4d1ee309ba35 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0d082819-7876-499c-b70b-264530929785 ModelInvariantUuid:ebf2cbfc-37c6-4390-bddc-b54bc8ca4bd5 ModelName:VfwE1fc70e97f38.compute.nodes.heat.vsn ModelUuid:b6a51f7f-4189-4e56-abc6-9da0dd54cd06 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a01f56e6-5ddc-43c7-a257-b6b7cd94fb88 ModelInvariantUuid:5c7ed924-8628-47d6-9e03-5a56f10a0dee ModelName:vFW e1fc70e9-7f38-nodes.vpgCvfc ModelUuid:dbf28fef-93af-4d27-860c-ced25b73eb8e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:914c7fcc-4dda-48a2-88a6-c87534121590 ModelInvariantUuid:9af23a74-75eb-444e-a856-3b6fe2e5b050 ModelName:VfwE1fc70e97f38.compute.nodes.heat.vpg ModelUuid:bf13d8e9-37bc-41e4-8f0e-0909bdf95c21 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-08-28T04:45:15.484Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fa5236bb-2eec-4697-b035-91586d222717 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-08-28T04:45:15.572Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||vFW e1fc70e9-7f38 0 2022-08-28T04:45:15.579Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa5236bb-2eec-4697-b035-91586d222717 2022-08-28T04:45:15.579Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 40a2d18d-9095-421c-9e65-b9e7c76c77ba from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json 2022-08-28T04:45:15.579Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-08-28T04:45:15.580Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json 2022-08-28T04:45:15.786Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-08-28T04:45:15.786Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json 40a2d18d-9095-421c-9e65-b9e7c76c77ba 785 2022-08-28T04:45:15.787Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json ASDC sendASDCNotification 2022-08-28T04:45:15.787Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json 2022-08-28T04:45:15.787Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:45:15.788Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:15.790Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:15.790Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661915787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:15.890Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:45:15.891Z||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-08-28T04:45:15.891Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:15.947Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:15.948Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:16.792Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE1fc70e97f38..base_vfw..module-0", "vfModuleModelInvariantUUID": "c22bbf9e-1609-4578-ba8c-70157d831460", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8981ef25-0b18-444f-b359-d7855503b302", "vfModuleModelCustomizationUUID": "369c742b-2cf3-46bb-b57c-8eabd442721e", "isBase": true, "artifacts": [ "8879792d-005d-4068-90ba-7aff5fb7a837", "109376ac-dbe7-41fa-9b12-46f4232e0444" ], "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-08-28T04:45:16.806Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE1fc70e97f38..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8981ef25-0b18-444f-b359-d7855503b302 VfModuleModelInvariantUUID:c22bbf9e-1609-4578-ba8c-70157d831460 VfModuleModelDescription:NULL Artifacts UUID List:{ 8879792d-005d-4068-90ba-7aff5fb7a837 , 109376ac-dbe7-41fa-9b12-46f4232e0444 } 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-08-28T04:45:16.809Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE1fc70e97f38..base_vfw..module-0", "vfModuleModelInvariantUUID": "c22bbf9e-1609-4578-ba8c-70157d831460", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8981ef25-0b18-444f-b359-d7855503b302", "vfModuleModelCustomizationUUID": "369c742b-2cf3-46bb-b57c-8eabd442721e", "isBase": true, "artifacts": [ "8879792d-005d-4068-90ba-7aff5fb7a837", "109376ac-dbe7-41fa-9b12-46f4232e0444" ], "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-08-28T04:45:16.809Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE1fc70e97f38..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8981ef25-0b18-444f-b359-d7855503b302 VfModuleModelInvariantUUID:c22bbf9e-1609-4578-ba8c-70157d831460 VfModuleModelDescription:NULL Artifacts UUID List:{ 8879792d-005d-4068-90ba-7aff5fb7a837 , 109376ac-dbe7-41fa-9b12-46f4232e0444 } 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-08-28T04:45:16.810Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8879792d-005d-4068-90ba-7aff5fb7a837 from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml 2022-08-28T04:45:16.810Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-08-28T04:45:16.810Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml 2022-08-28T04:45:17.029Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-08-28T04:45:17.030Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml 8879792d-005d-4068-90ba-7aff5fb7a837 20368 2022-08-28T04:45:17.031Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T04:45:17.031Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml 2022-08-28T04:45:17.031Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:45:17.032Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:17.033Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:17.033Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661917031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:17.133Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:45:17.134Z||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-08-28T04:45:17.134Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:17.169Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:17.170Z||pool-12-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":2,"count":1} 2022-08-28T04:45:18.034Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 109376ac-dbe7-41fa-9b12-46f4232e0444 from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env 2022-08-28T04:45:18.035Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-08-28T04:45:18.035Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env 2022-08-28T04:45:18.234Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-08-28T04:45:18.234Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env 109376ac-dbe7-41fa-9b12-46f4232e0444 2098 2022-08-28T04:45:18.235Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T04:45:18.235Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env 2022-08-28T04:45:18.235Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:45:18.236Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:18.238Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:18.238Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661918235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:45:18.338Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:45:18.339Z||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-08-28T04:45:18.339Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:18.528Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:18.529Z||pool-13-thread-1|||||INFO|500||cambria reply ok (190 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:45:19.239Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 59dc6ca2-2c70-453f-86f0-4221a2805d6c 2022-08-28T04:45:19.240Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e1fc70e9-7f38 0 fa5236bb-2eec-4697-b035-91586d222717 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-08-28T04:45:19.270Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d5720ef, org.onap.sdc.toscaparser.api.parameters.Input@454b089b, org.onap.sdc.toscaparser.api.parameters.Input@127ba6d1, org.onap.sdc.toscaparser.api.parameters.Input@937df70, org.onap.sdc.toscaparser.api.parameters.Input@5d33c6e1] 2022-08-28T04:45:19.273Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4c912b79-7bb7-40f6-9553-14d0a9cd5894 2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c912b79-7bb7-40f6-9553-14d0a9cd5894 matches Tosca VF Customization UUID: 4c912b79-7bb7-40f6-9553-14d0a9cd5894 2022-08-28T04:45:19.275Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4c912b79-7bb7-40f6-9553-14d0a9cd5894 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-08-28T04:45:19.280Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.280Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.281Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4c912b79-7bb7-40f6-9553-14d0a9cd5894: {\"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-08-28T04:45:19.281Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63683336 2022-08-28T04:45:19.282Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.282Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:45:19.282Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 369c742b-2cf3-46bb-b57c-8eabd442721e 2022-08-28T04:45:19.283Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 369c742b-2cf3-46bb-b57c-8eabd442721e 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-08-28T04:45:19.288Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.289Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:19.289Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T04:45:19.292Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:45:19.292Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:45:19.292Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.294Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7235352-612f-4b1a-b6f7-56c059e8fb06 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-08-28T04:45:19.303Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:19.305Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:19.305Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:19.305Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:45:19.308Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.308Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49d5f0b2-6e05-4db1-9205-c5b42d7ba239 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-08-28T04:45:19.310Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.310Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:19.310Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria 2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:45:19.316Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:45:19.316Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T04:45:19.316Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a01f56e6-5ddc-43c7-a257-b6b7cd94fb88 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-08-28T04:45:19.317Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.318Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:19.318Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:45:19.319Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.319Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria 2022-08-28T04:45:19.319Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=4c912b79-7bb7-40f6-9553-14d0a9cd5894 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-08-28T04:45:19.320Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.321Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.321Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 59dc6ca2-2c70-453f-86f0-4221a2805d6c: vFW e1fc70e9-7f38 2022-08-28T04:45:19.321Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:45:19.324Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:45:19.324Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-08-28 04-42-36 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-08-28T04:45:19.517Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e1fc70e9-7f38 fa5236bb-2eec-4697-b035-91586d222717 1 ASDC deployResourceStructure 2022-08-28T04:45:19.517Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json ASDC sendASDCNotification 2022-08-28T04:45:19.518Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json 2022-08-28T04:45:19.518Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:45:19.518Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:19.520Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:19.520Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661919517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:45:19.620Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:19.621Z||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-08-28T04:45:19.621Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:19.779Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:19.780Z||pool-14-thread-1|||||INFO|500||cambria reply ok (160 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml 2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:20.523Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:20.523Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661920520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:45:20.623Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:20.624Z||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-08-28T04:45:20.624Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:20.675Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:20.676Z||pool-15-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:45:21.524Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T04:45:21.525Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env 2022-08-28T04:45:21.525Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:45:21.526Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:21.528Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:21.528Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661921524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T04:45:21.628Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:21.629Z||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-08-28T04:45:21.629Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:21.654Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:21.655Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:45:22.529Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar ASDC sendASDCNotification 2022-08-28T04:45:22.529Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar 2022-08-28T04:45:22.530Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:45:22.530Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-08-28T04:45:22.532Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:45:22.532Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661922529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:45:22.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:45:22.633Z||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-08-28T04:45:22.633Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:45:22.709Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:45:22.710Z||pool-17-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:45:23.533Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:45:23.548Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:45:23.552Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:45:23.552Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:45:23.553Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:45:53.554Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:45:53.565Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:45:53.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:45:53.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:45:53.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:46:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:46:02.782Z||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-08-28T04:46:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:46:02.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:46:02.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:46:02.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:46:02.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:46:23.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:46:23.582Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:46:23.584Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:46:23.584Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:46:23.584Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:46:53.585Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:46:53.602Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:46:53.605Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:46:53.605Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:46:53.605Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:47:02.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:47:02.783Z||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-08-28T04:47:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:47:02.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:47:02.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "NOTIFIED" } 2022-08-28T04:47:02.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:47:02.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:47:02.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661902779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661911084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661912271, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "aai-ml", "timestamp": 1661661913278, "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-08-28T04:47:02.859Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e400396e-2f50-4a84-a457-db276b4b9444 2022-08-28T04:47:02.859Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:47:02.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661915787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661917031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661918235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661919517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661920520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661921524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661661922529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:47:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-28T04:47:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "ves-openapi-manager", "timestamp": 1661661928745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661935507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661933186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661944610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661945083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661938498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661945615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "cds", "timestamp": 1661661946090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-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-08-28T04:47:02.890Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c 2022-08-28T04:47:02.890Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661946392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "policy-id", "timestamp": 1661661946618, "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-08-28T04:47:02.898Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c 2022-08-28T04:47:02.898Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661947540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661948720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661949752, "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-08-28T04:47:02.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c 2022-08-28T04:47:02.909Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661943549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "multicloud-k8s-id", "timestamp": 1661661950760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661951704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661954079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:47:02.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661661955084, "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-08-28T04:47:02.920Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c 2022-08-28T04:47:02.921Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661950053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:47:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661958069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:47:02.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:02.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:47:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661955586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:47:02.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:47:23.606Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:47:23.619Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:47:23.621Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:47:23.621Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||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-08-28T04:47:23.625Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T04:47:53.625Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:47:53.636Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e400396e-2f50-4a84-a457-db276b4b9444 and serviceModelVersionId: 59dc6ca2-2c70-453f-86f0-4221a2805d6c 2022-08-28T04:47:53.636Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec9d962e-9377-4f68-aeb9-d4e10ae677ea 2022-08-28T04:48:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:48:02.782Z||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-08-28T04:48:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:03.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:03.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:48:03.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661964606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T04:48:03.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:48:03.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:48:03.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "aai-ml", "timestamp": 1661661965609, "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-08-28T04:48:03.352Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c 2022-08-28T04:48:03.353Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:48:03.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:48:03.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661971325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:48:03.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661972354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:48:03.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "clamp", "timestamp": 1661661973358, "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-08-28T04:48:03.361Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c 2022-08-28T04:48:03.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:48:08.209Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0 2022-08-28T04:48:08.326Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T04:48:08.808Z|e400396e-2f50-4a84-a457-db276b4b9444|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/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:08.812Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Invoke 2022-08-28T04:48:10.365Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:10.367Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Invoke 2022-08-28T04:48:11.893Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:11.894Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Invoke 2022-08-28T04:48:12.927Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:48:12.928Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:12.929Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:48:12.930Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:12.933Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:12.934Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e400396e-2f50-4a84-a457-db276b4b9444 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:48:12.935Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T04:48:12.936Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:12.939Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:12.940Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662092935, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:48:13.040Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:13.041Z||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-08-28T04:48:13.041Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:13.069Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:13.069Z||pool-18-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-08-28T04:48:13.948Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:48:13.948Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:13.948Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:18.439Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:18.440Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||received message from topic 2022-08-28T04:48:18.440Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7974c240-12a9-4fae-9145-4cdd06fa7f6c","serviceName":"basic_onboard_zJFqyQ","serviceVersion":"1.0","serviceUUID":"aedf1add-23d9-441b-8d4c-5bf99b4734b0","serviceDescription":"service","serviceInvariantUUID":"87a810a9-43e8-4e7e-a94e-a52230e2b815","resources":[{"resourceInstanceName":"basic_onboard_zJFqyQ 0","resourceName":"basic_onboard_zJFqyQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf1eaf3e-f428-4ff2-bc84-559215c4e6d9","resourceInvariantUUID":"f4dac809-8bd7-4c74-af1d-04110d550a75","resourceCustomizationUUID":"598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml","artifactChecksum":"ZTVlNDEyNTI5OTUxNGJhMDU4NWY5OGVkNmJlNzQxMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cfefdef-2aaf-4be2-b568-306715364cb3","artifactVersion":"1"},{"artifactName":"basic_onboard_zjfqyq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json","artifactChecksum":"MzFmNDlmYzdkODQ4Nzc1NGFjZDc3ZGFiMGJjM2E5YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8576ee80-21ba-4334-9f68-0a59c1291743","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c242ddf-5299-4b69-af6d-3835705a12f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d86cdb4e-7f49-4822-86db-6e669d4f3d0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d13064c1-837b-4752-8007-9bcf424a073b","artifactVersion":"2","generatedFromUUID":"9c242ddf-5299-4b69-af6d-3835705a12f5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjfqyq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml","artifactChecksum":"ZTUyODQ1Mzk0MGY0ZDJiMGM3YTAxM2YwYTg2MTY0MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"084b731e-4bc9-4602-a442-6e52ec399289","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjfqyq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar","artifactChecksum":"ODIyMjVkODljMTRjMDg3NzFmZDg4ZmIxM2I5YTQ5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cd354e8-560d-4f7d-a40b-cba16b733310","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T04:48:18.443Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:18.443Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:18.445Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:18.445Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:48:18.545Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:18.546Z||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-08-28T04:48:18.546Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:18.564Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:18.565Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:19.446Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:19.447Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:19.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:19.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:48:19.550Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:19.550Z||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-08-28T04:48:19.551Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:19.563Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:19.564Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:48:20.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:20.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:20.454Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:20.454Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-28T04:48:20.554Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:20.555Z||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-08-28T04:48:20.555Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:20.605Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:20.606Z||pool-21-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":2,"count":1} 2022-08-28T04:48:21.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:21.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:21.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:21.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:48:21.559Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T04:48:21.559Z||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-08-28T04:48:21.560Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:21.576Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:21.576Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:22.459Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:22.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:22.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:22.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-28T04:48:22.562Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:48:22.563Z||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-08-28T04:48:22.564Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:22.638Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:22.639Z||pool-23-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":11,"count":1} 2022-08-28T04:48:23.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:23.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:23.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:23.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:48:23.566Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:23.567Z||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-08-28T04:48:23.568Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:23.592Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:23.593Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:24.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:48:24.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:24.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:24.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:48:24.570Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:24.571Z||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-08-28T04:48:24.571Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:24.602Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:24.602Z||pool-25-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:48:25.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||sending notification to client: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "serviceName": "basic_onboard_zJFqyQ", "serviceVersion": "1.0", "serviceUUID": "aedf1add-23d9-441b-8d4c-5bf99b4734b0", "serviceDescription": "service", "serviceInvariantUUID": "87a810a9-43e8-4e7e-a94e-a52230e2b815", "resources": [ { "resourceInstanceName": "basic_onboard_zJFqyQ 0", "resourceCustomizationUUID": "598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd", "resourceName": "basic_onboard_zJFqyQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf1eaf3e-f428-4ff2-bc84-559215c4e6d9", "resourceInvariantUUID": "f4dac809-8bd7-4c74-af1d-04110d550a75", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zjfqyq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "artifactChecksum": "MzFmNDlmYzdkODQ4Nzc1NGFjZDc3ZGFiMGJjM2E5YjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8576ee80-21ba-4334-9f68-0a59c1291743", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9c242ddf-5299-4b69-af6d-3835705a12f5", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d13064c1-837b-4752-8007-9bcf424a073b", "generatedFromUUID": "9c242ddf-5299-4b69-af6d-3835705a12f5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d13064c1-837b-4752-8007-9bcf424a073b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZjfqyq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "artifactChecksum": "ODIyMjVkODljMTRjMDg3NzFmZDg4ZmIxM2I5YTQ5YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1cd354e8-560d-4f7d-a40b-cba16b733310" } ], "workloadContext": "Production" } 2022-08-28T04:48:25.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T04:48:25.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aedf1add-23d9-441b-8d4c-5bf99b4734b0 ASDC 2022-08-28T04:48:25.472Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ASDC Notification: DistributionID:7974c240-12a9-4fae-9145-4cdd06fa7f6c ServiceName:basic_onboard_zJFqyQ ServiceVersion:1.0 ServiceUUID:aedf1add-23d9-441b-8d4c-5bf99b4734b0 ServiceInvariantUUID:87a810a9-43e8-4e7e-a94e-a52230e2b815 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZjfqyq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar ArtifactUUID:1cd354e8-560d-4f7d-a40b-cba16b733310 ArtifactChecksum:ODIyMjVkODljMTRjMDg3NzFmZDg4ZmIxM2I5YTQ5YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_zJFqyQ 0 ResourceCustomizationUUID:598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd ResourceInvariantUUID:f4dac809-8bd7-4c74-af1d-04110d550a75 ResourceName:basic_onboard_zJFqyQ ResourceType:VF ResourceUUID:bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zjfqyq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json ArtifactUUID:8576ee80-21ba-4334-9f68-0a59c1291743 ArtifactChecksum:MzFmNDlmYzdkODQ4Nzc1NGFjZDc3ZGFiMGJjM2E5YjY= 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/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml ArtifactUUID:9c242ddf-5299-4b69-af6d-3835705a12f5 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/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env ArtifactUUID:d13064c1-837b-4752-8007-9bcf424a073b 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/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env ArtifactUUID:d13064c1-837b-4752-8007-9bcf424a073b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T04:48:25.473Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aedf1add-23d9-441b-8d4c-5bf99b4734b0 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-08-28T04:48:25.495Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: 1cd354e8-560d-4f7d-a40b-cba16b733310 from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:48:25.497Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:25.625Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar 1cd354e8-560d-4f7d-a40b-cba16b733310 71583 2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar ASDC sendASDCNotification 2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:48:25.630Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:25.631Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:25.632Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662105629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:48:25.732Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:25.733Z||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-08-28T04:48:25.733Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:25.768Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:25.769Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:26.632Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:48:26.633Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:48:26.633Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to write artifact UUID: 1cd354e8-560d-4f7d-a40b-cba16b733310, URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:26.634Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:26.634Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:26.634Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:26.746Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3524239589131451481/Definitions/service-BasicOnboardZjfqyq-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-08-28T04:48:27.815Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||#################################################################################################### 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zJFqyQ 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-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||#################################################################################################### 2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is not matching search criteria 2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is not matching search criteria 2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=552934d6-c196-4f9b-a03e-2545b5635f19 2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:27.826Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:27.826Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_zJFqyQ Description:service Model UUID:aedf1add-23d9-441b-8d4c-5bf99b4734b0 Model Version:NULL Model InvariantUuid:87a810a9-43e8-4e7e-a94e-a52230e2b815 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_zJFqyQ Model UUID:dee20323-bca3-4b8f-9fe9-d08df944152f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f4dac809-8bd7-4c74-af1d-04110d550a75 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a8057df1-3573-40ab-91e6-93de23c4ceb7 ModelName:BasicOnboardZjfqyq..base_ubuntu18..module-0 ModelUuid:da4e035e-40d2-42a5-a0e8-1b50ea477108 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:552934d6-c196-4f9b-a03e-2545b5635f19 ModelInvariantUuid:ef127d5e-333d-4d6b-81ed-a1dfea832d74 ModelName:basic_onboard_zJFqyQ-nodes.ubuntu18Cvfc ModelUuid:8c086b26-478d-457c-96fe-b00ee75a92ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:dea01837-5f5b-4c40-bcee-6c73a8f6e1dd ModelInvariantUuid:9f9f7107-edfb-4895-beec-e6dce8d90490 ModelName:BasicOnboardZjfqyq.compute.nodes.heat.ubuntu18 ModelUuid:73e25cf0-a4e0-4859-b67b-ebaf5b078d55 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-08-28T04:48:27.832Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 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-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||basic_onboard_zJFqyQ 0 2022-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 2022-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: 8576ee80-21ba-4334-9f68-0a59c1291743 from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json 2022-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:48:27.835Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json 2022-08-28T04:48:27.989Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:48:27.989Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json 8576ee80-21ba-4334-9f68-0a59c1291743 798 2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json ASDC sendASDCNotification 2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json 2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:27.992Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:27.992Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662107990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:48:28.092Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:28.093Z||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-08-28T04:48:28.093Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:28.184Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:28.185Z||pool-27-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:28.993Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZjfqyq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a8057df1-3573-40ab-91e6-93de23c4ceb7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da4e035e-40d2-42a5-a0e8-1b50ea477108", "vfModuleModelCustomizationUUID": "1bd86c50-1485-4caf-8354-b0662677c183", "isBase": true, "artifacts": [ "9c242ddf-5299-4b69-af6d-3835705a12f5", "d13064c1-837b-4752-8007-9bcf424a073b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-28T04:48:28.998Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZjfqyq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da4e035e-40d2-42a5-a0e8-1b50ea477108 VfModuleModelInvariantUUID:a8057df1-3573-40ab-91e6-93de23c4ceb7 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c242ddf-5299-4b69-af6d-3835705a12f5 , d13064c1-837b-4752-8007-9bcf424a073b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZjfqyq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a8057df1-3573-40ab-91e6-93de23c4ceb7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da4e035e-40d2-42a5-a0e8-1b50ea477108", "vfModuleModelCustomizationUUID": "1bd86c50-1485-4caf-8354-b0662677c183", "isBase": true, "artifacts": [ "9c242ddf-5299-4b69-af6d-3835705a12f5", "d13064c1-837b-4752-8007-9bcf424a073b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZjfqyq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da4e035e-40d2-42a5-a0e8-1b50ea477108 VfModuleModelInvariantUUID:a8057df1-3573-40ab-91e6-93de23c4ceb7 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c242ddf-5299-4b69-af6d-3835705a12f5 , d13064c1-837b-4752-8007-9bcf424a073b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: 9c242ddf-5299-4b69-af6d-3835705a12f5 from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml 2022-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:48:29.001Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml 2022-08-28T04:48:29.106Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml 9c242ddf-5299-4b69-af6d-3835705a12f5 5033 2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml 2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:29.109Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:29.109Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662109107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:48:29.209Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:29.210Z||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-08-28T04:48:29.210Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:29.228Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:29.228Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:48:30.109Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: d13064c1-837b-4752-8007-9bcf424a073b from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env 2022-08-28T04:48:30.110Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:48:30.111Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env 2022-08-28T04:48:30.200Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env d13064c1-837b-4752-8007-9bcf424a073b 909 2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env 2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:48:30.202Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:30.204Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:30.204Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662110201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:48:30.304Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:48:30.305Z||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-08-28T04:48:30.306Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:30.340Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:30.341Z||pool-29-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:48:31.205Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Preparing to deploy Service: aedf1add-23d9-441b-8d4c-5bf99b4734b0 2022-08-28T04:48:31.205Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zJFqyQ 0 bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 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-08-28T04:48:31.217Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39ae1c5f, org.onap.sdc.toscaparser.api.parameters.Input@1f98be1c, org.onap.sdc.toscaparser.api.parameters.Input@779ccbdb, org.onap.sdc.toscaparser.api.parameters.Input@674fb74, org.onap.sdc.toscaparser.api.parameters.Input@4ff14301] 2022-08-28T04:48:31.218Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.218Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VFCustomizationUUID= 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd 2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd matches Tosca VF Customization UUID: 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd 2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||vfCustomizationUUID: 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd 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-08-28T04:48:31.221Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.221Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.221Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||resource request for resource customization id 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@251e5b60 2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bd86c50-1485-4caf-8354-b0662677c183 2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bd86c50-1485-4caf-8354-b0662677c183 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-08-28T04:48:31.224Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.224Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:31.224Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is not matching search criteria 2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=552934d6-c196-4f9b-a03e-2545b5635f19 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-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.229Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria 2022-08-28T04:48:31.229Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd 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-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500|| resourceSeq for service uuid aedf1add-23d9-441b-8d4c-5bf99b4734b0: basic_onboard_zJFqyQ 2022-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Saving Service: basic_onboard_zJFqyQ 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-08-28T04:48:31.288Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zJFqyQ bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 1 ASDC deployResourceStructure 2022-08-28T04:48:31.288Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json ASDC sendASDCNotification 2022-08-28T04:48:31.289Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json 2022-08-28T04:48:31.289Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:48:31.289Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:31.291Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:31.291Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662111288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:48:31.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:31.392Z||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-08-28T04:48:31.392Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:31.436Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:31.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:48:32.292Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-28T04:48:32.293Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml 2022-08-28T04:48:32.293Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:48:32.293Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:32.295Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:32.295Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662112292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:48:32.395Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:32.396Z||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-08-28T04:48:32.396Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:32.407Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:32.408Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:33.296Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-28T04:48:33.297Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env 2022-08-28T04:48:33.297Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:48:33.297Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:33.300Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:33.300Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662113296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-28T04:48:33.400Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:33.401Z||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-08-28T04:48:33.401Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:33.443Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:33.444Z||pool-32-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:48:34.301Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar ASDC sendASDCNotification 2022-08-28T04:48:34.301Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar 2022-08-28T04:48:34.302Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:48:34.302Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:48:34.304Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:48:34.304Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662114301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:48:34.404Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:48:34.404Z||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-08-28T04:48:34.405Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:48:34.483Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:48:34.483Z||pool-33-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:48:35.305Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:48:35.313Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:48:35.316Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:48:35.316Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:35.320Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T04:49:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:49:02.782Z||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-08-28T04:49:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:49:03.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:49:03.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e400396e-2f50-4a84-a457-db276b4b9444", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662092935, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:49:03.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:49:03.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662093948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662105629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662107990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:49:03.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662109107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662110201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662111288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662112292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662113296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662114301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:49:03.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:49:05.320Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:49:05.325Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c and serviceModelVersionId: aedf1add-23d9-441b-8d4c-5bf99b4734b0 2022-08-28T04:49:05.325Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87a810a9-43e8-4e7e-a94e-a52230e2b815 2022-08-28T04:49:05.325Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 2022-08-28T04:49:05.330Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T04:49:05.377Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Invoke 2022-08-28T04:49:05.378Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e453b56b-5230-48bb-b717-1ae1a14337da], X-ECOMP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-TransactionId=[], X-ONAP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], Content-Type=[application/merge-patch+json]} 2022-08-28T04:49:06.901Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Invoke 2022-08-28T04:49:06.902Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb844593-64dc-457c-87c0-5de2d0d60319], X-ECOMP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-TransactionId=[], X-ONAP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], Content-Type=[application/merge-patch+json]} 2022-08-28T04:49:08.437Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Invoke 2022-08-28T04:49:08.437Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf9d319f-74fe-4bc0-af72-597f461ffa13], X-ECOMP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-TransactionId=[], X-ONAP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], Content-Type=[application/merge-patch+json]} 2022-08-28T04:49:09.471Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:49:09.472Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:09.472Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:49:09.476Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:09.481Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:09.481Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7974c240-12a9-4fae-9145-4cdd06fa7f6c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:49:09.482Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T04:49:09.482Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:49:09.483Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:49:09.484Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662149482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:49:09.584Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:49:09.585Z||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-08-28T04:49:09.585Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:49:09.624Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:49:09.625Z||pool-34-thread-1|||||INFO|500||cambria reply ok (41 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-08-28T04:49:10.492Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:49:10.492Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:10.493Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:49:20.130Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:49:20.131Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:49:20.131Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:20.131Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:49:29.717Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:49:29.718Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:49:29.718Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:29.718Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:49:39.371Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:50:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:50:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:50:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:50:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:50:02.781Z||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-08-28T04:50:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:50:03.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:50:03.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:50:03.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662149482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:50:03.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:50:12.394Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:51:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:51:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:51:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:51:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:51:02.782Z||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-08-28T04:51:02.784Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:51:12.398Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:51:12.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:52:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:52:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:52:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:52:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:52:02.781Z||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-08-28T04:52:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:52:12.389Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:52:12.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:53:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:53:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:53:02.781Z||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-08-28T04:53:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:02.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:02.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOTIFIED" } 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOTIFIED" } 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662370053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662375586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "ves-openapi-manager", "timestamp": 1661662368727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662368185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662375507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:53:03.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:53:03.426Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:03.427Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||received message from topic 2022-08-28T04:53:03.427Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bdd6ccbc-547f-45c4-a249-227625008270","serviceName":"vFW 2022-08-28 04-51-38","serviceVersion":"1.0","serviceUUID":"9d49b0ec-ad8b-477f-918c-a3f3fddd695d","serviceDescription":"catalog service description","serviceInvariantUUID":"dbada03f-d9d0-46c3-a3be-7fac96d710fb","resources":[{"resourceInstanceName":"vFW 3b52bd0e-3de7 0","resourceName":"vFW 3b52bd0e-3de7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79b3f104-56b0-48e3-a001-247ac64f681f","resourceInvariantUUID":"f3d12e58-3496-4092-9fe5-1a91a1fd66fe","resourceCustomizationUUID":"aea26be0-0ff7-442c-8fcb-bd991fd04f46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml","artifactChecksum":"NjI0MGExZDRhNjFiN2MwZGVlMGU3YmM0OWJlN2ZhOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4364a385-8c62-463c-9e92-41421239470a","artifactVersion":"1"},{"artifactName":"vfw3b52bd0e3de70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json","artifactChecksum":"NmMwMzUyY2E1MzEzYzAwZTE1MzgzYTE3MDk5NTU5YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7a98f09-16fb-44af-9e3e-ef7983711a5f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6b46350-232f-4b5f-bd43-87a6d21943f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml","artifactChecksum":"MGFhOWE2OTdmNmY5OTBkMzAzMDUyMmNlNGMyMDg2Njg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b363b12c-3fe6-4f5f-972e-584dd6a7f4bb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e819afc0-518a-4ea5-958b-41bce799062f","artifactVersion":"2","generatedFromUUID":"c6b46350-232f-4b5f-bd43-87a6d21943f4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828045138-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml","artifactChecksum":"MzgxNzgzZWZkYWJjNmRjNDU0YThmMTYwMGFkMDlkNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3d7378c-01be-4ef8-b01c-1a3d047a633e","artifactVersion":"1"},{"artifactName":"service-Vfw20220828045138-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar","artifactChecksum":"OWEwNDU5NmY5ZDRlNWI1Y2FiY2YwNWI5ZTBlMDUzNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89ef72d0-fa45-4996-ad33-4c1ce9691157","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T04:53:03.431Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:03.432Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:03.438Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:03.439Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:03.534Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-08-28T04:53:03.535Z||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-08-28T04:53:03.535Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:03.550Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:03.550Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:04.439Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:04.440Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:04.442Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:04.442Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOTIFIED" } 2022-08-28T04:53:04.542Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:04.543Z||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-08-28T04:53:04.544Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:04.575Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:04.576Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:05.443Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:05.443Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:05.446Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:05.446Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:53:05.546Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:05.547Z||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-08-28T04:53:05.547Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:05.564Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:05.564Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:06.446Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:06.447Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:06.449Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:06.449Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:06.549Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:06.550Z||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-08-28T04:53:06.551Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:06.631Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:06.632Z||pool-38-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:07.450Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:07.450Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:07.452Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:07.452Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:53:07.552Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:07.553Z||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-08-28T04:53:07.553Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:07.602Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:07.603Z||pool-39-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:08.453Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:08.453Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:08.455Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:08.455Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:53:08.555Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:08.556Z||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-08-28T04:53:08.556Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:08.598Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:08.599Z||pool-40-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":2,"count":1} 2022-08-28T04:53:09.456Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:53:09.456Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:09.458Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:09.458Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:53:09.558Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:09.559Z||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-08-28T04:53:09.559Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:09.587Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:09.587Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:10.459Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||sending notification to client: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "serviceName": "vFW 2022-08-28 04-51-38", "serviceVersion": "1.0", "serviceUUID": "9d49b0ec-ad8b-477f-918c-a3f3fddd695d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dbada03f-d9d0-46c3-a3be-7fac96d710fb", "resources": [ { "resourceInstanceName": "vFW 3b52bd0e-3de7 0", "resourceCustomizationUUID": "aea26be0-0ff7-442c-8fcb-bd991fd04f46", "resourceName": "vFW 3b52bd0e-3de7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79b3f104-56b0-48e3-a001-247ac64f681f", "resourceInvariantUUID": "f3d12e58-3496-4092-9fe5-1a91a1fd66fe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3b52bd0e3de70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "artifactChecksum": "NmMwMzUyY2E1MzEzYzAwZTE1MzgzYTE3MDk5NTU5YjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7a98f09-16fb-44af-9e3e-ef7983711a5f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c6b46350-232f-4b5f-bd43-87a6d21943f4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e819afc0-518a-4ea5-958b-41bce799062f", "generatedFromUUID": "c6b46350-232f-4b5f-bd43-87a6d21943f4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e819afc0-518a-4ea5-958b-41bce799062f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828045138-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "artifactChecksum": "OWEwNDU5NmY5ZDRlNWI1Y2FiY2YwNWI5ZTBlMDUzNGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89ef72d0-fa45-4996-ad33-4c1ce9691157" } ], "workloadContext": "Production" } 2022-08-28T04:53:10.460Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T04:53:10.460Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d49b0ec-ad8b-477f-918c-a3f3fddd695d ASDC 2022-08-28T04:53:10.461Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ASDC Notification: DistributionID:bdd6ccbc-547f-45c4-a249-227625008270 ServiceName:vFW 2022-08-28 04-51-38 ServiceVersion:1.0 ServiceUUID:9d49b0ec-ad8b-477f-918c-a3f3fddd695d ServiceInvariantUUID:dbada03f-d9d0-46c3-a3be-7fac96d710fb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828045138-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar ArtifactUUID:89ef72d0-fa45-4996-ad33-4c1ce9691157 ArtifactChecksum:OWEwNDU5NmY5ZDRlNWI1Y2FiY2YwNWI5ZTBlMDUzNGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3b52bd0e-3de7 0 ResourceCustomizationUUID:aea26be0-0ff7-442c-8fcb-bd991fd04f46 ResourceInvariantUUID:f3d12e58-3496-4092-9fe5-1a91a1fd66fe ResourceName:vFW 3b52bd0e-3de7 ResourceType:VF ResourceUUID:79b3f104-56b0-48e3-a001-247ac64f681f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3b52bd0e3de70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json ArtifactUUID:a7a98f09-16fb-44af-9e3e-ef7983711a5f ArtifactChecksum:NmMwMzUyY2E1MzEzYzAwZTE1MzgzYTE3MDk5NTU5YjY= 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/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml ArtifactUUID:c6b46350-232f-4b5f-bd43-87a6d21943f4 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/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env ArtifactUUID:e819afc0-518a-4ea5-958b-41bce799062f 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/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env ArtifactUUID:e819afc0-518a-4ea5-958b-41bce799062f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T04:53:10.461Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d49b0ec-ad8b-477f-918c-a3f3fddd695d 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-08-28T04:53:10.497Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: 89ef72d0-fa45-4996-ad33-4c1ce9691157 from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:10.756Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar 89ef72d0-fa45-4996-ad33-4c1ce9691157 99021 2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar ASDC sendASDCNotification 2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:53:10.765Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:10.767Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:10.767Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662390764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:53:10.867Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:10.868Z||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-08-28T04:53:10.868Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:10.896Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:10.897Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:53:11.768Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:53:11.769Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:53:11.769Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to write artifact UUID: 89ef72d0-fa45-4996-ad33-4c1ce9691157, URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar to file: /app/ASDC/1/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:11.769Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828045138-csar.csar 2022-08-28T04:53:11.770Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:11.770Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:11.944Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7798767974359264226/Definitions/service-Vfw20220828045138-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-08-28T04:53:13.713Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||#################################################################################################### 2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3b52bd0e-3de7 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-Vfw20220828045138-csar.csar 2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||#################################################################################################### 2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:13.718Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T04:53:13.718Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:53:13.718Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3eb269f-8f43-4fa7-bb4a-ad5645057edd 2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b7860c81-0840-4547-b10b-c0583b26e347 2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=465d4faf-7468-43c9-96b3-b2eaee28ebf5 2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.738Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:13.738Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:13.738Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 04-51-38 Description:catalog service description Model UUID:9d49b0ec-ad8b-477f-918c-a3f3fddd695d Model Version:NULL Model InvariantUuid:dbada03f-d9d0-46c3-a3be-7fac96d710fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3b52bd0e-3de7 Model UUID:80389899-fc17-43fa-b1bb-761c3ea7b849 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f3d12e58-3496-4092-9fe5-1a91a1fd66fe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aea26be0-0ff7-442c-8fcb-bd991fd04f46 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8cf806ca-d82f-4238-9e94-9aa18775eb65 ModelName:Vfw3b52bd0e3de7..base_vfw..module-0 ModelUuid:935afb01-f49c-4205-94dd-40327f73d9ae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e3eb269f-8f43-4fa7-bb4a-ad5645057edd ModelInvariantUuid:6533ae67-9ec9-4abd-be76-e8ae4dfcd771 ModelName:vFW 3b52bd0e-3de7-nodes.vfwCvfc ModelUuid:f3e6c32e-2776-4c59-a772-d06cf97bbae8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9b9e635a-a384-405f-9b3f-83dfacf915aa ModelInvariantUuid:e2425fd3-6c02-4d1e-a452-7a8e27509de1 ModelName:Vfw3b52bd0e3de7.compute.nodes.heat.vfw ModelUuid:87ecdf80-5810-490c-9923-b953cb0f7712 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b7860c81-0840-4547-b10b-c0583b26e347 ModelInvariantUuid:f1001f74-7ece-45a9-8807-13491cf1173f ModelName:vFW 3b52bd0e-3de7-nodes.vsnCvfc ModelUuid:04504702-ccf1-4eff-8329-a2f450fb0f4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a36bee90-8abb-444a-a0fd-afe1264e7a5e ModelInvariantUuid:c0b45c67-4d0c-418c-82ed-82c67abeb718 ModelName:Vfw3b52bd0e3de7.compute.nodes.heat.vsn ModelUuid:04025b2a-7a3b-4a34-b95c-5819ab4b53d5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:465d4faf-7468-43c9-96b3-b2eaee28ebf5 ModelInvariantUuid:05258053-e884-40c5-8883-c650097e5927 ModelName:vFW 3b52bd0e-3de7-nodes.vpgCvfc ModelUuid:899d1593-029b-440d-9aa8-07820c57bb39 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5f9a731c-22cc-4f0a-a068-a8afe40e407f ModelInvariantUuid:c1402180-c4b9-4ce7-a929-3c95a8f5cdee ModelName:Vfw3b52bd0e3de7.compute.nodes.heat.vpg ModelUuid:d6af82d6-1991-4bc5-a798-96c28ccbebca 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-08-28T04:53:13.744Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 79b3f104-56b0-48e3-a001-247ac64f681f 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-08-28T04:53:13.746Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||vFW 3b52bd0e-3de7 0 2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 79b3f104-56b0-48e3-a001-247ac64f681f 2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: a7a98f09-16fb-44af-9e3e-ef7983711a5f from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json 2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json 2022-08-28T04:53:13.938Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:53:13.939Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json a7a98f09-16fb-44af-9e3e-ef7983711a5f 785 2022-08-28T04:53:13.939Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json ASDC sendASDCNotification 2022-08-28T04:53:13.939Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json 2022-08-28T04:53:13.940Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:53:13.940Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:13.942Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:13.942Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662393939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:53:14.042Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:14.043Z||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-08-28T04:53:14.043Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:14.094Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:14.094Z||pool-43-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:14.942Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3b52bd0e3de7..base_vfw..module-0", "vfModuleModelInvariantUUID": "8cf806ca-d82f-4238-9e94-9aa18775eb65", "vfModuleModelVersion": "1", "vfModuleModelUUID": "935afb01-f49c-4205-94dd-40327f73d9ae", "vfModuleModelCustomizationUUID": "b09212f5-e4a9-4db0-9279-bdec6fe73457", "isBase": true, "artifacts": [ "c6b46350-232f-4b5f-bd43-87a6d21943f4", "e819afc0-518a-4ea5-958b-41bce799062f" ], "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-08-28T04:53:14.946Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3b52bd0e3de7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:935afb01-f49c-4205-94dd-40327f73d9ae VfModuleModelInvariantUUID:8cf806ca-d82f-4238-9e94-9aa18775eb65 VfModuleModelDescription:NULL Artifacts UUID List:{ c6b46350-232f-4b5f-bd43-87a6d21943f4 , e819afc0-518a-4ea5-958b-41bce799062f } 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-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3b52bd0e3de7..base_vfw..module-0", "vfModuleModelInvariantUUID": "8cf806ca-d82f-4238-9e94-9aa18775eb65", "vfModuleModelVersion": "1", "vfModuleModelUUID": "935afb01-f49c-4205-94dd-40327f73d9ae", "vfModuleModelCustomizationUUID": "b09212f5-e4a9-4db0-9279-bdec6fe73457", "isBase": true, "artifacts": [ "c6b46350-232f-4b5f-bd43-87a6d21943f4", "e819afc0-518a-4ea5-958b-41bce799062f" ], "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-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3b52bd0e3de7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:935afb01-f49c-4205-94dd-40327f73d9ae VfModuleModelInvariantUUID:8cf806ca-d82f-4238-9e94-9aa18775eb65 VfModuleModelDescription:NULL Artifacts UUID List:{ c6b46350-232f-4b5f-bd43-87a6d21943f4 , e819afc0-518a-4ea5-958b-41bce799062f } 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-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: c6b46350-232f-4b5f-bd43-87a6d21943f4 from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml 2022-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml 2022-08-28T04:53:15.149Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml c6b46350-232f-4b5f-bd43-87a6d21943f4 20368 2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml 2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:53:15.151Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:15.152Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:15.152Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662395150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:53:15.253Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T04:53:15.253Z||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-08-28T04:53:15.253Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:15.314Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:15.314Z||pool-44-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:53:16.159Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: e819afc0-518a-4ea5-958b-41bce799062f from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env 2022-08-28T04:53:16.159Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:53:16.159Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env 2022-08-28T04:53:16.345Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env e819afc0-518a-4ea5-958b-41bce799062f 2098 2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env 2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:16.348Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:16.348Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662396346, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:53:16.448Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:16.449Z||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-08-28T04:53:16.449Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:16.508Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:16.509Z||pool-45-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:53:17.352Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Preparing to deploy Service: 9d49b0ec-ad8b-477f-918c-a3f3fddd695d 2022-08-28T04:53:17.353Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3b52bd0e-3de7 0 79b3f104-56b0-48e3-a001-247ac64f681f 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-08-28T04:53:17.368Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d63e054, org.onap.sdc.toscaparser.api.parameters.Input@723e6ecf, org.onap.sdc.toscaparser.api.parameters.Input@338adb88, org.onap.sdc.toscaparser.api.parameters.Input@4aad8771, org.onap.sdc.toscaparser.api.parameters.Input@38bebf30] 2022-08-28T04:53:17.369Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.369Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.369Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T04:53:17.370Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VFCustomizationUUID= aea26be0-0ff7-442c-8fcb-bd991fd04f46 2022-08-28T04:53:17.370Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aea26be0-0ff7-442c-8fcb-bd991fd04f46 matches Tosca VF Customization UUID: aea26be0-0ff7-442c-8fcb-bd991fd04f46 2022-08-28T04:53:17.370Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||vfCustomizationUUID: aea26be0-0ff7-442c-8fcb-bd991fd04f46 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-08-28T04:53:17.371Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.371Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.372Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||resource request for resource customization id aea26be0-0ff7-442c-8fcb-bd991fd04f46: {\"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-08-28T04:53:17.372Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a74ae35 2022-08-28T04:53:17.372Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.373Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:53:17.373Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b09212f5-e4a9-4db0-9279-bdec6fe73457 2022-08-28T04:53:17.373Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b09212f5-e4a9-4db0-9279-bdec6fe73457 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-08-28T04:53:17.374Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.374Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3eb269f-8f43-4fa7-bb4a-ad5645057edd 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-08-28T04:53:17.379Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.379Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:17.379Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:17.379Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.379Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:17.380Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:17.380Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:53:17.380Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.380Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:17.381Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:53:17.381Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.381Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:17.381Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T04:53:17.382Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:53:17.382Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:17.382Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:53:17.382Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.382Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b7860c81-0840-4547-b10b-c0583b26e347 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-08-28T04:53:17.383Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.383Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:17.384Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:17.384Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.384Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria 2022-08-28T04:53:17.384Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:53:17.384Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:53:17.384Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.385Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:17.385Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:53:17.385Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.385Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:53:17.385Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:53:17.385Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:53:17.386Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:53:17.386Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:53:17.386Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T04:53:17.386Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=465d4faf-7468-43c9-96b3-b2eaee28ebf5 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-08-28T04:53:17.387Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.387Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:17.387Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:53:17.388Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.388Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria 2022-08-28T04:53:17.388Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=aea26be0-0ff7-442c-8fcb-bd991fd04f46 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-08-28T04:53:17.389Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.389Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.389Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500|| resourceSeq for service uuid 9d49b0ec-ad8b-477f-918c-a3f3fddd695d: vFW 3b52bd0e-3de7 2022-08-28T04:53:17.389Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.390Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.391Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:53:17.391Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:53:17.391Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Saving Service: vFW 2022-08-28 04-51-38 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-08-28T04:53:17.490Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3b52bd0e-3de7 79b3f104-56b0-48e3-a001-247ac64f681f 1 ASDC deployResourceStructure 2022-08-28T04:53:17.490Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json ASDC sendASDCNotification 2022-08-28T04:53:17.490Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json 2022-08-28T04:53:17.490Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:53:17.490Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:17.492Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:17.492Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662397490, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:53:17.592Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:17.593Z||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-08-28T04:53:17.593Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:17.606Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:17.607Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:18.493Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T04:53:18.493Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml 2022-08-28T04:53:18.493Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:53:18.493Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:18.497Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:18.497Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662398492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:53:18.597Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:18.598Z||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-08-28T04:53:18.598Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:18.633Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:18.634Z||pool-47-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:53:19.497Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T04:53:19.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env 2022-08-28T04:53:19.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:53:19.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:19.500Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:19.500Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662399497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T04:53:19.600Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:19.601Z||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-08-28T04:53:19.601Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:19.667Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:19.667Z||pool-48-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:53:20.501Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar ASDC sendASDCNotification 2022-08-28T04:53:20.501Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar 2022-08-28T04:53:20.502Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:53:20.502Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:53:20.504Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:53:20.504Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662400501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:53:20.604Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:53:20.605Z||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-08-28T04:53:20.605Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:53:20.633Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:53:20.634Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:53:21.505Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:53:21.513Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:53:21.514Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:53:21.515Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:53:21.515Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:53:51.516Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:53:51.525Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:53:51.528Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:53:51.528Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:53:51.528Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:54:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:54:02.782Z||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-08-28T04:54:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:54:02.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:54:02.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:54:02.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662383828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:54:02.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:54:21.529Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:54:21.541Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:54:21.543Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:54:21.543Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:54:21.543Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:54:51.544Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:54:51.560Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:54:51.562Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:54:51.562Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:54:51.562Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:55:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:55:02.782Z||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-08-28T04:55:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:55:02.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:55:02.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:55:02.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662383563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:55:02.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:55:21.562Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:55:21.570Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:55:21.577Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:55:21.577Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:55:21.577Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:55:51.578Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:55:51.586Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:55:51.587Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:55:51.588Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T04:55:51.588Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T04:56:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:56:02.782Z||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-08-28T04:56:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:56:02.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:56:02.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662383576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "cds", "timestamp": 1661662384840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-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-08-28T04:56:02.842Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdd6ccbc-547f-45c4-a249-227625008270 2022-08-28T04:56:02.843Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:02.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662384582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662378499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:56:02.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOTIFIED" } 2022-08-28T04:56:02.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "policy-id", "timestamp": 1661662385585, "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-08-28T04:56:02.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdd6ccbc-547f-45c4-a249-227625008270 2022-08-28T04:56:02.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:02.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:56:02.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662386515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662387649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:56:02.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662388917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662389950, "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-08-28T04:56:02.872Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdd6ccbc-547f-45c4-a249-227625008270 2022-08-28T04:56:02.873Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:02.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662382779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:56:02.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "multicloud-k8s-id", "timestamp": 1661662390954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662390764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662393342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T04:56:02.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "aai-ml", "timestamp": 1661662394347, "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-08-28T04:56:02.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bdd6ccbc-547f-45c4-a249-227625008270 2022-08-28T04:56:02.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:02.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662393939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662395150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662396461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662396346, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662397490, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662398471, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662398492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:56:02.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "clamp", "timestamp": 1661662399475, "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-08-28T04:56:02.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdd6ccbc-547f-45c4-a249-227625008270 2022-08-28T04:56:02.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:02.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662399497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662393549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:56:02.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T04:56:02.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662400501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662401414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:56:02.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662404840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:56:02.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:56:02.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T04:56:02.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662405845, "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-08-28T04:56:02.915Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdd6ccbc-547f-45c4-a249-227625008270 2022-08-28T04:56:02.916Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:21.588Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:56:21.597Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:56:21.599Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:56:21.599Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T04:56:21.599Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T04:56:21.599Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T04:56:21.600Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T04:56:21.600Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:56:21.602Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T04:56:51.603Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: bdd6ccbc-547f-45c4-a249-227625008270 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-08-28T04:56:51.608Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdd6ccbc-547f-45c4-a249-227625008270 and serviceModelVersionId: 9d49b0ec-ad8b-477f-918c-a3f3fddd695d 2022-08-28T04:56:51.608Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbada03f-d9d0-46c3-a3be-7fac96d710fb 2022-08-28T04:56:51.609Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0 2022-08-28T04:56:51.617Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T04:56:51.679Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:51.680Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Invoke 2022-08-28T04:56:53.204Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:53.205Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Invoke 2022-08-28T04:56:54.741Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:54.742Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Invoke 2022-08-28T04:56:55.775Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:56:55.776Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:55.777Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:56:55.777Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:55.781Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:55.782Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdd6ccbc-547f-45c4-a249-227625008270 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:56:55.782Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T04:56:55.782Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:56:55.785Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:56:55.785Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662615782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:56:55.885Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:56:55.886Z||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-08-28T04:56:55.886Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:56:55.929Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:56:55.929Z||pool-50-thread-1|||||INFO|500||cambria reply ok (44 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-08-28T04:56:56.793Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:56:56.794Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:56:56.794Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:01.475Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:01.476Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||received message from topic 2022-08-28T04:57:01.476Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d86b8cc2-6a52-48ac-b001-0087437a84c7","serviceName":"vFW 2022-08-28 04-53-06","serviceVersion":"1.0","serviceUUID":"f94f75bf-43d3-427b-a622-b0513ce3aff9","serviceDescription":"catalog service description","serviceInvariantUUID":"0058a7bf-98ff-4b3f-b2af-eb8fe81934db","resources":[{"resourceInstanceName":"vFW 39d69b4d-04ad 0","resourceName":"vFW 39d69b4d-04ad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80350c52-da83-48d3-b33c-2fe2dffddebe","resourceInvariantUUID":"1654a8d3-b06f-44ce-98de-6e1e47073a59","resourceCustomizationUUID":"75422c0d-5f41-4e2d-a715-41875d8a31f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml","artifactChecksum":"MzdmYjAxZmY3OGQ3MDA4MzIwMjEyMDhjNWNiOTk4OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"359aad52-fae2-489d-8729-61206e01cffa","artifactVersion":"1"},{"artifactName":"vfw39d69b4d04ad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json","artifactChecksum":"ZmI5MjRiYjI0MWQyN2QwYmIzNzdiOTcwNjhkYTk3ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"912d3fa3-7bf8-4aac-a88f-b680cd081b4a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58a91537-160c-4388-b1d3-651989bc0b65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml","artifactChecksum":"OTc5MzgyZTI2OTUxYTcyNTE2NWRjMTBmM2E0MDM1ZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43a4e151-9dd9-4968-aa28-1676adf939e0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7970785b-b200-4b7b-ae5c-f0db6bd52e78","artifactVersion":"2","generatedFromUUID":"58a91537-160c-4388-b1d3-651989bc0b65"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828045306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml","artifactChecksum":"OTQ0YzlmNGQxMmY5OTVjMmRkNDVjMDJjNWE2ZDI3YWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f24291ce-27b0-4122-bbc1-452a6a50e7bc","artifactVersion":"1"},{"artifactName":"service-Vfw20220828045306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar","artifactChecksum":"Njk1MjU1MjQ5OGFiMDQxN2UwNWNiOTVhNjgyMTc1YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e6df9b5-10f8-4323-a02c-3ce9dbe5f2c3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T04:57:01.479Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:01.479Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:01.482Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:01.482Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:01.582Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:01.583Z||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-08-28T04:57:01.583Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:01.599Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:01.599Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:02.482Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:02.483Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:02.485Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:02.485Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:57:02.585Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:02.586Z||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-08-28T04:57:02.586Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:02.622Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:02.623Z||pool-52-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:57:02.781Z||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-08-28T04:57:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:02.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:02.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:57:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662460053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662465586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662458499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662475829, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662475660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "ves-openapi-manager", "timestamp": 1661662468728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662476994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662478193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662479219, "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-08-28T04:57:02.890Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d86b8cc2-6a52-48ac-b001-0087437a84c7 2022-08-28T04:57:02.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:02.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662479477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662473186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "multicloud-k8s-id", "timestamp": 1661662480224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662481099, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "cds", "timestamp": 1661662482107, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-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-08-28T04:57:02.900Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d86b8cc2-6a52-48ac-b001-0087437a84c7 2022-08-28T04:57:02.901Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:02.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662475507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:02.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662482487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:57:02.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "clamp", "timestamp": 1661662483490, "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-08-28T04:57:02.908Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d86b8cc2-6a52-48ac-b001-0087437a84c7 2022-08-28T04:57:02.908Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662483608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662484613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:57:02.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662484864, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T04:57:02.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "policy-id", "timestamp": 1661662485616, "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-08-28T04:57:02.921Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d86b8cc2-6a52-48ac-b001-0087437a84c7 2022-08-28T04:57:02.921Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:02.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "aai-ml", "timestamp": 1661662485868, "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-08-28T04:57:02.928Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d86b8cc2-6a52-48ac-b001-0087437a84c7 2022-08-28T04:57:02.928Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662483549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:57:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662491607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662494748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:57:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662495754, "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-08-28T04:57:02.940Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d86b8cc2-6a52-48ac-b001-0087437a84c7 2022-08-28T04:57:02.940Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:03.485Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:03.486Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:03.488Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:03.488Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:57:03.589Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:03.589Z||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-08-28T04:57:03.589Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:03.634Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:03.635Z||pool-53-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:04.488Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:04.489Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:04.492Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:04.492Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:04.592Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:04.593Z||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-08-28T04:57:04.593Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:04.628Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:04.628Z||pool-54-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:05.492Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:05.493Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:05.495Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:05.495Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:57:05.595Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:05.596Z||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-08-28T04:57:05.596Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:05.634Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:05.634Z||pool-55-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:06.496Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:06.496Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:06.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:06.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:57:06.602Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-28T04:57:06.603Z||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-08-28T04:57:06.603Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:06.634Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:06.634Z||pool-56-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:07.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T04:57:07.499Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:07.501Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:07.501Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:57:07.601Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:07.602Z||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-08-28T04:57:07.602Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:07.656Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:07.657Z||pool-57-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:08.502Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||sending notification to client: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "serviceName": "vFW 2022-08-28 04-53-06", "serviceVersion": "1.0", "serviceUUID": "f94f75bf-43d3-427b-a622-b0513ce3aff9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0058a7bf-98ff-4b3f-b2af-eb8fe81934db", "resources": [ { "resourceInstanceName": "vFW 39d69b4d-04ad 0", "resourceCustomizationUUID": "75422c0d-5f41-4e2d-a715-41875d8a31f9", "resourceName": "vFW 39d69b4d-04ad", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "80350c52-da83-48d3-b33c-2fe2dffddebe", "resourceInvariantUUID": "1654a8d3-b06f-44ce-98de-6e1e47073a59", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw39d69b4d04ad0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "artifactChecksum": "ZmI5MjRiYjI0MWQyN2QwYmIzNzdiOTcwNjhkYTk3ZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "912d3fa3-7bf8-4aac-a88f-b680cd081b4a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "58a91537-160c-4388-b1d3-651989bc0b65", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7970785b-b200-4b7b-ae5c-f0db6bd52e78", "generatedFromUUID": "58a91537-160c-4388-b1d3-651989bc0b65" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7970785b-b200-4b7b-ae5c-f0db6bd52e78", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828045306-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "artifactChecksum": "Njk1MjU1MjQ5OGFiMDQxN2UwNWNiOTVhNjgyMTc1YTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e6df9b5-10f8-4323-a02c-3ce9dbe5f2c3" } ], "workloadContext": "Production" } 2022-08-28T04:57:08.503Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T04:57:08.503Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f94f75bf-43d3-427b-a622-b0513ce3aff9 ASDC 2022-08-28T04:57:08.503Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||ASDC Notification: DistributionID:d86b8cc2-6a52-48ac-b001-0087437a84c7 ServiceName:vFW 2022-08-28 04-53-06 ServiceVersion:1.0 ServiceUUID:f94f75bf-43d3-427b-a622-b0513ce3aff9 ServiceInvariantUUID:0058a7bf-98ff-4b3f-b2af-eb8fe81934db ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828045306-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar ArtifactUUID:7e6df9b5-10f8-4323-a02c-3ce9dbe5f2c3 ArtifactChecksum:Njk1MjU1MjQ5OGFiMDQxN2UwNWNiOTVhNjgyMTc1YTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 39d69b4d-04ad 0 ResourceCustomizationUUID:75422c0d-5f41-4e2d-a715-41875d8a31f9 ResourceInvariantUUID:1654a8d3-b06f-44ce-98de-6e1e47073a59 ResourceName:vFW 39d69b4d-04ad ResourceType:VF ResourceUUID:80350c52-da83-48d3-b33c-2fe2dffddebe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw39d69b4d04ad0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json ArtifactUUID:912d3fa3-7bf8-4aac-a88f-b680cd081b4a ArtifactChecksum:ZmI5MjRiYjI0MWQyN2QwYmIzNzdiOTcwNjhkYTk3ZjI= 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/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml ArtifactUUID:58a91537-160c-4388-b1d3-651989bc0b65 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/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env ArtifactUUID:7970785b-b200-4b7b-ae5c-f0db6bd52e78 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/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env ArtifactUUID:7970785b-b200-4b7b-ae5c-f0db6bd52e78 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T04:57:08.503Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f94f75bf-43d3-427b-a622-b0513ce3aff9 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-08-28T04:57:08.533Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:57:08.533Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:57:08.533Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:57:08.533Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Trying to download the artifact UUID: 7e6df9b5-10f8-4323-a02c-3ce9dbe5f2c3 from URL: /sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:08.533Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:57:08.534Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:08.852Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:57:08.857Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar 7e6df9b5-10f8-4323-a02c-3ce9dbe5f2c3 98990 2022-08-28T04:57:08.857Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar ASDC sendASDCNotification 2022-08-28T04:57:08.857Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:08.858Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:57:08.858Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:08.860Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:08.860Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662628857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:08.960Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:08.961Z||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-08-28T04:57:08.961Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:09.016Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:09.017Z||pool-58-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:09.860Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T04:57:09.861Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||MSO config path is: /app 2022-08-28T04:57:09.861Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Trying to write artifact UUID: 7e6df9b5-10f8-4323-a02c-3ce9dbe5f2c3, URL: /sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar to file: /app/ASDC/1/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:09.862Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828045306-csar.csar 2022-08-28T04:57:09.862Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:09.862Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:10.111Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2924147314422404634/Definitions/service-Vfw20220828045306-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-08-28T04:57:11.986Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T04:57:11.987Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|WARN|500||#################################################################################################### 2022-08-28T04:57:11.987Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.987Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T04:57:11.987Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.987Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.987Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 39d69b4d-04ad 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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.988Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.989Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.989Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.989Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-Vfw20220828045306-csar.csar 2022-08-28T04:57:11.989Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|WARN|500||#################################################################################################### 2022-08-28T04:57:11.989Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.989Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:11.990Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:11.990Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T04:57:11.990Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:57:11.990Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.990Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:11.991Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:11.991Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T04:57:11.991Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T04:57:11.991Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.991Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:11.991Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.992Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:11.992Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:11.992Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:11.992Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:57:11.992Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:11.992Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:11.993Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:11.993Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:57:11.993Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:57:11.993Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:57:11.993Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:11.993Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:11.994Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:57:11.994Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:11.994Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:57:11.994Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:11.994Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T04:57:11.994Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.995Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:57:11.995Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.995Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:11.995Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:11.995Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.996Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:11.996Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:11.996Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.996Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:11.996Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:11.997Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.997Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:11.997Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:11.997Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:11.997Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T04:57:11.997Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:57:11.998Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:57:11.998Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:11.998Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:11.998Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:57:11.998Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:11.998Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:57:11.999Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:11.999Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1436c6fb-e166-4712-9ab4-5d18924ee122 2022-08-28T04:57:11.999Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:11.999Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:11.999Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:11.999Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:12.000Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:57:12.000Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:12.000Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:12.000Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:12.000Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:57:12.000Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T04:57:12.001Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:57:12.001Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:12.001Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:57:12.001Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:12.001Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a48ad155-2c07-4b7d-8150-d2817785052d 2022-08-28T04:57:12.001Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:12.002Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T04:57:12.003Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb6e7961-424a-47cb-b8d1-baad91faf35c 2022-08-28T04:57:12.004Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:12.004Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:12.004Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:12.004Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:12.004Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:12.004Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:12.005Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:12.005Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:12.005Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 04-53-06 Description:catalog service description Model UUID:f94f75bf-43d3-427b-a622-b0513ce3aff9 Model Version:NULL Model InvariantUuid:0058a7bf-98ff-4b3f-b2af-eb8fe81934db Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 39d69b4d-04ad Model UUID:f665b11b-c198-4747-8ef4-0f293f5164a9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1654a8d3-b06f-44ce-98de-6e1e47073a59 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:75422c0d-5f41-4e2d-a715-41875d8a31f9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4967a0f2-0f86-4283-b2a5-341d1512bfe4 ModelName:Vfw39d69b4d04ad..base_vfw..module-0 ModelUuid:a6e97ad8-7d0d-4180-bd5a-ecfb0736e6c1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1436c6fb-e166-4712-9ab4-5d18924ee122 ModelInvariantUuid:8592d6d9-a25f-4a36-92d1-b199964b08da ModelName:vFW 39d69b4d-04ad-nodes.vfwCvfc ModelUuid:b0861cba-8eca-43a6-a3ea-edaf1cdd54c3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e70349be-91d2-44af-a138-b85a4490cb29 ModelInvariantUuid:abe5a9ae-80fd-466d-ac6e-e93233a30cab ModelName:Vfw39d69b4d04ad.compute.nodes.heat.vfw ModelUuid:92fc59e8-e638-4ade-8e60-eaa78521eba7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a48ad155-2c07-4b7d-8150-d2817785052d ModelInvariantUuid:2bda0cca-3022-4ddf-9444-5eed9fe87883 ModelName:vFW 39d69b4d-04ad-nodes.vsnCvfc ModelUuid:73dee822-9f6a-4ce7-8576-04d81ec3dfc0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:147074a6-113b-47a8-9071-65277b46ce43 ModelInvariantUuid:3d528b2f-18c6-4dd3-8748-1602610fb155 ModelName:Vfw39d69b4d04ad.compute.nodes.heat.vsn ModelUuid:82ffed3d-45ee-44f0-a6e2-dee5ae050885 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bb6e7961-424a-47cb-b8d1-baad91faf35c ModelInvariantUuid:a2920c25-6d76-4d3a-a908-b798a1c7dd80 ModelName:vFW 39d69b4d-04ad-nodes.vpgCvfc ModelUuid:4caa3558-c100-4f5a-aff2-52ebdfd25eb8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:19dd6d75-7740-410c-bddc-9407d6c87a15 ModelInvariantUuid:b051bc10-e62f-40ab-8dfa-9c1462a161e4 ModelName:Vfw39d69b4d04ad.compute.nodes.heat.vpg ModelUuid:4088c488-9ebe-4f36-b34a-4df6cf7677d9 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-08-28T04:57:12.010Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 80350c52-da83-48d3-b33c-2fe2dffddebe 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-08-28T04:57:12.012Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||vFW 39d69b4d-04ad 0 2022-08-28T04:57:12.012Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 80350c52-da83-48d3-b33c-2fe2dffddebe 2022-08-28T04:57:12.012Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Trying to download the artifact UUID: 912d3fa3-7bf8-4aac-a88f-b680cd081b4a from URL: /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json 2022-08-28T04:57:12.012Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:57:12.013Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json 2022-08-28T04:57:12.230Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:57:12.231Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json 912d3fa3-7bf8-4aac-a88f-b680cd081b4a 785 2022-08-28T04:57:12.231Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json ASDC sendASDCNotification 2022-08-28T04:57:12.231Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json 2022-08-28T04:57:12.231Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:57:12.231Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:12.233Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:12.233Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662632231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:12.333Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:12.334Z||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-08-28T04:57:12.334Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:12.359Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:12.359Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:13.234Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw39d69b4d04ad..base_vfw..module-0", "vfModuleModelInvariantUUID": "4967a0f2-0f86-4283-b2a5-341d1512bfe4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a6e97ad8-7d0d-4180-bd5a-ecfb0736e6c1", "vfModuleModelCustomizationUUID": "ef10723d-4994-4a72-9319-3d00469c9519", "isBase": true, "artifacts": [ "58a91537-160c-4388-b1d3-651989bc0b65", "7970785b-b200-4b7b-ae5c-f0db6bd52e78" ], "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-08-28T04:57:13.238Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw39d69b4d04ad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a6e97ad8-7d0d-4180-bd5a-ecfb0736e6c1 VfModuleModelInvariantUUID:4967a0f2-0f86-4283-b2a5-341d1512bfe4 VfModuleModelDescription:NULL Artifacts UUID List:{ 58a91537-160c-4388-b1d3-651989bc0b65 , 7970785b-b200-4b7b-ae5c-f0db6bd52e78 } 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-08-28T04:57:13.241Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw39d69b4d04ad..base_vfw..module-0", "vfModuleModelInvariantUUID": "4967a0f2-0f86-4283-b2a5-341d1512bfe4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a6e97ad8-7d0d-4180-bd5a-ecfb0736e6c1", "vfModuleModelCustomizationUUID": "ef10723d-4994-4a72-9319-3d00469c9519", "isBase": true, "artifacts": [ "58a91537-160c-4388-b1d3-651989bc0b65", "7970785b-b200-4b7b-ae5c-f0db6bd52e78" ], "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-08-28T04:57:13.242Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw39d69b4d04ad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a6e97ad8-7d0d-4180-bd5a-ecfb0736e6c1 VfModuleModelInvariantUUID:4967a0f2-0f86-4283-b2a5-341d1512bfe4 VfModuleModelDescription:NULL Artifacts UUID List:{ 58a91537-160c-4388-b1d3-651989bc0b65 , 7970785b-b200-4b7b-ae5c-f0db6bd52e78 } 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-08-28T04:57:13.242Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Trying to download the artifact UUID: 58a91537-160c-4388-b1d3-651989bc0b65 from URL: /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml 2022-08-28T04:57:13.242Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:57:13.242Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml 2022-08-28T04:57:13.342Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:57:13.343Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml 58a91537-160c-4388-b1d3-651989bc0b65 20368 2022-08-28T04:57:13.344Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T04:57:13.344Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml 2022-08-28T04:57:13.344Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:57:13.344Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:13.346Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:13.346Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662633344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:13.446Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:13.447Z||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-08-28T04:57:13.447Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:13.463Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:13.463Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:14.348Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Trying to download the artifact UUID: 7970785b-b200-4b7b-ae5c-f0db6bd52e78 from URL: /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env 2022-08-28T04:57:14.349Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - download 2022-08-28T04:57:14.349Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env 2022-08-28T04:57:14.415Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T04:57:14.416Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env 7970785b-b200-4b7b-ae5c-f0db6bd52e78 2098 2022-08-28T04:57:14.416Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T04:57:14.416Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env 2022-08-28T04:57:14.416Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T04:57:14.417Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:14.418Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:14.418Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662634416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:57:14.519Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:14.519Z||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-08-28T04:57:14.520Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:14.554Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:14.556Z||pool-61-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:15.419Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Preparing to deploy Service: f94f75bf-43d3-427b-a622-b0513ce3aff9 2022-08-28T04:57:15.420Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 39d69b4d-04ad 0 80350c52-da83-48d3-b33c-2fe2dffddebe 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-08-28T04:57:15.433Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@480999c3, org.onap.sdc.toscaparser.api.parameters.Input@461d062c, org.onap.sdc.toscaparser.api.parameters.Input@6b22468f, org.onap.sdc.toscaparser.api.parameters.Input@452a8462, org.onap.sdc.toscaparser.api.parameters.Input@4169ca85] 2022-08-28T04:57:15.434Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.434Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.434Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T04:57:15.434Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||VFCustomizationUUID= 75422c0d-5f41-4e2d-a715-41875d8a31f9 2022-08-28T04:57:15.434Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75422c0d-5f41-4e2d-a715-41875d8a31f9 matches Tosca VF Customization UUID: 75422c0d-5f41-4e2d-a715-41875d8a31f9 2022-08-28T04:57:15.434Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||vfCustomizationUUID: 75422c0d-5f41-4e2d-a715-41875d8a31f9 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-08-28T04:57:15.436Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.436Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.437Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||resource request for resource customization id 75422c0d-5f41-4e2d-a715-41875d8a31f9: {\"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-08-28T04:57:15.437Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71c2288 2022-08-28T04:57:15.437Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.437Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T04:57:15.437Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef10723d-4994-4a72-9319-3d00469c9519 2022-08-28T04:57:15.437Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef10723d-4994-4a72-9319-3d00469c9519 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-08-28T04:57:15.439Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.439Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:15.439Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:15.439Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.439Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:15.439Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:15.440Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.440Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:15.440Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:15.440Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:15.440Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T04:57:15.440Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:57:15.441Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.442Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1436c6fb-e166-4712-9ab4-5d18924ee122 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-08-28T04:57:15.443Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.443Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:15.443Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:15.443Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.444Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:15.444Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:15.444Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:15.444Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:57:15.444Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:15.444Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T04:57:15.445Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.446Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a48ad155-2c07-4b7d-8150-d2817785052d 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-08-28T04:57:15.447Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.447Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:15.447Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:15.447Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.447Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is not matching search criteria 2022-08-28T04:57:15.447Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T04:57:15.448Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T04:57:15.448Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T04:57:15.448Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:15.448Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.448Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.448Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T04:57:15.449Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T04:57:15.449Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T04:57:15.449Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T04:57:15.449Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T04:57:15.449Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T04:57:15.449Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb6e7961-424a-47cb-b8d1-baad91faf35c 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-08-28T04:57:15.450Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.450Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:15.451Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T04:57:15.451Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.451Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Node template vFW 39d69b4d-04ad 0 is matching search criteria 2022-08-28T04:57:15.451Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found topology templates [vFW 39d69b4d-04ad 0] matching following query criteria: sdcType=VF, customizationUUID=75422c0d-5f41-4e2d-a715-41875d8a31f9 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-08-28T04:57:15.452Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.452Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.452Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500|| resourceSeq for service uuid f94f75bf-43d3-427b-a622-b0513ce3aff9: vFW 39d69b4d-04ad 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.453Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.454Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.454Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T04:57:15.454Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Service vFW 2022-08-28 04-53-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T04:57:15.454Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||Saving Service: vFW 2022-08-28 04-53-06 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-08-28T04:57:15.551Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 39d69b4d-04ad 80350c52-da83-48d3-b33c-2fe2dffddebe 1 ASDC deployResourceStructure 2022-08-28T04:57:15.552Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json ASDC sendASDCNotification 2022-08-28T04:57:15.552Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json 2022-08-28T04:57:15.552Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:57:15.552Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:15.554Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:15.554Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662635552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:57:15.654Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:15.655Z||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-08-28T04:57:15.655Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:15.690Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:15.690Z||pool-62-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:16.555Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T04:57:16.555Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml 2022-08-28T04:57:16.555Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:57:16.555Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:16.557Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:16.557Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662636555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:57:16.657Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:16.658Z||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-08-28T04:57:16.658Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:16.682Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:16.683Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:17.557Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T04:57:17.558Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env 2022-08-28T04:57:17.558Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:57:17.559Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:17.561Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:17.561Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662637557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T04:57:17.661Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:17.662Z||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-08-28T04:57:17.662Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:17.692Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:17.693Z||pool-64-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-08-28T04:57:18.562Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar ASDC sendASDCNotification 2022-08-28T04:57:18.562Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar 2022-08-28T04:57:18.562Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T04:57:18.562Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:18.564Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:18.564Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662638562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:57:18.664Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:18.665Z||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-08-28T04:57:18.665Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:18.681Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:18.681Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-28T04:57:19.565Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86b8cc2-6a52-48ac-b001-0087437a84c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T04:57:19.572Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86b8cc2-6a52-48ac-b001-0087437a84c7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T04:57:19.574Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T04:57:19.575Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T04:57:19.575Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T04:57:19.575Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T04:57:19.575Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T04:57:19.575Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?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-08-28T04:57:19.578Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T04:57:49.578Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d86b8cc2-6a52-48ac-b001-0087437a84c7 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-08-28T04:57:49.584Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d86b8cc2-6a52-48ac-b001-0087437a84c7 and serviceModelVersionId: f94f75bf-43d3-427b-a622-b0513ce3aff9 2022-08-28T04:57:49.584Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0058a7bf-98ff-4b3f-b2af-eb8fe81934db 2022-08-28T04:57:49.585Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0 2022-08-28T04:57:49.588Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T04:57:49.626Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbada03f-d9d0-46c3-a3be-7fac96d710fb/model-vers/model-ver/9d49b0ec-ad8b-477f-918c-a3f3fddd695d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T04:57:49.627Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Invoke 2022-08-28T04:57:51.156Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T04:57:51.158Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Invoke 2022-08-28T04:57:52.693Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T04:57:52.694Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Invoke 2022-08-28T04:57:53.727Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:57:53.728Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T04:57:53.728Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:57:53.728Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T04:57:53.733Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T04:57:53.733Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d86b8cc2-6a52-48ac-b001-0087437a84c7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T04:57:53.733Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T04:57:53.734Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T04:57:53.735Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T04:57:53.735Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662673733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:57:53.835Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T04:57:53.836Z||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-08-28T04:57:53.836Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T04:57:53.868Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:57:53.868Z||pool-66-thread-1|||||INFO|500||cambria reply ok (32 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-08-28T04:57:54.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:57:54.746Z||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-08-28T04:57:54.746Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:58:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:58:02.781Z||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-08-28T04:58:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:58:02.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:58:02.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:58:02.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdd6ccbc-547f-45c4-a249-227625008270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662615782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:58:02.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:58:02.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:58:02.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:58:02.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:58:02.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T04:58:02.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "NOTIFIED" } 2022-08-28T04:58:02.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T04:58:04.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:58:04.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:58:04.379Z||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-08-28T04:58:04.379Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:58:13.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:58:13.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:58:13.981Z||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-08-28T04:58:13.981Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:58:23.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:58:23.614Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:58:23.614Z||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-08-28T04:58:23.614Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:58:33.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:59:02.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:59:02.780Z||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-08-28T04:59:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:59:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T04:59:02.781Z||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-08-28T04:59:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T04:59:03.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T04:59:03.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T04:59:03.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T04:59:03.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662616793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "NOTIFIED" } 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662628857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662632231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662633344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662634416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662635552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/vfw39d69b4d04ad0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662636555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662637557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/resourceInstances/vfw39d69b4d04ad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T04:59:03.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662638562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828045306/1.0/artifacts/service-Vfw20220828045306-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T04:59:03.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:03.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T04:59:03.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d86b8cc2-6a52-48ac-b001-0087437a84c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662673733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T04:59:03.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T04:59:12.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:00:02.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:00:02.779Z||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-08-28T05:00:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:00:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:00:02.781Z||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-08-28T05:00:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:00:12.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:00:12.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:01:02.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:01:02.780Z||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-08-28T05:01:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:01:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:01:02.781Z||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-08-28T05:01:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:01:12.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:01:12.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:02:02.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:02:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:02:02.781Z||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-08-28T05:02:02.781Z||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-08-28T05:02:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:02:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:02:12.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:02:12.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:02.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:03:02.780Z||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-08-28T05:03:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:03:02.781Z||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-08-28T05:03:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:05.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:05.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-28T05:03:05.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"88d711b8-c366-4eb9-a87d-5c26f8f78c6e","serviceName":"vFW 2022-08-28 05-01-32","serviceVersion":"1.0","serviceUUID":"14787602-f008-4060-a1d7-29d89e4262cf","serviceDescription":"catalog service description","serviceInvariantUUID":"06c37b9a-5204-4e42-8bea-f2f5b5aada5d","resources":[{"resourceInstanceName":"vFW 3beafa67-3512 0","resourceName":"vFW 3beafa67-3512","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"911ff85b-9c5c-4f02-8b6c-09a990aaddb9","resourceInvariantUUID":"2542f1e1-3183-4c07-a574-4c7d4c2caca1","resourceCustomizationUUID":"4667bab7-274d-4167-ab47-99b05b19fcee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml","artifactChecksum":"NDY2ZjFmNTVhYjQ4ZmYxZGEwMTU1NzY4NWU1MmI5N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a677c6f6-7a13-4022-8978-9dd76b77415d","artifactVersion":"1"},{"artifactName":"vfw3beafa6735120_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json","artifactChecksum":"MTdlMmM2ZTBlMDJiZjcwOGVlYzc2NTA5NzlmMmY4MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb0dd0ee-78a2-427c-b63e-f0cce0142fb4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42960252-7a47-4ffd-8c53-6237e39c339c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml","artifactChecksum":"OTgwYWRkNzQzNzQ1MGUzMjdiNTVjODViMGVmMDg2YjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ef7d01e-897a-4f3a-9566-a8c82e1a12cf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc20c02c-bed6-4e3e-bb42-4d5965937f30","artifactVersion":"2","generatedFromUUID":"42960252-7a47-4ffd-8c53-6237e39c339c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828050132-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml","artifactChecksum":"ZDMwNjk4OTNkMmZhNzJkN2IzYzJiOWFhNWFlODMzZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c5b4093-3045-4a49-b1a8-cbb7e4088352","artifactVersion":"1"},{"artifactName":"service-Vfw20220828050132-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar","artifactChecksum":"YzFlODAwNzYxZTYxZjYzMzZmM2RhNGNhYTdiNDU3NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f536f71e-6902-4684-b194-40b2c69a79be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:03:05.947Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:05.948Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:05.954Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:05.955Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:03:06.054Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:03:06.055Z||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-08-28T05:03:06.055Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:06.111Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:06.111Z||pool-67-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":8,"count":1} 2022-08-28T05:03:06.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:06.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:03:06.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:03:06.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:03:06.955Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:06.956Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:06.958Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:06.958Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOTIFIED" } 2022-08-28T05:03:07.058Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:07.059Z||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-08-28T05:03:07.059Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:07.283Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:07.283Z||pool-68-thread-1|||||INFO|500||cambria reply ok (224 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:07.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:07.971Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:07.974Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:07.974Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:03:08.074Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:03:08.074Z||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-08-28T05:03:08.075Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:08.248Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:08.249Z||pool-69-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:08.975Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:08.975Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:08.978Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:08.978Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:03:09.078Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:09.079Z||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-08-28T05:03:09.079Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:09.175Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:09.176Z||pool-70-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:03:09.978Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:09.979Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:09.981Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:09.981Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:03:10.082Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:10.083Z||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-08-28T05:03:10.083Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:10.104Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:10.105Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:10.982Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:10.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:10.985Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:10.985Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:03:11.085Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:03:11.086Z||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-08-28T05:03:11.086Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:11.177Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:11.177Z||pool-72-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:11.986Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:03:11.987Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:11.989Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:11.989Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:03:12.089Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:12.090Z||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-08-28T05:03:12.090Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:12.130Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:12.131Z||pool-73-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:12.990Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "serviceName": "vFW 2022-08-28 05-01-32", "serviceVersion": "1.0", "serviceUUID": "14787602-f008-4060-a1d7-29d89e4262cf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "06c37b9a-5204-4e42-8bea-f2f5b5aada5d", "resources": [ { "resourceInstanceName": "vFW 3beafa67-3512 0", "resourceCustomizationUUID": "4667bab7-274d-4167-ab47-99b05b19fcee", "resourceName": "vFW 3beafa67-3512", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "911ff85b-9c5c-4f02-8b6c-09a990aaddb9", "resourceInvariantUUID": "2542f1e1-3183-4c07-a574-4c7d4c2caca1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3beafa6735120_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "artifactChecksum": "MTdlMmM2ZTBlMDJiZjcwOGVlYzc2NTA5NzlmMmY4MmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb0dd0ee-78a2-427c-b63e-f0cce0142fb4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "42960252-7a47-4ffd-8c53-6237e39c339c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dc20c02c-bed6-4e3e-bb42-4d5965937f30", "generatedFromUUID": "42960252-7a47-4ffd-8c53-6237e39c339c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dc20c02c-bed6-4e3e-bb42-4d5965937f30", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828050132-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "artifactChecksum": "YzFlODAwNzYxZTYxZjYzMzZmM2RhNGNhYTdiNDU3NWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f536f71e-6902-4684-b194-40b2c69a79be" } ], "workloadContext": "Production" } 2022-08-28T05:03:12.990Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:03:12.990Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14787602-f008-4060-a1d7-29d89e4262cf ASDC 2022-08-28T05:03:12.991Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:88d711b8-c366-4eb9-a87d-5c26f8f78c6e ServiceName:vFW 2022-08-28 05-01-32 ServiceVersion:1.0 ServiceUUID:14787602-f008-4060-a1d7-29d89e4262cf ServiceInvariantUUID:06c37b9a-5204-4e42-8bea-f2f5b5aada5d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828050132-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar ArtifactUUID:f536f71e-6902-4684-b194-40b2c69a79be ArtifactChecksum:YzFlODAwNzYxZTYxZjYzMzZmM2RhNGNhYTdiNDU3NWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3beafa67-3512 0 ResourceCustomizationUUID:4667bab7-274d-4167-ab47-99b05b19fcee ResourceInvariantUUID:2542f1e1-3183-4c07-a574-4c7d4c2caca1 ResourceName:vFW 3beafa67-3512 ResourceType:VF ResourceUUID:911ff85b-9c5c-4f02-8b6c-09a990aaddb9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3beafa6735120_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json ArtifactUUID:fb0dd0ee-78a2-427c-b63e-f0cce0142fb4 ArtifactChecksum:MTdlMmM2ZTBlMDJiZjcwOGVlYzc2NTA5NzlmMmY4MmM= 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/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml ArtifactUUID:42960252-7a47-4ffd-8c53-6237e39c339c 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/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env ArtifactUUID:dc20c02c-bed6-4e3e-bb42-4d5965937f30 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/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env ArtifactUUID:dc20c02c-bed6-4e3e-bb42-4d5965937f30 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:03:12.992Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14787602-f008-4060-a1d7-29d89e4262cf 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-08-28T05:03:13.025Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:03:13.026Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-28T05:03:13.026Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-28T05:03:13.027Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f536f71e-6902-4684-b194-40b2c69a79be from URL: /sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:13.027Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-28T05:03:13.027Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:13.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-28T05:03:13.314Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar f536f71e-6902-4684-b194-40b2c69a79be 99034 2022-08-28T05:03:13.315Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar ASDC sendASDCNotification 2022-08-28T05:03:13.315Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:13.315Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:03:13.316Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:13.318Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:13.318Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662993315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:03:13.418Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:13.419Z||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-08-28T05:03:13.419Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:13.454Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:13.454Z||pool-74-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:03:14.318Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:03:14.321Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-28T05:03:14.321Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f536f71e-6902-4684-b194-40b2c69a79be, URL: /sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar to file: /app/ASDC/1/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:14.322Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828050132-csar.csar 2022-08-28T05:03:14.322Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:14.322Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:14.570Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9208664960320594574/Definitions/service-Vfw20220828050132-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-08-28T05:03:16.575Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:03:16.575Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3beafa67-3512 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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.576Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-Vfw20220828050132-csar.csar 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-28T05:03:16.577Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.578Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.578Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:16.578Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-28T05:03:16.578Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.579Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.580Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:03:16.581Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.582Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:03:16.582Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.582Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:03:16.582Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.582Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:16.582Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:16.583Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.584Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=348c11c9-2945-4f8f-b2be-ff321872f508 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:16.585Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:03:16.586Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e49109cd-d08d-4dce-8a91-fad90c709954 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:16.587Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:03:16.588Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e8e1a2aa-670a-4e81-b8a9-807c7dc667e0 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.589Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.590Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.590Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:16.590Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:16.590Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 05-01-32 Description:catalog service description Model UUID:14787602-f008-4060-a1d7-29d89e4262cf Model Version:NULL Model InvariantUuid:06c37b9a-5204-4e42-8bea-f2f5b5aada5d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3beafa67-3512 Model UUID:e47f34b8-eeb6-4489-9036-8d957272893a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2542f1e1-3183-4c07-a574-4c7d4c2caca1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4667bab7-274d-4167-ab47-99b05b19fcee NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ac11a0df-9020-42ca-8e3f-494ee0cf3bea ModelName:Vfw3beafa673512..base_vfw..module-0 ModelUuid:c3fa8f7c-b9a2-4a45-9dfa-b0766c8d7bd5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:348c11c9-2945-4f8f-b2be-ff321872f508 ModelInvariantUuid:baf7f7f8-d00f-4918-a51a-d46601d7557f ModelName:vFW 3beafa67-3512-nodes.vfwCvfc ModelUuid:e8b9f5b3-2d72-4ebe-9dad-20347661eae0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6632759d-5f8e-4c29-a9f2-666d396f51e2 ModelInvariantUuid:4753e958-3c04-4bf3-b23d-4daafc64f2c0 ModelName:Vfw3beafa673512.compute.nodes.heat.vfw ModelUuid:e6aaabdb-ba5b-47ea-9787-25c59f9cf5df ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e49109cd-d08d-4dce-8a91-fad90c709954 ModelInvariantUuid:5da7edf6-f85d-4c0b-894e-7080dc1b7d23 ModelName:vFW 3beafa67-3512-nodes.vsnCvfc ModelUuid:f6fda277-bd47-423d-b63c-4607218493ae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:80f6eb29-6fc3-4b16-9fd1-14e4ad4ff5fc ModelInvariantUuid:f49fcb8b-5fd7-4d30-b46a-7cd1f45aaade ModelName:Vfw3beafa673512.compute.nodes.heat.vsn ModelUuid:75cb990c-c2a2-4f6c-ae83-16cb4771161c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e8e1a2aa-670a-4e81-b8a9-807c7dc667e0 ModelInvariantUuid:ae6cd898-9c3b-4ad9-954e-ac9b28e642fe ModelName:vFW 3beafa67-3512-nodes.vpgCvfc ModelUuid:4cf48e98-ce8f-44a2-aabc-db957a58417d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b10ce0a3-c203-4547-9adb-ce69d64989d6 ModelInvariantUuid:7fc48145-0db5-44c5-867c-31c553b7611a ModelName:Vfw3beafa673512.compute.nodes.heat.vpg ModelUuid:531479b7-4780-437e-ab31-f35a00e793b5 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-08-28T05:03:16.594Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 911ff85b-9c5c-4f02-8b6c-09a990aaddb9 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-08-28T05:03:16.597Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||vFW 3beafa67-3512 0 2022-08-28T05:03:16.597Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 911ff85b-9c5c-4f02-8b6c-09a990aaddb9 2022-08-28T05:03:16.597Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb0dd0ee-78a2-427c-b63e-f0cce0142fb4 from URL: /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json 2022-08-28T05:03:16.597Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-28T05:03:16.597Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json 2022-08-28T05:03:16.720Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-28T05:03:16.720Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json fb0dd0ee-78a2-427c-b63e-f0cce0142fb4 785 2022-08-28T05:03:16.721Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json ASDC sendASDCNotification 2022-08-28T05:03:16.721Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json 2022-08-28T05:03:16.721Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:03:16.721Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:16.723Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:16.723Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662996721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:03:16.823Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:16.824Z||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-08-28T05:03:16.824Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:16.922Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:16.922Z||pool-75-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:03:17.723Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3beafa673512..base_vfw..module-0", "vfModuleModelInvariantUUID": "ac11a0df-9020-42ca-8e3f-494ee0cf3bea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c3fa8f7c-b9a2-4a45-9dfa-b0766c8d7bd5", "vfModuleModelCustomizationUUID": "21acc2ef-2212-408d-809c-00a56dc1437b", "isBase": true, "artifacts": [ "42960252-7a47-4ffd-8c53-6237e39c339c", "dc20c02c-bed6-4e3e-bb42-4d5965937f30" ], "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-08-28T05:03:17.728Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3beafa673512..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c3fa8f7c-b9a2-4a45-9dfa-b0766c8d7bd5 VfModuleModelInvariantUUID:ac11a0df-9020-42ca-8e3f-494ee0cf3bea VfModuleModelDescription:NULL Artifacts UUID List:{ 42960252-7a47-4ffd-8c53-6237e39c339c , dc20c02c-bed6-4e3e-bb42-4d5965937f30 } 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-08-28T05:03:17.729Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3beafa673512..base_vfw..module-0", "vfModuleModelInvariantUUID": "ac11a0df-9020-42ca-8e3f-494ee0cf3bea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c3fa8f7c-b9a2-4a45-9dfa-b0766c8d7bd5", "vfModuleModelCustomizationUUID": "21acc2ef-2212-408d-809c-00a56dc1437b", "isBase": true, "artifacts": [ "42960252-7a47-4ffd-8c53-6237e39c339c", "dc20c02c-bed6-4e3e-bb42-4d5965937f30" ], "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-08-28T05:03:17.729Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3beafa673512..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c3fa8f7c-b9a2-4a45-9dfa-b0766c8d7bd5 VfModuleModelInvariantUUID:ac11a0df-9020-42ca-8e3f-494ee0cf3bea VfModuleModelDescription:NULL Artifacts UUID List:{ 42960252-7a47-4ffd-8c53-6237e39c339c , dc20c02c-bed6-4e3e-bb42-4d5965937f30 } 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-08-28T05:03:17.730Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 42960252-7a47-4ffd-8c53-6237e39c339c from URL: /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml 2022-08-28T05:03:17.730Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-28T05:03:17.730Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml 2022-08-28T05:03:17.998Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-28T05:03:17.999Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml 42960252-7a47-4ffd-8c53-6237e39c339c 20368 2022-08-28T05:03:17.999Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:03:17.999Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml 2022-08-28T05:03:17.999Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:03:18.000Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:18.008Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:18.008Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662997999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:03:18.102Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-28T05:03:18.103Z||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-08-28T05:03:18.103Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:18.246Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:18.247Z||pool-76-thread-1|||||INFO|500||cambria reply ok (145 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:03:19.009Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc20c02c-bed6-4e3e-bb42-4d5965937f30 from URL: /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env 2022-08-28T05:03:19.010Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-28T05:03:19.010Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env 2022-08-28T05:03:19.273Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-28T05:03:19.274Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env dc20c02c-bed6-4e3e-bb42-4d5965937f30 2098 2022-08-28T05:03:19.274Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:03:19.274Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env 2022-08-28T05:03:19.274Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:03:19.275Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:19.277Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:19.277Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662999274, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:03:19.377Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:19.378Z||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-08-28T05:03:19.378Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:19.488Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:19.489Z||pool-77-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:20.277Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 14787602-f008-4060-a1d7-29d89e4262cf 2022-08-28T05:03:20.278Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3beafa67-3512 0 911ff85b-9c5c-4f02-8b6c-09a990aaddb9 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-08-28T05:03:20.290Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45940edf, org.onap.sdc.toscaparser.api.parameters.Input@7cb5bd26, org.onap.sdc.toscaparser.api.parameters.Input@2ef24aca, org.onap.sdc.toscaparser.api.parameters.Input@66ce66e8, org.onap.sdc.toscaparser.api.parameters.Input@3497e18] 2022-08-28T05:03:20.291Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.292Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.292Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-08-28T05:03:20.292Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 4667bab7-274d-4167-ab47-99b05b19fcee 2022-08-28T05:03:20.292Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4667bab7-274d-4167-ab47-99b05b19fcee matches Tosca VF Customization UUID: 4667bab7-274d-4167-ab47-99b05b19fcee 2022-08-28T05:03:20.292Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 4667bab7-274d-4167-ab47-99b05b19fcee 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-08-28T05:03:20.294Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.294Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.294Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 4667bab7-274d-4167-ab47-99b05b19fcee: {\"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-08-28T05:03:20.294Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b30d947 2022-08-28T05:03:20.295Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.295Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:03:20.295Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21acc2ef-2212-408d-809c-00a56dc1437b 2022-08-28T05:03:20.295Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21acc2ef-2212-408d-809c-00a56dc1437b 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-08-28T05:03:20.297Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.297Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:20.297Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:20.297Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:20.298Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:03:20.299Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.300Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=348c11c9-2945-4f8f-b2be-ff321872f508 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-08-28T05:03:20.301Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.301Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:20.301Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:20.302Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.303Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e49109cd-d08d-4dce-8a91-fad90c709954 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-08-28T05:03:20.305Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.305Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:20.305Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:20.305Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.305Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is not matching search criteria 2022-08-28T05:03:20.305Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.306Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:03:20.307Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:03:20.307Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:03:20.307Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:03:20.307Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:03:20.307Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e8e1a2aa-670a-4e81-b8a9-807c7dc667e0 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-08-28T05:03:20.308Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.308Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:20.308Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:03:20.309Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.309Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Node template vFW 3beafa67-3512 0 is matching search criteria 2022-08-28T05:03:20.309Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3beafa67-3512 0] matching following query criteria: sdcType=VF, customizationUUID=4667bab7-274d-4167-ab47-99b05b19fcee 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-08-28T05:03:20.310Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.310Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.310Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 14787602-f008-4060-a1d7-29d89e4262cf: vFW 3beafa67-3512 2022-08-28T05:03:20.310Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.310Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.311Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:03:20.312Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-28 05-01-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:03:20.312Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-28 05-01-32 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-08-28T05:03:20.419Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3beafa67-3512 911ff85b-9c5c-4f02-8b6c-09a990aaddb9 1 ASDC deployResourceStructure 2022-08-28T05:03:20.419Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json ASDC sendASDCNotification 2022-08-28T05:03:20.419Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json 2022-08-28T05:03:20.419Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:03:20.419Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:20.421Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:20.421Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663000419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:03:20.521Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:20.522Z||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-08-28T05:03:20.522Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:20.584Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:20.584Z||pool-78-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:03:21.425Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:03:21.425Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml 2022-08-28T05:03:21.425Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:03:21.426Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:21.428Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:21.428Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663001425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:03:21.528Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:21.529Z||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-08-28T05:03:21.530Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:21.556Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:21.556Z||pool-79-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:22.429Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:03:22.430Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env 2022-08-28T05:03:22.430Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:03:22.430Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:22.432Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:22.432Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663002429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:03:22.532Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:03:22.533Z||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-08-28T05:03:22.533Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:22.772Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:22.772Z||pool-80-thread-1|||||INFO|500||cambria reply ok (240 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:03:23.433Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar ASDC sendASDCNotification 2022-08-28T05:03:23.433Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar 2022-08-28T05:03:23.433Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:03:23.434Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:03:23.435Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:03:23.436Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663003432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:03:23.536Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:03:23.537Z||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-08-28T05:03:23.537Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:03:23.626Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:03:23.627Z||pool-81-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:03:24.436Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:03:24.444Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:03:24.445Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:03:24.445Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:03:24.446Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:03:54.446Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:03:54.453Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:03:54.455Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:03:54.455Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:03:54.455Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:04:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:04:02.781Z||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-08-28T05:04:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:04:02.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:04:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:04:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:04:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:04:24.455Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:04:24.462Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:04:24.463Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:04:24.463Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:04:24.463Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:04:54.464Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:04:54.470Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:04:54.472Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:04:54.472Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:04:54.472Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:05:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:05:02.781Z||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-08-28T05:05:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:05:03.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:05:03.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:05:03.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:05:03.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:05:24.472Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:05:24.478Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:05:24.479Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:05:24.479Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:05:24.480Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:05:54.480Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:05:54.486Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:05:54.488Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:05:54.488Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:05:54.488Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:06:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:06:02.781Z||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-08-28T05:06:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:06:02.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:06:02.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOTIFIED" } 2022-08-28T05:06:02.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOTIFIED" } 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662982779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662983186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662978498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662993315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662994402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662994447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "cds", "timestamp": 1661662995410, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-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-08-28T05:06:02.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 2022-08-28T05:06:02.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:02.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662995637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "ves-openapi-manager", "timestamp": 1661662988727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662996868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662996721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:02.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662997895, "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-08-28T05:06:03.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 2022-08-28T05:06:03.001Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:03.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "multicloud-k8s-id", "timestamp": 1661662998899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662997999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661662999274, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661662993549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663000419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663001585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663001425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661662995507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663002429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661663003735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663003432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661663004743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663005091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "policy-id", "timestamp": 1661663005746, "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-08-28T05:06:03.019Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 2022-08-28T05:06:03.019Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:03.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663006095, "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-08-28T05:06:03.025Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 2022-08-28T05:06:03.026Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:03.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663000053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vfw3beafa6735120_modules.json", "status": "NOTIFIED" } 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663008093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/resourceInstances/vfw3beafa6735120/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663005586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663017765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:06:03.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "aai-ml", "timestamp": 1661663018770, "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-08-28T05:06:03.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 2022-08-28T05:06:03.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:03.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663025655, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663027665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828050132/1.0/artifacts/service-Vfw20220828050132-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "clamp", "timestamp": 1661663028668, "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-08-28T05:06:03.043Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 2022-08-28T05:06:03.043Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:03.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "cds", "timestamp": 1661663028185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "aai-ml", "timestamp": 1661663030053, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "ves-openapi-manager", "timestamp": 1661663028738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "aai-ml", "timestamp": 1661663030053, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "ves-openapi-manager", "timestamp": 1661663028738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "cds", "timestamp": 1661663028185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "clamp", "timestamp": 1661663035586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "policy-id", "timestamp": 1661663035507, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "clamp", "timestamp": 1661663035586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "policy-id", "timestamp": 1661663035507, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "aai-ml", "timestamp": 1661663037578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "cds", "timestamp": 1661663037858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "cds", "timestamp": 1661663038864, "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-08-28T05:06:03.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28fab0f6-34be-419f-be13-b889e3fc33a3 2022-08-28T05:06:03.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fab0f6-34be-419f-be13-b889e3fc33a3 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-08-28T05:06:03.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "policy-id", "timestamp": 1661663038583, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:06:03.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "multicloud-k8s-id", "timestamp": 1661663038498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "policy-id", "timestamp": 1661663039592, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "multicloud-k8s-id", "timestamp": 1661663038498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "policy-id", "timestamp": 1661663040596, "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-08-28T05:06:03.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28fab0f6-34be-419f-be13-b889e3fc33a3 2022-08-28T05:06:03.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fab0f6-34be-419f-be13-b889e3fc33a3 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-08-28T05:06:03.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "aai-ml", "timestamp": 1661663041599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:06:03.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:06:03.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:06:03.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "aai-ml", "timestamp": 1661663042603, "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-08-28T05:06:03.075Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 28fab0f6-34be-419f-be13-b889e3fc33a3 2022-08-28T05:06:03.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fab0f6-34be-419f-be13-b889e3fc33a3 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-08-28T05:06:24.488Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:06:24.496Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:06:24.498Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:06:24.498Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:06:24.498Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:06:24.498Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:06:24.498Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:06:24.498Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|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-08-28T05:06:24.500Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:06:54.501Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e 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-08-28T05:06:54.506Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88d711b8-c366-4eb9-a87d-5c26f8f78c6e and serviceModelVersionId: 14787602-f008-4060-a1d7-29d89e4262cf 2022-08-28T05:06:54.506Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06c37b9a-5204-4e42-8bea-f2f5b5aada5d 2022-08-28T05:06:54.507Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0 2022-08-28T05:06:54.511Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:06:54.559Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Invoke 2022-08-28T05:06:54.559Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1447f72d-dcf3-4801-9fdf-9d79f8896fb8], X-ECOMP-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], X-TransactionId=[], X-ONAP-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], Content-Type=[application/merge-patch+json]} 2022-08-28T05:06:56.085Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Invoke 2022-08-28T05:06:56.085Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dde397f3-754e-4747-94f5-aba845b196c0], X-ECOMP-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], X-TransactionId=[], X-ONAP-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], Content-Type=[application/merge-patch+json]} 2022-08-28T05:06:57.620Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Invoke 2022-08-28T05:06:57.621Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[766f9f5d-9ad0-456c-a673-06766fbc2133], X-ECOMP-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], X-TransactionId=[], X-ONAP-RequestID=[88d711b8-c366-4eb9-a87d-5c26f8f78c6e], Content-Type=[application/merge-patch+json]} 2022-08-28T05:06:58.655Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:06:58.656Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:06:58.656Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:06:58.656Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:06:58.659Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:06:58.659Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88d711b8-c366-4eb9-a87d-5c26f8f78c6e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:06:58.660Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:06:58.660Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:06:58.662Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:06:58.662Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||try to send status { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663218660, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:06:58.762Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:06:58.763Z||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-08-28T05:06:58.763Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:06:58.844Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:06:58.844Z||pool-82-thread-1|||||INFO|500||cambria reply ok (82 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-08-28T05:06:59.672Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:06:59.672Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:06:59.672Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:07:02.782Z||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-08-28T05:07:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:02.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:02.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "clamp", "timestamp": 1661663044657, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:07:02.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:07:02.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "clamp", "timestamp": 1661663046667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:07:02.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:07:02.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "clamp", "timestamp": 1661663047671, "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-08-28T05:07:02.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28fab0f6-34be-419f-be13-b889e3fc33a3 2022-08-28T05:07:02.841Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fab0f6-34be-419f-be13-b889e3fc33a3 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-08-28T05:07:02.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663053549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663053549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:07:02.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663056517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:07:02.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:07:02.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663058115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:07:02.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:07:02.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663059119, "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-08-28T05:07:02.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28fab0f6-34be-419f-be13-b889e3fc33a3 2022-08-28T05:07:02.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fab0f6-34be-419f-be13-b889e3fc33a3 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-08-28T05:07:02.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:02.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:07:02.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:02.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:07:04.312Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:04.313Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||received message from topic 2022-08-28T05:07:04.314Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"28fab0f6-34be-419f-be13-b889e3fc33a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"de1eaa83-7b81-44e6-870f-0901a51fdaad","serviceDescription":"service","serviceInvariantUUID":"2df9031f-66ed-4771-bac9-b9e1688d7f73","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ce0bfd41-8392-493e-b8bd-6b1bdab23b79","resourceInvariantUUID":"c07d0413-da58-4f8b-85e9-338e7f6416b2","resourceCustomizationUUID":"a843c1cc-9b0d-406a-94d9-996d60f69200","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":"NzY5NTJmNjczMzUwMTIwMDFiN2E3YWQwODE5NWRiNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43454d2d-9616-4109-beaa-ac99e2547a9f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2I2NmVhZDcwNmZlZjlmYTI4OWFmNzkwM2IyNjA1M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13cb4856-9459-471a-a1a1-a8be91483918","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:07:04.315Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:04.315Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:04.317Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:04.317Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||try to send status { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:04.417Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:04.418Z||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-08-28T05:07:04.418Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:04.441Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:04.442Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:05.318Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:05.318Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:05.320Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:05.320Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||try to send status { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:07:05.420Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:05.421Z||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-08-28T05:07:05.421Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:05.435Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:05.435Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:07:06.321Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||sending notification to client: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "de1eaa83-7b81-44e6-870f-0901a51fdaad", "serviceDescription": "service", "serviceInvariantUUID": "2df9031f-66ed-4771-bac9-b9e1688d7f73", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a843c1cc-9b0d-406a-94d9-996d60f69200", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ce0bfd41-8392-493e-b8bd-6b1bdab23b79", "resourceInvariantUUID": "c07d0413-da58-4f8b-85e9-338e7f6416b2", "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": "N2I2NmVhZDcwNmZlZjlmYTI4OWFmNzkwM2IyNjA1M2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13cb4856-9459-471a-a1a1-a8be91483918" } ], "workloadContext": "Production" } 2022-08-28T05:07:06.321Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:07:06.321Z|88d711b8-c366-4eb9-a87d-5c26f8f78c6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de1eaa83-7b81-44e6-870f-0901a51fdaad ASDC 2022-08-28T05:07:06.322Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||ASDC Notification: DistributionID:28fab0f6-34be-419f-be13-b889e3fc33a3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:de1eaa83-7b81-44e6-870f-0901a51fdaad ServiceInvariantUUID:2df9031f-66ed-4771-bac9-b9e1688d7f73 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:13cb4856-9459-471a-a1a1-a8be91483918 ArtifactChecksum:N2I2NmVhZDcwNmZlZjlmYTI4OWFmNzkwM2IyNjA1M2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a843c1cc-9b0d-406a-94d9-996d60f69200 ResourceInvariantUUID:c07d0413-da58-4f8b-85e9-338e7f6416b2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ce0bfd41-8392-493e-b8bd-6b1bdab23b79 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-08-28T05:07:06.322Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de1eaa83-7b81-44e6-870f-0901a51fdaad 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-08-28T05:07:06.343Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:07:06.344Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:07:06.344Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:07:06.344Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Trying to download the artifact UUID: 13cb4856-9459-471a-a1a1-a8be91483918 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-28T05:07:06.344Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:07:06.344Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:06.953Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:07:06.962Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 13cb4856-9459-471a-a1a1-a8be91483918 52513 2022-08-28T05:07:06.963Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:06.963Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:06.963Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:07:06.963Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:06.965Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:06.965Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||try to send status { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663226963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:07:07.066Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:07:07.067Z||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-08-28T05:07:07.067Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:07.138Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:07.139Z||pool-85-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:07:07.966Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:07:07.966Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:07:07.967Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Trying to write artifact UUID: 13cb4856-9459-471a-a1a1-a8be91483918, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-28T05:07:07.967Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-08-28T05:07:07.967Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-28T05:07:07.968Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-28T05:07:08.052Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8744362578598062956/Definitions/service-BasicNetwork-template.yml 2022-08-28T05:07:08.436Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.437Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.438Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:07:08.439Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:07:08.440Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.440Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.440Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.440Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.441Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.441Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.441Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.441Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.442Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.442Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.442Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:de1eaa83-7b81-44e6-870f-0901a51fdaad Model Version:NULL Model InvariantUuid:2df9031f-66ed-4771-bac9-b9e1688d7f73 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c07d0413-da58-4f8b-85e9-338e7f6416b2 Model UUID:f3b49d67-89ae-447f-8503-3c23bc892998 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a843c1cc-9b0d-406a-94d9-996d60f69200 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-08-28T05:07:08.446Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: ce0bfd41-8392-493e-b8bd-6b1bdab23b79 2022-08-28T05:07:08.446Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||No resources found for Service: de1eaa83-7b81-44e6-870f-0901a51fdaad 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-08-28T05:07:08.449Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500|| 2022-08-28T05:07:08.450Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-08-28T05:07:08.450Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||No resources found for Service: de1eaa83-7b81-44e6-870f-0901a51fdaad 2022-08-28T05:07:08.451Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Preparing to deploy Service: de1eaa83-7b81-44e6-870f-0901a51fdaad 2022-08-28T05:07:08.451Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-08-28T05:07:08.451Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.454Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@258a7df5, org.onap.sdc.toscaparser.api.parameters.Input@26723610, org.onap.sdc.toscaparser.api.parameters.Input@57fa6a93, org.onap.sdc.toscaparser.api.parameters.Input@72153c10, org.onap.sdc.toscaparser.api.parameters.Input@4069272] 2022-08-28T05:07:08.455Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.455Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.455Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.456Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.457Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500|| resourceSeq for service uuid de1eaa83-7b81-44e6-870f-0901a51fdaad: Generic NeutronNet 2022-08-28T05:07:08.457Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.457Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.457Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.457Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.491Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.491Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.491Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.492Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.492Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:08.492Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:08.492Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.533Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-08-28T05:07:08.533Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.533Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:08.533Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:07:08.534Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:08.544Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:08.544Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||try to send status { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663228533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:07:08.635Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-08-28T05:07:08.636Z||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-08-28T05:07:08.636Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:08.659Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:08.660Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:09.545Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28fab0f6-34be-419f-be13-b889e3fc33a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:07:09.552Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28fab0f6-34be-419f-be13-b889e3fc33a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:07:09.554Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:07:09.554Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:07:09.554Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:07:09.554Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:07:09.554Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:07:09.554Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?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-08-28T05:07:09.556Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:07:39.556Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 28fab0f6-34be-419f-be13-b889e3fc33a3 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-08-28T05:07:39.566Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28fab0f6-34be-419f-be13-b889e3fc33a3 and serviceModelVersionId: de1eaa83-7b81-44e6-870f-0901a51fdaad 2022-08-28T05:07:39.566Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2df9031f-66ed-4771-bac9-b9e1688d7f73 2022-08-28T05:07:39.567Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0 2022-08-28T05:07:39.570Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:07:39.632Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06c37b9a-5204-4e42-8bea-f2f5b5aada5d/model-vers/model-ver/14787602-f008-4060-a1d7-29d89e4262cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:07:39.634Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Invoke 2022-08-28T05:07:41.173Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:07:41.175Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Invoke 2022-08-28T05:07:42.709Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:07:42.710Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Invoke 2022-08-28T05:07:43.745Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:07:43.748Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:07:43.748Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:07:43.749Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:07:43.752Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:07:43.753Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28fab0f6-34be-419f-be13-b889e3fc33a3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:07:43.753Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:07:43.753Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:43.755Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:43.755Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663263753, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:07:43.855Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:43.856Z||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-08-28T05:07:43.856Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:43.914Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:43.914Z||pool-87-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-28T05:07:44.765Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||received message from topic 2022-08-28T05:07:44.766Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"cce9156f-6c00-4950-9e1f-afb3400e09a5","serviceName":"Demo_pNF_bUtAevtuaed8AjsrJ1Br","serviceVersion":"1.0","serviceUUID":"b36a11a8-0cba-4625-8e0d-2a6973ef2917","serviceDescription":"catalog service description","serviceInvariantUUID":"26cb952f-1390-49de-a737-8c5b42d2ac78","resources":[{"resourceInstanceName":"pNF 3728c5bc-afc8 0","resourceName":"pNF 3728c5bc-afc8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8e44fb02-577b-4a02-a030-3bdb730e8ceb","resourceInvariantUUID":"21c8296c-3485-4290-b7ea-6cc8b872cec2","resourceCustomizationUUID":"a6da24df-be65-417e-a222-3fd33f6052d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml","artifactChecksum":"N2QxMWM2MDg5YTY1NjhjYWI4OWRjMTM0MDU5MDU1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6071111f-0355-4c67-8ddf-c1679bbfa6b5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecfc2d5e-3c61-4ede-8c4d-a5cdcb9f7d44","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21cc1ee0-2938-4f17-a08a-c1e7466e85fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml","artifactChecksum":"NGM5OGFlYmNlMzUxM2YxNDM2NGQ0ZGU3MTA1NTljODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa8b6f7f-4c51-4707-9ec4-23ab60663645","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9262928-11b0-45ac-9db8-69a5c64b6b13","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f316f23f-576a-4ef7-8670-ba1414d80c54","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfButaevtuaed8ajsrj1br-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml","artifactChecksum":"YzM1MDUzMGFiZDU4MTI1ZTI5Zjc0NWU5YzM0ZTY1Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be5f0b54-af83-4c1a-bcac-88959a03cb1e","artifactVersion":"1"},{"artifactName":"service-DemoPnfButaevtuaed8ajsrj1br-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar","artifactChecksum":"YWJjYzA0YzA5M2MxNjU1YjhlZDNkMDgyOTRlYjY2MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2613eca0-74f5-4e86-aa03-5ed78e5fe5fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:07:44.766Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:44.766Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:44.768Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:44.768Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:44.868Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:44.869Z||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-08-28T05:07:44.869Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:44.887Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:44.888Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:45.769Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:45.770Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:45.771Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:45.771Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:45.871Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:07:45.872Z||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-08-28T05:07:45.872Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:45.895Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:45.895Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:07:46.772Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:46.773Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:46.774Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:46.775Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:46.875Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:46.875Z||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-08-28T05:07:46.875Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:46.900Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:46.900Z||pool-90-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:47.775Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:47.776Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:47.778Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:47.778Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:47.878Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:47.879Z||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-08-28T05:07:47.879Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:47.956Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:47.956Z||pool-91-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:48.778Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:48.779Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:48.781Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:48.781Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:48.881Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:48.882Z||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-08-28T05:07:48.882Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:48.919Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:48.920Z||pool-92-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:49.782Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:49.783Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:49.785Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:49.785Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:49.885Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:49.886Z||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-08-28T05:07:49.886Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:49.935Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:49.935Z||pool-93-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:07:50.786Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:50.787Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:50.790Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:50.790Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:07:50.890Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:50.891Z||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-08-28T05:07:50.891Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:50.918Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:50.919Z||pool-94-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:51.791Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:07:51.792Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:51.794Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:51.794Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:07:51.894Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:51.895Z||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-08-28T05:07:51.895Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:51.983Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:51.984Z||pool-95-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:52.795Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||sending notification to client: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "serviceName": "Demo_pNF_bUtAevtuaed8AjsrJ1Br", "serviceVersion": "1.0", "serviceUUID": "b36a11a8-0cba-4625-8e0d-2a6973ef2917", "serviceDescription": "catalog service description", "serviceInvariantUUID": "26cb952f-1390-49de-a737-8c5b42d2ac78", "resources": [ { "resourceInstanceName": "pNF 3728c5bc-afc8 0", "resourceCustomizationUUID": "a6da24df-be65-417e-a222-3fd33f6052d8", "resourceName": "pNF 3728c5bc-afc8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8e44fb02-577b-4a02-a030-3bdb730e8ceb", "resourceInvariantUUID": "21c8296c-3485-4290-b7ea-6cc8b872cec2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "artifactChecksum": "YWJjYzA0YzA5M2MxNjU1YjhlZDNkMDgyOTRlYjY2MDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2613eca0-74f5-4e86-aa03-5ed78e5fe5fc" } ], "workloadContext": "Production" } 2022-08-28T05:07:52.795Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:07:52.796Z|28fab0f6-34be-419f-be13-b889e3fc33a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b36a11a8-0cba-4625-8e0d-2a6973ef2917 ASDC 2022-08-28T05:07:52.796Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||ASDC Notification: DistributionID:cce9156f-6c00-4950-9e1f-afb3400e09a5 ServiceName:Demo_pNF_bUtAevtuaed8AjsrJ1Br ServiceVersion:1.0 ServiceUUID:b36a11a8-0cba-4625-8e0d-2a6973ef2917 ServiceInvariantUUID:26cb952f-1390-49de-a737-8c5b42d2ac78 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfButaevtuaed8ajsrj1br-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar ArtifactUUID:2613eca0-74f5-4e86-aa03-5ed78e5fe5fc ArtifactChecksum:YWJjYzA0YzA5M2MxNjU1YjhlZDNkMDgyOTRlYjY2MDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3728c5bc-afc8 0 ResourceCustomizationUUID:a6da24df-be65-417e-a222-3fd33f6052d8 ResourceInvariantUUID:21c8296c-3485-4290-b7ea-6cc8b872cec2 ResourceName:pNF 3728c5bc-afc8 ResourceType:PNF ResourceUUID:8e44fb02-577b-4a02-a030-3bdb730e8ceb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:07:52.796Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b36a11a8-0cba-4625-8e0d-2a6973ef2917 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-08-28T05:07:52.818Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:07:52.818Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:07:52.818Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:07:52.818Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Trying to download the artifact UUID: 2613eca0-74f5-4e86-aa03-5ed78e5fe5fc from URL: /sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:52.819Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:07:52.819Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:53.315Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:07:53.318Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2613eca0-74f5-4e86-aa03-5ed78e5fe5fc 82624 2022-08-28T05:07:53.319Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar ASDC sendASDCNotification 2022-08-28T05:07:53.319Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:53.319Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:07:53.320Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:53.321Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:53.322Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663273319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:07:53.422Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:53.423Z||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-08-28T05:07:53.423Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:53.469Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:53.469Z||pool-96-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:07:54.322Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:07:54.323Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:07:54.324Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Trying to write artifact UUID: 2613eca0-74f5-4e86-aa03-5ed78e5fe5fc, URL: /sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar to file: /app/ASDC/1/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:54.324Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:54.325Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:54.325Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:54.413Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5460822883046012372/Definitions/service-DemoPnfButaevtuaed8ajsrj1br-template.yml 2022-08-28T05:07:55.096Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:07:55.096Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3728c5bc-afc8 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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.097Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Node template pNF 3728c5bc-afc8 0 is matching search criteria 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Found topology templates [pNF 3728c5bc-afc8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.098Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Node template pNF 3728c5bc-afc8 0 is matching search criteria 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Found topology templates [pNF 3728c5bc-afc8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.099Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.100Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.100Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.100Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.100Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.100Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.100Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bUtAevtuaed8AjsrJ1Br Description:catalog service description Model UUID:b36a11a8-0cba-4625-8e0d-2a6973ef2917 Model Version:NULL Model InvariantUuid:26cb952f-1390-49de-a737-8c5b42d2ac78 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-08-28T05:07:55.105Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 8e44fb02-577b-4a02-a030-3bdb730e8ceb 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-08-28T05:07:55.107Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||pNF 3728c5bc-afc8 0 2022-08-28T05:07:55.107Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 8e44fb02-577b-4a02-a030-3bdb730e8ceb 2022-08-28T05:07:55.107Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||No resources found for Service: b36a11a8-0cba-4625-8e0d-2a6973ef2917 2022-08-28T05:07:55.107Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Preparing to deploy Service: b36a11a8-0cba-4625-8e0d-2a6973ef2917 2022-08-28T05:07:55.108Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3728c5bc-afc8 0 8e44fb02-577b-4a02-a030-3bdb730e8ceb 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-08-28T05:07:55.110Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de677f9, org.onap.sdc.toscaparser.api.parameters.Input@560c6b5, org.onap.sdc.toscaparser.api.parameters.Input@71d9f1e7, org.onap.sdc.toscaparser.api.parameters.Input@34083b14, org.onap.sdc.toscaparser.api.parameters.Input@5a3fdbd3] 2022-08-28T05:07:55.110Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.110Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.110Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500|| resourceSeq for service uuid b36a11a8-0cba-4625-8e0d-2a6973ef2917: pNF 3728c5bc-afc8 2022-08-28T05:07:55.111Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Processing PNF resource: 8e44fb02-577b-4a02-a030-3bdb730e8ceb 2022-08-28T05:07:55.111Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:07:55.111Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Service Demo_pNF_bUtAevtuaed8AjsrJ1Br is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:07:55.111Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||Resource customization UUID: a6da24df-be65-417e-a222-3fd33f6052d8 is the same as notified resource customizationUUID: a6da24df-be65-417e-a222-3fd33f6052d8 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-08-28T05:07:55.150Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3728c5bc-afc8 8e44fb02-577b-4a02-a030-3bdb730e8ceb 0 ASDC deployResourceStructure 2022-08-28T05:07:55.150Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar ASDC sendASDCNotification 2022-08-28T05:07:55.150Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar 2022-08-28T05:07:55.150Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:07:55.151Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:07:55.152Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:07:55.152Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663275150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:07:55.252Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:07:55.253Z||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-08-28T05:07:55.254Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:07:55.268Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:07:55.269Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:07:56.153Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cce9156f-6c00-4950-9e1f-afb3400e09a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:07:56.162Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cce9156f-6c00-4950-9e1f-afb3400e09a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:07:56.164Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:07:56.164Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:07:56.164Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:08:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:08:02.782Z||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-08-28T05:08:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:08:02.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:08:02.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "multicloud-k8s-id", "timestamp": 1661663098499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663095507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663095586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663110484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663103186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663111487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:08:02.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663112378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "policy-id", "timestamp": 1661663112490, "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-08-28T05:08:02.897Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cce9156f-6c00-4950-9e1f-afb3400e09a5 2022-08-28T05:08:02.897Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:02.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "cds", "timestamp": 1661663113389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-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-08-28T05:08:02.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cce9156f-6c00-4950-9e1f-afb3400e09a5 2022-08-28T05:08:02.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:02.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:08:02.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663108727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663117677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663118031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663119688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:08:02.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663119632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:08:02.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "clamp", "timestamp": 1661663120692, "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-08-28T05:08:02.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cce9156f-6c00-4950-9e1f-afb3400e09a5 2022-08-28T05:08:02.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:02.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "ves-openapi-manager", "timestamp": 1661663120644, "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-08-28T05:08:02.933Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cce9156f-6c00-4950-9e1f-afb3400e09a5 2022-08-28T05:08:02.933Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:02.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663113549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663122572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663124543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:08:02.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663125548, "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-08-28T05:08:02.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cce9156f-6c00-4950-9e1f-afb3400e09a5 2022-08-28T05:08:02.946Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:02.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663120053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663129177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663134399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:08:02.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "aai-ml", "timestamp": 1661663135405, "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-08-28T05:08:02.960Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cce9156f-6c00-4950-9e1f-afb3400e09a5 2022-08-28T05:08:02.960Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:02.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:08:02.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-28T05:08:02.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-28T05:08:02.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-28T05:08:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:08:02.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663133186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663125586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "ves-openapi-manager", "timestamp": 1661663128735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-28T05:08:02.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663144477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:02.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:02.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:02.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663135507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:02.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-28T05:08:02.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:02.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:02.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "cds", "timestamp": 1661663145484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-28T05:08:02.996Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of beb2168f-0b07-4413-a4af-4745c66a27ab 2022-08-28T05:08:02.996Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:08:03.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663145451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663146456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663138499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "policy-id", "timestamp": 1661663147459, "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-08-28T05:08:03.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of beb2168f-0b07-4413-a4af-4745c66a27ab 2022-08-28T05:08:03.007Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:08:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663148593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663149995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663151232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663143549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:03.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663152589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663152688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663153675, "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-08-28T05:08:03.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of beb2168f-0b07-4413-a4af-4745c66a27ab 2022-08-28T05:08:03.021Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:08:03.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663153710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:08:03.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663153847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "multicloud-k8s-id", "timestamp": 1661663154693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:08:03.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "clamp", "timestamp": 1661663154713, "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-08-28T05:08:03.030Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of beb2168f-0b07-4413-a4af-4745c66a27ab 2022-08-28T05:08:03.030Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:08:03.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663155991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:08:03.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663156995, "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-08-28T05:08:03.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of beb2168f-0b07-4413-a4af-4745c66a27ab 2022-08-28T05:08:03.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:08:03.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663148185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "ves-openapi-manager", "timestamp": 1661663148733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663160044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663160163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "cds", "timestamp": 1661663161056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-28T05:08:03.060Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99d0df42-1e18-43bd-85b1-23813d864a5b 2022-08-28T05:08:03.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663155507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663155717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-28T05:08:03.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:08:26.164Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cce9156f-6c00-4950-9e1f-afb3400e09a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:08:26.174Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cce9156f-6c00-4950-9e1f-afb3400e09a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:08:26.178Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:08:26.178Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:08:26.178Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:08:26.178Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:08:26.178Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:08:26.178Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:08:26.179Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?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-08-28T05:08:26.181Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:08:56.182Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: cce9156f-6c00-4950-9e1f-afb3400e09a5 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-08-28T05:08:56.190Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cce9156f-6c00-4950-9e1f-afb3400e09a5 and serviceModelVersionId: b36a11a8-0cba-4625-8e0d-2a6973ef2917 2022-08-28T05:08:56.190Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26cb952f-1390-49de-a737-8c5b42d2ac78 2022-08-28T05:08:56.191Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0 2022-08-28T05:08:56.198Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2df9031f-66ed-4771-bac9-b9e1688d7f73/model-vers/model-ver/de1eaa83-7b81-44e6-870f-0901a51fdaad?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:08:56.248Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Invoke 2022-08-28T05:08:56.248Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f72ee57-967b-4ad4-bebc-23e06017c0f8], X-ECOMP-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], X-TransactionId=[], X-ONAP-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], Content-Type=[application/merge-patch+json]} 2022-08-28T05:08:57.781Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Invoke 2022-08-28T05:08:57.781Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[685f41b8-f9d8-4d53-bce6-49e3f1e10222], X-ECOMP-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], X-TransactionId=[], X-ONAP-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], Content-Type=[application/merge-patch+json]} 2022-08-28T05:08:59.319Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Invoke 2022-08-28T05:08:59.320Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65bb370e-3f1e-46fc-a6b3-0175f8fbfcd5], X-ECOMP-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], X-TransactionId=[], X-ONAP-RequestID=[cce9156f-6c00-4950-9e1f-afb3400e09a5], Content-Type=[application/merge-patch+json]} 2022-08-28T05:09:00.351Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:09:00.351Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?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-08-28T05:09:00.352Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:09:00.352Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?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-08-28T05:09:00.358Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?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-08-28T05:09:00.359Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cce9156f-6c00-4950-9e1f-afb3400e09a5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:09:00.359Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:09:00.359Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:00.362Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:00.362Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663340359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:09:00.462Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:00.463Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T05:09:00.463Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:00.512Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:00.513Z||pool-98-thread-1|||||INFO|500||cambria reply ok (51 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-08-28T05:09:01.377Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||received message from topic 2022-08-28T05:09:01.377Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"beb2168f-0b07-4413-a4af-4745c66a27ab","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6ffbdc28-a2f5-467f-be97-8a2d8bcded06","serviceDescription":"service","serviceInvariantUUID":"69dcdc44-a6b4-4695-b8dc-1439a6e90924","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5b2669c-74a1-4ca3-878d-c9a648690252","resourceInvariantUUID":"ed93e364-32d0-4878-a611-57b77e7e44e8","resourceCustomizationUUID":"d5554753-d27e-47c3-bda5-c6b1d1e0518a","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":"NzA3OGI1ZjExYzY4OTk1YmUyM2M1NjA1ZjRmOTc1Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22ed2175-29f2-4af9-a3cb-037b416493f1","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":"8258786c-dbca-48a3-9fa1-72928b4aa3fe","artifactVersion":"2","generatedFromUUID":"1f384ab2-1c0c-4b52-af88-42f878d2292e"},{"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":"1f384ab2-1c0c-4b52-af88-42f878d2292e","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":"OTEyZjAxMzI1ODQ2MTM0MjliZTg5MWJlNjliZDIwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39e48a0a-2848-4771-b8f8-ba6e994b56fa","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":"e85e1bb0-ff64-4def-b5c4-b97bc407aad2","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":"e68b6e3b-b251-4ef3-a527-6f8bbc564316","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":"0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e","artifactVersion":"2","generatedFromUUID":"e85e1bb0-ff64-4def-b5c4-b97bc407aad2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2MwMDAxMmU4NzM4MmQ5NDgwMjAwNzAxZThlMWRkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b83e6f05-dfe5-447b-95c9-75e06a3e25de","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzU5NmIxNWEwNWY0MzRkODZiNWZlZGI4MWYxNjhiNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d482b48-59c6-447b-a1a2-8c9bbf63d2fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:09:01.378Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:01.378Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:01.380Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:01.380Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:01.480Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:01.481Z||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-08-28T05:09:01.481Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:01.509Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:01.509Z||pool-99-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:02.381Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:02.381Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:02.383Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:02.384Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-28T05:09:02.484Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:09:02.484Z||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-08-28T05:09:02.484Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:02.505Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:02.505Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:09:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:09:02.781Z||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-08-28T05:09:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:02.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:02.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663163639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663164651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663158498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:09:02.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "policy-id", "timestamp": 1661663165656, "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-08-28T05:09:02.838Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99d0df42-1e18-43bd-85b1-23813d864a5b 2022-08-28T05:09:02.838Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:09:02.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663166552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663166366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:09:02.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "aai-ml", "timestamp": 1661663167372, "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-08-28T05:09:02.851Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of beb2168f-0b07-4413-a4af-4745c66a27ab 2022-08-28T05:09:02.851Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:09:02.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663167709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663168882, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663169905, "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-08-28T05:09:02.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99d0df42-1e18-43bd-85b1-23813d864a5b 2022-08-28T05:09:02.864Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663169691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "multicloud-k8s-id", "timestamp": 1661663170909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663171701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "clamp", "timestamp": 1661663172704, "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-08-28T05:09:02.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99d0df42-1e18-43bd-85b1-23813d864a5b 2022-08-28T05:09:02.874Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:09:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663173549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:09:02.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663181447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663183739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:09:02.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663184743, "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-08-28T05:09:02.894Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99d0df42-1e18-43bd-85b1-23813d864a5b 2022-08-28T05:09:02.894Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:09:02.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663180053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663187952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663194017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:09:02.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:02.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "aai-ml", "timestamp": 1661663195021, "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-08-28T05:09:02.908Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 99d0df42-1e18-43bd-85b1-23813d864a5b 2022-08-28T05:09:02.908Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:09:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:09:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d711b8-c366-4eb9-a87d-5c26f8f78c6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663218660, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:09:02.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:09:03.384Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:03.385Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:03.387Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:03.387Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-28T05:09:03.487Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:03.497Z||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-08-28T05:09:03.497Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:03.519Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:03.519Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:04.387Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:04.388Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:04.390Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:04.390Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:09:04.490Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:04.491Z||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-08-28T05:09:04.491Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:04.541Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:04.542Z||pool-102-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:05.390Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:05.392Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:05.395Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:05.395Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-28T05:09:05.495Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:05.496Z||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-08-28T05:09:05.496Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:05.512Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:05.512Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:06.396Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:06.397Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:06.399Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:06.399Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:06.499Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:06.500Z||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-08-28T05:09:06.500Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:06.525Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:06.526Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:07.400Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:07.400Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:07.402Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:07.402Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-28T05:09:07.502Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:09:07.503Z||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-08-28T05:09:07.503Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:07.628Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:07.628Z||pool-105-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:08.403Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:08.404Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:08.406Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:08.406Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:09:08.506Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:08.507Z||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-08-28T05:09:08.507Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:08.580Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:08.583Z||pool-106-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:09:09.407Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:09.408Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:09.409Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:09.410Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:09:09.510Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:09.510Z||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-08-28T05:09:09.510Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:09.566Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:09.567Z||pool-107-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:10.411Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||sending notification to client: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6ffbdc28-a2f5-467f-be97-8a2d8bcded06", "serviceDescription": "service", "serviceInvariantUUID": "69dcdc44-a6b4-4695-b8dc-1439a6e90924", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d5554753-d27e-47c3-bda5-c6b1d1e0518a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e5b2669c-74a1-4ca3-878d-c9a648690252", "resourceInvariantUUID": "ed93e364-32d0-4878-a611-57b77e7e44e8", "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": "8258786c-dbca-48a3-9fa1-72928b4aa3fe", "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": "1f384ab2-1c0c-4b52-af88-42f878d2292e", "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": "OTEyZjAxMzI1ODQ2MTM0MjliZTg5MWJlNjliZDIwNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "39e48a0a-2848-4771-b8f8-ba6e994b56fa", "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": "e85e1bb0-ff64-4def-b5c4-b97bc407aad2", "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": "0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e", "generatedFromUUID": "e85e1bb0-ff64-4def-b5c4-b97bc407aad2" }, "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": "0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzU5NmIxNWEwNWY0MzRkODZiNWZlZGI4MWYxNjhiNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d482b48-59c6-447b-a1a2-8c9bbf63d2fe" } ], "workloadContext": "Production" } 2022-08-28T05:09:10.411Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:09:10.412Z|cce9156f-6c00-4950-9e1f-afb3400e09a5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6ffbdc28-a2f5-467f-be97-8a2d8bcded06 ASDC 2022-08-28T05:09:10.412Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||ASDC Notification: DistributionID:beb2168f-0b07-4413-a4af-4745c66a27ab ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6ffbdc28-a2f5-467f-be97-8a2d8bcded06 ServiceInvariantUUID:69dcdc44-a6b4-4695-b8dc-1439a6e90924 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:9d482b48-59c6-447b-a1a2-8c9bbf63d2fe ArtifactChecksum:MzU5NmIxNWEwNWY0MzRkODZiNWZlZGI4MWYxNjhiNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d5554753-d27e-47c3-bda5-c6b1d1e0518a ResourceInvariantUUID:ed93e364-32d0-4878-a611-57b77e7e44e8 ResourceName:basic_cnf ResourceType:VF ResourceUUID:e5b2669c-74a1-4ca3-878d-c9a648690252 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:8258786c-dbca-48a3-9fa1-72928b4aa3fe 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:1f384ab2-1c0c-4b52-af88-42f878d2292e 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:39e48a0a-2848-4771-b8f8-ba6e994b56fa ArtifactChecksum:OTEyZjAxMzI1ODQ2MTM0MjliZTg5MWJlNjliZDIwNDI= 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:e85e1bb0-ff64-4def-b5c4-b97bc407aad2 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:0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e 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:0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:09:10.412Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ffbdc28-a2f5-467f-be97-8a2d8bcded06 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-08-28T05:09:10.468Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:09:10.469Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:09:10.470Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:09:10.470Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to download the artifact UUID: 9d482b48-59c6-447b-a1a2-8c9bbf63d2fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-28T05:09:10.470Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:09:10.471Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-28T05:09:11.013Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:09:11.017Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9d482b48-59c6-447b-a1a2-8c9bbf63d2fe 68956 2022-08-28T05:09:11.018Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-28T05:09:11.018Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-28T05:09:11.018Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:09:11.018Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:11.021Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:11.021Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663351018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:11.121Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:11.121Z||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-08-28T05:09:11.121Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:11.187Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:11.188Z||pool-108-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:12.021Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:09:12.022Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:09:12.023Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to write artifact UUID: 9d482b48-59c6-447b-a1a2-8c9bbf63d2fe, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:12.023Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-08-28T05:09:12.023Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:12.023Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:12.136Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18411015425472879737/Definitions/service-BasicCnf-template.yml 2022-08-28T05:09:13.120Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?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-BasicCnf-csar.csar 2022-08-28T05:09:13.121Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-28T05:09:13.122Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:09:13.122Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.122Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.122Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:13.122Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.123Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.124Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.124Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-28T05:09:13.125Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-08-28T05:09:13.125Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template dummy is not matching search criteria 2022-08-28T05:09:13.125Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:09:13.125Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.125Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:09:13.125Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.126Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:13.126Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:09:13.126Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.126Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:13.126Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:09:13.127Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.127Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:13.127Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:09:13.127Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.127Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-28T05:09:13.127Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-28T05:09:13.128Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6b992edb-12e8-45b6-ac13-a0f6803ef403 2022-08-28T05:09:13.128Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.128Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.128Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.128Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.129Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.129Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.129Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:13.129Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:13.129Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6ffbdc28-a2f5-467f-be97-8a2d8bcded06 Model Version:NULL Model InvariantUuid:69dcdc44-a6b4-4695-b8dc-1439a6e90924 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6ab4f32e-7483-4344-b10d-e805d86dcb5e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ed93e364-32d0-4878-a611-57b77e7e44e8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d5554753-d27e-47c3-bda5-c6b1d1e0518a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:99979bdc-4bb7-4c0e-8564-c34c188fb6b9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:119b6f78-8bc9-406b-94ac-3c479e27dcfa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b992edb-12e8-45b6-ac13-a0f6803ef403 ModelInvariantUuid:8cc15246-018b-4b64-a6c9-e0422b59845c ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:68410b93-5643-4857-9701-ed69259f2e12 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5b27f4b2-cf78-4a6a-af7b-9cb508ebb822 ModelInvariantUuid:9050c521-dbf1-4524-ac2c-b27d53b1fcb4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:5a7e9ba6-c5ac-43e7-9155-b69efa6d539a 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-08-28T05:09:13.133Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e5b2669c-74a1-4ca3-878d-c9a648690252 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-08-28T05:09:13.135Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||basic_cnf 0 2022-08-28T05:09:13.135Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e5b2669c-74a1-4ca3-878d-c9a648690252 2022-08-28T05:09:13.135Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to download the artifact UUID: 8258786c-dbca-48a3-9fa1-72928b4aa3fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-28T05:09:13.135Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:09:13.136Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-28T05:09:13.240Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:09:13.241Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8258786c-dbca-48a3-9fa1-72928b4aa3fe 12 2022-08-28T05:09:13.241Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-08-28T05:09:13.241Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-28T05:09:13.242Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:09:13.242Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:13.244Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:13.245Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663353241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:13.345Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:13.346Z||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-08-28T05:09:13.346Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:13.385Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:13.386Z||pool-109-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:14.245Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to download the artifact UUID: 1f384ab2-1c0c-4b52-af88-42f878d2292e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-28T05:09:14.246Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:09:14.246Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-28T05:09:14.324Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:09:14.325Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1f384ab2-1c0c-4b52-af88-42f878d2292e 2688 2022-08-28T05:09:14.325Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-08-28T05:09:14.325Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-28T05:09:14.325Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:09:14.326Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:14.327Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:14.327Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663354325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:14.427Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:14.428Z||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-08-28T05:09:14.428Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:14.456Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:14.457Z||pool-110-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:15.329Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to download the artifact UUID: 39e48a0a-2848-4771-b8f8-ba6e994b56fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-28T05:09:15.329Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:09:15.329Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-28T05:09:15.403Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:09:15.403Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 39e48a0a-2848-4771-b8f8-ba6e994b56fa 828 2022-08-28T05:09:15.403Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-08-28T05:09:15.404Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-28T05:09:15.404Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:09:15.404Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:15.406Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:15.406Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663355403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:15.506Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:15.506Z||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-08-28T05:09:15.507Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:15.529Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:15.529Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:16.406Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "99979bdc-4bb7-4c0e-8564-c34c188fb6b9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "119b6f78-8bc9-406b-94ac-3c479e27dcfa", "vfModuleModelCustomizationUUID": "96da1f8d-47b9-4a65-b120-e154a95bdc8b", "isBase": true, "artifacts": [ "1f384ab2-1c0c-4b52-af88-42f878d2292e", "e85e1bb0-ff64-4def-b5c4-b97bc407aad2", "0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-28T05:09:16.411Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:119b6f78-8bc9-406b-94ac-3c479e27dcfa VfModuleModelInvariantUUID:99979bdc-4bb7-4c0e-8564-c34c188fb6b9 VfModuleModelDescription:NULL Artifacts UUID List:{ 1f384ab2-1c0c-4b52-af88-42f878d2292e , e85e1bb0-ff64-4def-b5c4-b97bc407aad2 , 0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-28T05:09:16.413Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "99979bdc-4bb7-4c0e-8564-c34c188fb6b9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "119b6f78-8bc9-406b-94ac-3c479e27dcfa", "vfModuleModelCustomizationUUID": "96da1f8d-47b9-4a65-b120-e154a95bdc8b", "isBase": true, "artifacts": [ "1f384ab2-1c0c-4b52-af88-42f878d2292e", "e85e1bb0-ff64-4def-b5c4-b97bc407aad2", "0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-08-28T05:09:16.414Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:119b6f78-8bc9-406b-94ac-3c479e27dcfa VfModuleModelInvariantUUID:99979bdc-4bb7-4c0e-8564-c34c188fb6b9 VfModuleModelDescription:NULL Artifacts UUID List:{ 1f384ab2-1c0c-4b52-af88-42f878d2292e , e85e1bb0-ff64-4def-b5c4-b97bc407aad2 , 0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-08-28T05:09:16.414Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to download the artifact UUID: e85e1bb0-ff64-4def-b5c4-b97bc407aad2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-28T05:09:16.414Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:09:16.414Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-28T05:09:16.496Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:09:16.496Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e85e1bb0-ff64-4def-b5c4-b97bc407aad2 1164 2022-08-28T05:09:16.497Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-08-28T05:09:16.497Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-28T05:09:16.497Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:09:16.497Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:16.499Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:16.499Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663356497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:16.599Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:16.600Z||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-08-28T05:09:16.600Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:16.617Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:16.617Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:17.499Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Trying to download the artifact UUID: 0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-28T05:09:17.500Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:09:17.500Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-28T05:09:17.650Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:09:17.650Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0d8fd3e7-ceaf-4d81-ba93-e525d0a39c1e 200 2022-08-28T05:09:17.651Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-08-28T05:09:17.651Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-28T05:09:17.651Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:09:17.652Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:17.653Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:17.654Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663357651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:09:17.754Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:17.754Z||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-08-28T05:09:17.755Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:17.788Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:17.789Z||pool-113-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:18.654Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Preparing to deploy Service: 6ffbdc28-a2f5-467f-be97-8a2d8bcded06 2022-08-28T05:09:18.655Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e5b2669c-74a1-4ca3-878d-c9a648690252 ASDC 2022-08-28T05:09:18.664Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-08-28T05:09:18.671Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d5d88a0, org.onap.sdc.toscaparser.api.parameters.Input@6fd9df3c, org.onap.sdc.toscaparser.api.parameters.Input@2aa66158, org.onap.sdc.toscaparser.api.parameters.Input@43e70a66, org.onap.sdc.toscaparser.api.parameters.Input@221e9232] 2022-08-28T05:09:18.672Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.672Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.673Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T05:09:18.673Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||VFCustomizationUUID= d5554753-d27e-47c3-bda5-c6b1d1e0518a 2022-08-28T05:09:18.673Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5554753-d27e-47c3-bda5-c6b1d1e0518a matches Tosca VF Customization UUID: d5554753-d27e-47c3-bda5-c6b1d1e0518a 2022-08-28T05:09:18.673Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||vfCustomizationUUID: d5554753-d27e-47c3-bda5-c6b1d1e0518a 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-08-28T05:09:18.674Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.674Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.675Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||resource request for resource customization id d5554753-d27e-47c3-bda5-c6b1d1e0518a: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-08-28T05:09:18.675Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61e509f1 2022-08-28T05:09:18.675Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.675Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:09:18.676Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96da1f8d-47b9-4a65-b120-e154a95bdc8b 2022-08-28T05:09:18.676Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96da1f8d-47b9-4a65-b120-e154a95bdc8b 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-08-28T05:09:18.677Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.678Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:18.678Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:09:18.678Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.678Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:18.678Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:09:18.679Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.679Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-28T05:09:18.679Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-28T05:09:18.679Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6b992edb-12e8-45b6-ac13-a0f6803ef403 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-08-28T05:09:18.680Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.681Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:18.681Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:09:18.681Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.681Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-28T05:09:18.681Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d5554753-d27e-47c3-bda5-c6b1d1e0518a 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-08-28T05:09:18.682Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.683Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.683Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500|| resourceSeq for service uuid 6ffbdc28-a2f5-467f-be97-8a2d8bcded06: basic_cnf 2022-08-28T05:09:18.683Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.683Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.684Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.684Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.684Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.684Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.685Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.685Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.685Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:09:18.685Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:09:18.686Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-28T05:09:18.732Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e5b2669c-74a1-4ca3-878d-c9a648690252 1 ASDC deployResourceStructure 2022-08-28T05:09:18.733Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-08-28T05:09:18.733Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-08-28T05:09:18.733Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-28T05:09:18.733Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:18.735Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:18.735Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663358732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-28T05:09:18.836Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:09:18.837Z||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-08-28T05:09:18.837Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:18.908Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:18.908Z||pool-114-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:19.736Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-08-28T05:09:19.737Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-08-28T05:09:19.737Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-28T05:09:19.737Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:19.739Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:19.739Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663359736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-28T05:09:19.839Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:19.840Z||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-08-28T05:09:19.840Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:19.872Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:19.872Z||pool-115-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:20.740Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-08-28T05:09:20.740Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-28T05:09:20.740Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:09:20.740Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:20.742Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:20.742Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663360740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:09:20.842Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:20.843Z||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-08-28T05:09:20.843Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:20.858Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:20.859Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:21.742Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-08-28T05:09:21.743Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-28T05:09:21.743Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:09:21.743Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:21.745Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:21.745Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663361742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:09:21.845Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:09:21.846Z||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-08-28T05:09:21.846Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:21.861Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:21.861Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:22.746Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-08-28T05:09:22.746Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-28T05:09:22.746Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:09:22.747Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:22.748Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:22.748Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663362746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-28T05:09:22.849Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:09:22.849Z||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-08-28T05:09:22.849Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:22.914Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:22.915Z||pool-118-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:09:23.749Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-28T05:09:23.750Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-28T05:09:23.750Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:09:23.750Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:23.752Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:23.753Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663363749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:09:23.853Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:23.854Z||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-08-28T05:09:23.854Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:23.879Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:23.879Z||pool-119-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:09:24.753Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: beb2168f-0b07-4413-a4af-4745c66a27ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:09:24.764Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: beb2168f-0b07-4413-a4af-4745c66a27ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:09:24.766Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:09:24.766Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:09:24.766Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:09:24.766Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:09:24.766Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:09:24.766Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?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-08-28T05:09:24.771Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:09:54.771Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: beb2168f-0b07-4413-a4af-4745c66a27ab 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-08-28T05:09:54.780Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: beb2168f-0b07-4413-a4af-4745c66a27ab and serviceModelVersionId: 6ffbdc28-a2f5-467f-be97-8a2d8bcded06 2022-08-28T05:09:54.780Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69dcdc44-a6b4-4695-b8dc-1439a6e90924 2022-08-28T05:09:54.781Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0 2022-08-28T05:09:54.789Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26cb952f-1390-49de-a737-8c5b42d2ac78/model-vers/model-ver/b36a11a8-0cba-4625-8e0d-2a6973ef2917?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:09:54.834Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Invoke 2022-08-28T05:09:54.835Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74c94808-30d3-4289-917b-cf8547bc3f1b], X-ECOMP-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], X-TransactionId=[], X-ONAP-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], Content-Type=[application/merge-patch+json]} 2022-08-28T05:09:56.373Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Invoke 2022-08-28T05:09:56.374Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27481b49-9dff-45aa-abd7-c8da5b84dbbd], X-ECOMP-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], X-TransactionId=[], X-ONAP-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], Content-Type=[application/merge-patch+json]} 2022-08-28T05:09:57.908Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Invoke 2022-08-28T05:09:57.909Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54dcb9d2-f961-4277-bdf0-1093d68ad37d], X-ECOMP-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], X-TransactionId=[], X-ONAP-RequestID=[beb2168f-0b07-4413-a4af-4745c66a27ab], Content-Type=[application/merge-patch+json]} 2022-08-28T05:09:58.947Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:09:58.947Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:09:58.948Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:09:58.948Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:09:58.955Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:09:58.955Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID beb2168f-0b07-4413-a4af-4745c66a27ab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:09:58.955Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:09:58.956Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:58.958Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:58.958Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663398955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:09:59.058Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:09:59.059Z||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-08-28T05:09:59.059Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:09:59.141Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:09:59.142Z||pool-120-thread-1|||||INFO|500||cambria reply ok (83 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-08-28T05:09:59.969Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||received message from topic 2022-08-28T05:09:59.970Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"99d0df42-1e18-43bd-85b1-23813d864a5b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"69ebeb38-259c-4321-af45-1d8676f188c6","serviceDescription":"service","serviceInvariantUUID":"44df762a-1f58-45f3-8a6f-036826ca684c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"caaf33d6-e5e8-439b-8b5c-21b86c0b55ba","resourceInvariantUUID":"9538a235-090f-4d97-bb33-5ae86b98aecd","resourceCustomizationUUID":"c77401c6-545b-4718-b2d0-061b98222476","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":"YmVhNmQwOTBkYzM3NjJkMTYyMzQ5NmJlOWIwMTA2MzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f3da9e4-b6c3-4be8-9d28-91f766a382b3","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":"MzJjMWYzZDRiOGQzYmIzMzM4MTdiM2YxZWRjODFkZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10651453-ace0-4183-8ce0-b8b22008f54b","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":"3124168c-71b0-47aa-bd7e-7a91a86ce57b","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":"f896c602-f2e7-4181-a070-008bbe9f8b04","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":"44366e4d-bdfe-4285-8f2d-cf8562ca3ceb","artifactVersion":"2","generatedFromUUID":"3124168c-71b0-47aa-bd7e-7a91a86ce57b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWZmZWUwNTY4OTg1ZTU3YTNlZjc4NzNjMTVhYzkzODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5adc1076-24e3-4f3f-b5d3-50ca6639069f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjI3YWM4OWI5Nzg3MDNhYzhkM2JlM2ZhMWE5ZDY2ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff07a203-7155-4f43-8b0f-4e88db2d5ce6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:09:59.970Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:09:59.971Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:09:59.974Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:09:59.974Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:00.074Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:10:00.075Z||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-08-28T05:10:00.075Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:00.110Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:00.111Z||pool-121-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:00.975Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:10:00.976Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:00.978Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:00.978Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:10:01.078Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:01.079Z||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-08-28T05:10:01.079Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:01.099Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:01.099Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:01.978Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:10:01.979Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:01.982Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:01.982Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T05:10:02.082Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:02.082Z||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-08-28T05:10:02.082Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:02.101Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:02.102Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:10:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:10:02.781Z||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-08-28T05:10:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:02.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663226963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663228533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28fab0f6-34be-419f-be13-b889e3fc33a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663263753, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/resourceInstances/pnf3728c5bcafc80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-28T05:10:02.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663273319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:10:02.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:10:02.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:10:02.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663275150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfButaevtuaed8ajsrj1br/1.0/artifacts/service-DemoPnfButaevtuaed8ajsrj1br-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:10:02.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:10:02.983Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:10:02.984Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:02.986Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:02.986Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:03.086Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:03.087Z||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-08-28T05:10:03.088Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:03.173Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:03.173Z||pool-124-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:03.986Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:10:03.986Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:03.989Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:03.989Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-28T05:10:04.089Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:04.090Z||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-08-28T05:10:04.090Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:04.201Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:04.201Z||pool-125-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:04.989Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:10:04.990Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:04.991Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:04.992Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:10:05.093Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:05.098Z||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-08-28T05:10:05.098Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:05.133Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:05.133Z||pool-126-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:05.992Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:10:05.993Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:05.995Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:05.995Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:10:06.095Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:06.096Z||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-08-28T05:10:06.097Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:06.124Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:06.125Z||pool-127-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:06.995Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||sending notification to client: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "69ebeb38-259c-4321-af45-1d8676f188c6", "serviceDescription": "service", "serviceInvariantUUID": "44df762a-1f58-45f3-8a6f-036826ca684c", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c77401c6-545b-4718-b2d0-061b98222476", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "caaf33d6-e5e8-439b-8b5c-21b86c0b55ba", "resourceInvariantUUID": "9538a235-090f-4d97-bb33-5ae86b98aecd", "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": "MzJjMWYzZDRiOGQzYmIzMzM4MTdiM2YxZWRjODFkZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10651453-ace0-4183-8ce0-b8b22008f54b", "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": "3124168c-71b0-47aa-bd7e-7a91a86ce57b", "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": "44366e4d-bdfe-4285-8f2d-cf8562ca3ceb", "generatedFromUUID": "3124168c-71b0-47aa-bd7e-7a91a86ce57b" }, "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": "44366e4d-bdfe-4285-8f2d-cf8562ca3ceb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjI3YWM4OWI5Nzg3MDNhYzhkM2JlM2ZhMWE5ZDY2ODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff07a203-7155-4f43-8b0f-4e88db2d5ce6" } ], "workloadContext": "Production" } 2022-08-28T05:10:06.996Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:10:06.997Z|beb2168f-0b07-4413-a4af-4745c66a27ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69ebeb38-259c-4321-af45-1d8676f188c6 ASDC 2022-08-28T05:10:06.997Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||ASDC Notification: DistributionID:99d0df42-1e18-43bd-85b1-23813d864a5b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:69ebeb38-259c-4321-af45-1d8676f188c6 ServiceInvariantUUID:44df762a-1f58-45f3-8a6f-036826ca684c 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:ff07a203-7155-4f43-8b0f-4e88db2d5ce6 ArtifactChecksum:MjI3YWM4OWI5Nzg3MDNhYzhkM2JlM2ZhMWE5ZDY2ODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c77401c6-545b-4718-b2d0-061b98222476 ResourceInvariantUUID:9538a235-090f-4d97-bb33-5ae86b98aecd ResourceName:basic_vm ResourceType:VF ResourceUUID:caaf33d6-e5e8-439b-8b5c-21b86c0b55ba 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:10651453-ace0-4183-8ce0-b8b22008f54b ArtifactChecksum:MzJjMWYzZDRiOGQzYmIzMzM4MTdiM2YxZWRjODFkZTQ= 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:3124168c-71b0-47aa-bd7e-7a91a86ce57b 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:44366e4d-bdfe-4285-8f2d-cf8562ca3ceb 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:44366e4d-bdfe-4285-8f2d-cf8562ca3ceb ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:10:06.998Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69ebeb38-259c-4321-af45-1d8676f188c6 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-08-28T05:10:07.034Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:10:07.035Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:10:07.035Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:10:07.035Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Trying to download the artifact UUID: ff07a203-7155-4f43-8b0f-4e88db2d5ce6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-28T05:10:07.036Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:10:07.036Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:07.880Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:10:07.884Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ff07a203-7155-4f43-8b0f-4e88db2d5ce6 71058 2022-08-28T05:10:07.885Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:07.885Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:07.885Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:10:07.885Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:07.887Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:07.887Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663407884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:10:07.987Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:07.988Z||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-08-28T05:10:07.988Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:08.056Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:08.057Z||pool-128-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:08.888Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:10:08.889Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:10:08.890Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Trying to write artifact UUID: ff07a203-7155-4f43-8b0f-4e88db2d5ce6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-28T05:10:08.890Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-08-28T05:10:08.891Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-28T05:10:08.891Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-08-28T05:10:09.094Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13122387703187773714/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-08-28T05:10:10.280Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:10:10.280Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:10:10.280Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-28T05:10:10.280Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-28T05:10:10.280Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:10:10.281Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.282Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.282Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:10.282Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:10:10.282Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:10:10.282Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.282Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.283Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:10:10.284Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.285Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dd157c23-3527-4f74-b465-f9257206c5b2 2022-08-28T05:10:10.286Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:10.287Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:69ebeb38-259c-4321-af45-1d8676f188c6 Model Version:NULL Model InvariantUuid:44df762a-1f58-45f3-8a6f-036826ca684c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:55b395d1-9cea-47ca-9ee6-d742673b3635 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9538a235-090f-4d97-bb33-5ae86b98aecd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c77401c6-545b-4718-b2d0-061b98222476 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ad70525e-97f9-4ee4-82e7-524541162029 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1cf14d93-b32a-471e-ba01-1f9cd9aa18aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dd157c23-3527-4f74-b465-f9257206c5b2 ModelInvariantUuid:69c0d659-ca18-452b-b916-13a0ae491224 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:0becc2c3-55e5-47af-9a64-9eb247e069c8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:740e1190-830f-429d-9257-e5c6c7678a09 ModelInvariantUuid:1aa024aa-5a3d-4f16-9d6a-aebb884a4388 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1f059766-8e84-403f-b3e9-e24953ea2ea8 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-08-28T05:10:10.293Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: caaf33d6-e5e8-439b-8b5c-21b86c0b55ba 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-08-28T05:10:10.295Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||basic_vm 0 2022-08-28T05:10:10.295Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: caaf33d6-e5e8-439b-8b5c-21b86c0b55ba 2022-08-28T05:10:10.296Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Trying to download the artifact UUID: 10651453-ace0-4183-8ce0-b8b22008f54b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-28T05:10:10.296Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:10:10.296Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.673Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:10:10.673Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 10651453-ace0-4183-8ce0-b8b22008f54b 787 2022-08-28T05:10:10.673Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.673Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:10.673Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:10:10.674Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:10.675Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:10.675Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663410673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:10:10.775Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:10.776Z||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-08-28T05:10:10.776Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:10.881Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:10.882Z||pool-129-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:10:11.676Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ad70525e-97f9-4ee4-82e7-524541162029", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1cf14d93-b32a-471e-ba01-1f9cd9aa18aa", "vfModuleModelCustomizationUUID": "575dace5-b48a-48c6-bf06-fc3114fcab01", "isBase": true, "artifacts": [ "3124168c-71b0-47aa-bd7e-7a91a86ce57b", "44366e4d-bdfe-4285-8f2d-cf8562ca3ceb" ], "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-08-28T05:10:11.679Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1cf14d93-b32a-471e-ba01-1f9cd9aa18aa VfModuleModelInvariantUUID:ad70525e-97f9-4ee4-82e7-524541162029 VfModuleModelDescription:NULL Artifacts UUID List:{ 3124168c-71b0-47aa-bd7e-7a91a86ce57b , 44366e4d-bdfe-4285-8f2d-cf8562ca3ceb } 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-08-28T05:10:11.681Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ad70525e-97f9-4ee4-82e7-524541162029", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1cf14d93-b32a-471e-ba01-1f9cd9aa18aa", "vfModuleModelCustomizationUUID": "575dace5-b48a-48c6-bf06-fc3114fcab01", "isBase": true, "artifacts": [ "3124168c-71b0-47aa-bd7e-7a91a86ce57b", "44366e4d-bdfe-4285-8f2d-cf8562ca3ceb" ], "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-08-28T05:10:11.681Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1cf14d93-b32a-471e-ba01-1f9cd9aa18aa VfModuleModelInvariantUUID:ad70525e-97f9-4ee4-82e7-524541162029 VfModuleModelDescription:NULL Artifacts UUID List:{ 3124168c-71b0-47aa-bd7e-7a91a86ce57b , 44366e4d-bdfe-4285-8f2d-cf8562ca3ceb } 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-08-28T05:10:11.681Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Trying to download the artifact UUID: 3124168c-71b0-47aa-bd7e-7a91a86ce57b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-28T05:10:11.682Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:10:11.682Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:11.852Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:10:11.852Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3124168c-71b0-47aa-bd7e-7a91a86ce57b 5033 2022-08-28T05:10:11.852Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:11.853Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:11.853Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:10:11.853Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:11.854Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:11.855Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663411852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:10:11.955Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:11.955Z||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-08-28T05:10:11.956Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:11.999Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:12.000Z||pool-130-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:12.855Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||Trying to download the artifact UUID: 44366e4d-bdfe-4285-8f2d-cf8562ca3ceb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-28T05:10:12.856Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:10:12.856Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:12.931Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:10:12.931Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 44366e4d-bdfe-4285-8f2d-cf8562ca3ceb 903 2022-08-28T05:10:12.932Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:12.932Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:12.932Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:10:12.932Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:12.934Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:12.934Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663412931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:10:13.034Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:13.035Z||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-08-28T05:10:13.035Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:13.057Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:13.057Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:13.934Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Preparing to deploy Service: 69ebeb38-259c-4321-af45-1d8676f188c6 2022-08-28T05:10:13.935Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 caaf33d6-e5e8-439b-8b5c-21b86c0b55ba 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-08-28T05:10:13.956Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@544709ee, org.onap.sdc.toscaparser.api.parameters.Input@7bb27b49, org.onap.sdc.toscaparser.api.parameters.Input@d09ea48, org.onap.sdc.toscaparser.api.parameters.Input@123e81c3, org.onap.sdc.toscaparser.api.parameters.Input@7edaf213] 2022-08-28T05:10:13.957Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.958Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.958Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T05:10:13.958Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||VFCustomizationUUID= c77401c6-545b-4718-b2d0-061b98222476 2022-08-28T05:10:13.958Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c77401c6-545b-4718-b2d0-061b98222476 matches Tosca VF Customization UUID: c77401c6-545b-4718-b2d0-061b98222476 2022-08-28T05:10:13.958Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||vfCustomizationUUID: c77401c6-545b-4718-b2d0-061b98222476 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-08-28T05:10:13.960Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.961Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.961Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||resource request for resource customization id c77401c6-545b-4718-b2d0-061b98222476: {\"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-08-28T05:10:13.961Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3215e649 2022-08-28T05:10:13.962Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.962Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:10:13.962Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 575dace5-b48a-48c6-bf06-fc3114fcab01 2022-08-28T05:10:13.962Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 575dace5-b48a-48c6-bf06-fc3114fcab01 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-08-28T05:10:13.967Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.967Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:13.968Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:10:13.968Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.968Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:13.968Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:10:13.968Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.969Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-28T05:10:13.969Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-28T05:10:13.969Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-28T05:10:13.969Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dd157c23-3527-4f74-b465-f9257206c5b2 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-08-28T05:10:13.971Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.972Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:13.972Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:10:13.972Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.972Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-28T05:10:13.973Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c77401c6-545b-4718-b2d0-061b98222476 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-08-28T05:10:13.974Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.974Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.975Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500|| resourceSeq for service uuid 69ebeb38-259c-4321-af45-1d8676f188c6: basic_vm 2022-08-28T05:10:13.975Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.975Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.975Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.975Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.976Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.976Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.976Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.976Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.976Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:10:13.976Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:10:13.977Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:14.077Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm caaf33d6-e5e8-439b-8b5c-21b86c0b55ba 1 ASDC deployResourceStructure 2022-08-28T05:10:14.077Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:14.078Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:14.078Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:10:14.078Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:14.080Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:14.080Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663414077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:10:14.180Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:14.181Z||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-08-28T05:10:14.181Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:14.201Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:14.202Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:15.081Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:15.081Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:15.081Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:10:15.082Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:15.083Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:15.083Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663415081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:10:15.183Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:10:15.184Z||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-08-28T05:10:15.184Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:15.215Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:15.216Z||pool-133-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:16.084Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:16.084Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:16.084Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:10:16.085Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:16.086Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:16.086Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663416084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-28T05:10:16.194Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-08-28T05:10:16.195Z||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-08-28T05:10:16.195Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:16.213Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:16.214Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:10:17.087Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:17.088Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:17.088Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:10:17.088Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:17.090Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:17.090Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663417087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:10:17.190Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:17.191Z||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-08-28T05:10:17.191Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:17.208Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:17.208Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:10:18.091Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99d0df42-1e18-43bd-85b1-23813d864a5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:10:18.101Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99d0df42-1e18-43bd-85b1-23813d864a5b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:10:18.103Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:10:18.103Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:10:18.103Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:10:18.103Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:10:18.104Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:10:18.104Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?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-08-28T05:10:18.108Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:10:48.109Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 99d0df42-1e18-43bd-85b1-23813d864a5b 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-08-28T05:10:48.113Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99d0df42-1e18-43bd-85b1-23813d864a5b and serviceModelVersionId: 69ebeb38-259c-4321-af45-1d8676f188c6 2022-08-28T05:10:48.113Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44df762a-1f58-45f3-8a6f-036826ca684c 2022-08-28T05:10:48.114Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0 2022-08-28T05:10:48.118Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:10:48.151Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69dcdc44-a6b4-4695-b8dc-1439a6e90924/model-vers/model-ver/6ffbdc28-a2f5-467f-be97-8a2d8bcded06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:48.153Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Invoke 2022-08-28T05:10:49.684Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:49.685Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Invoke 2022-08-28T05:10:51.224Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:51.225Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Invoke 2022-08-28T05:10:52.255Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:10:52.256Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:52.256Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:10:52.257Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:52.263Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:52.263Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99d0df42-1e18-43bd-85b1-23813d864a5b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:10:52.263Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:10:52.263Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:10:52.265Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:10:52.265Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||try to send status { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663452263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:10:52.365Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:10:52.366Z||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-08-28T05:10:52.366Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:10:52.407Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:10:52.408Z||pool-136-thread-1|||||INFO|500||cambria reply ok (42 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-08-28T05:10:53.277Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:10:53.277Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:10:53.277Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:11:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:11:02.782Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:11:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cce9156f-6c00-4950-9e1f-afb3400e09a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663340359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:11:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:11:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:11:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:11:02.923Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:11:02.923Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:11:02.923Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-28T05:11:02.923Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:11:04.001Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:04.001Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:11:04.001Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:11:04.001Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:13.653Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:13.653Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:11:13.654Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:11:13.654Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:23.297Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:23.298Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:11:23.298Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:11:23.298Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:33.014Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:33.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:11:33.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-28T05:11:33.015Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:42.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:42.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:11:42.683Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-28T05:11:42.683Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:44.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:44.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-28T05:11:44.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"74d08cb0-e556-42fe-ab39-85696fc4bd8c","serviceName":"vFW 2022-08-28 05-10-02","serviceVersion":"1.0","serviceUUID":"609a428c-7924-45ed-bf1d-1b8e631e7cd0","serviceDescription":"catalog service description","serviceInvariantUUID":"d89525fe-05eb-4a7f-9b83-19cc5431cfc5","resources":[{"resourceInstanceName":"vFW 0e913581-3fa5 0","resourceName":"vFW 0e913581-3fa5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e4a95c6-2abb-4dd3-9469-c03fc95353b7","resourceInvariantUUID":"23492ed0-31e5-4942-9446-8ed141cff46e","resourceCustomizationUUID":"a407f2b3-fae0-4e38-97bf-1c58d42725a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml","artifactChecksum":"YjFlNmYwMmM2NjZmMTU1N2YzM2EzMmUyNTIyNTFmZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"584fd5ba-f653-4abc-b2be-45d4be870e1b","artifactVersion":"1"},{"artifactName":"vfw0e9135813fa50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json","artifactChecksum":"ZmY1MDE5OTg5OTUxZTYwMGI0NDgyZDdjMzM2ODNjYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bc2cfcb-bb4b-4c17-a5dc-a261bb62e33e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5b87c4f-f6bc-4c60-8d88-7091224d425c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml","artifactChecksum":"NmZiNjU1YWFiNTVhNWQ3YTU2NzI3YTNjMmM4MDAzYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1513b244-6b54-47c4-8c4c-89c69a2215b9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d1065663-f34e-48b0-8b37-46781829df86","artifactVersion":"2","generatedFromUUID":"f5b87c4f-f6bc-4c60-8d88-7091224d425c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828051002-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml","artifactChecksum":"YjQ2ODViNmEyMTQ3NjQxMDI1ODU1MWNjMTEwYzVhZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d7015ef-14f1-4bd8-89ca-8a640b6e94ef","artifactVersion":"1"},{"artifactName":"service-Vfw20220828051002-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar","artifactChecksum":"OGVkMDJhZDg0OTA1ZDljNzYxYTdlMzZiMmI4NGYwYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5ec78d3-7a78-4195-89c9-7654673097e1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:11:44.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:44.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:44.551Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:44.551Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:11:44.651Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:44.652Z||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-08-28T05:11:44.652Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:44.675Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:44.676Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:11:45.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:45.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:45.554Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:45.554Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOTIFIED" } 2022-08-28T05:11:45.654Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:45.655Z||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-08-28T05:11:45.655Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:45.715Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:45.716Z||pool-138-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":12,"count":1} 2022-08-28T05:11:46.554Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:46.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:46.557Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:46.557Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:11:46.657Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:46.658Z||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-08-28T05:11:46.659Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:46.755Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:46.756Z||pool-139-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:11:47.557Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:47.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:47.560Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:47.560Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:11:47.660Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:47.660Z||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-08-28T05:11:47.661Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:47.904Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:47.904Z||pool-140-thread-1|||||INFO|500||cambria reply ok (244 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:11:48.560Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:48.561Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:48.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:48.563Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:11:48.663Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:48.663Z||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-08-28T05:11:48.664Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:48.832Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:48.833Z||pool-141-thread-1|||||INFO|500||cambria reply ok (170 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:11:49.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:49.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:49.565Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:49.565Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:11:49.665Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:11:49.666Z||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-08-28T05:11:49.666Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:49.834Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:49.835Z||pool-142-thread-1|||||INFO|500||cambria reply ok (169 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:11:50.566Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:11:50.566Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:50.568Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:50.568Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:11:50.668Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:50.669Z||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-08-28T05:11:50.669Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:50.809Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:50.810Z||pool-143-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:11:51.570Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "serviceName": "vFW 2022-08-28 05-10-02", "serviceVersion": "1.0", "serviceUUID": "609a428c-7924-45ed-bf1d-1b8e631e7cd0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d89525fe-05eb-4a7f-9b83-19cc5431cfc5", "resources": [ { "resourceInstanceName": "vFW 0e913581-3fa5 0", "resourceCustomizationUUID": "a407f2b3-fae0-4e38-97bf-1c58d42725a4", "resourceName": "vFW 0e913581-3fa5", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1e4a95c6-2abb-4dd3-9469-c03fc95353b7", "resourceInvariantUUID": "23492ed0-31e5-4942-9446-8ed141cff46e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0e9135813fa50_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "artifactChecksum": "ZmY1MDE5OTg5OTUxZTYwMGI0NDgyZDdjMzM2ODNjYTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9bc2cfcb-bb4b-4c17-a5dc-a261bb62e33e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f5b87c4f-f6bc-4c60-8d88-7091224d425c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d1065663-f34e-48b0-8b37-46781829df86", "generatedFromUUID": "f5b87c4f-f6bc-4c60-8d88-7091224d425c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d1065663-f34e-48b0-8b37-46781829df86", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828051002-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "artifactChecksum": "OGVkMDJhZDg0OTA1ZDljNzYxYTdlMzZiMmI4NGYwYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5ec78d3-7a78-4195-89c9-7654673097e1" } ], "workloadContext": "Production" } 2022-08-28T05:11:51.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:11:51.571Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 609a428c-7924-45ed-bf1d-1b8e631e7cd0 ASDC 2022-08-28T05:11:51.571Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:74d08cb0-e556-42fe-ab39-85696fc4bd8c ServiceName:vFW 2022-08-28 05-10-02 ServiceVersion:1.0 ServiceUUID:609a428c-7924-45ed-bf1d-1b8e631e7cd0 ServiceInvariantUUID:d89525fe-05eb-4a7f-9b83-19cc5431cfc5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828051002-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar ArtifactUUID:d5ec78d3-7a78-4195-89c9-7654673097e1 ArtifactChecksum:OGVkMDJhZDg0OTA1ZDljNzYxYTdlMzZiMmI4NGYwYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0e913581-3fa5 0 ResourceCustomizationUUID:a407f2b3-fae0-4e38-97bf-1c58d42725a4 ResourceInvariantUUID:23492ed0-31e5-4942-9446-8ed141cff46e ResourceName:vFW 0e913581-3fa5 ResourceType:VF ResourceUUID:1e4a95c6-2abb-4dd3-9469-c03fc95353b7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0e9135813fa50_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json ArtifactUUID:9bc2cfcb-bb4b-4c17-a5dc-a261bb62e33e ArtifactChecksum:ZmY1MDE5OTg5OTUxZTYwMGI0NDgyZDdjMzM2ODNjYTc= 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/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml ArtifactUUID:f5b87c4f-f6bc-4c60-8d88-7091224d425c 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/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env ArtifactUUID:d1065663-f34e-48b0-8b37-46781829df86 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/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env ArtifactUUID:d1065663-f34e-48b0-8b37-46781829df86 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:11:51.571Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 609a428c-7924-45ed-bf1d-1b8e631e7cd0 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-08-28T05:11:51.615Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:11:51.615Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-28T05:11:51.615Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-28T05:11:51.615Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5ec78d3-7a78-4195-89c9-7654673097e1 from URL: /sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:51.616Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-08-28T05:11:51.616Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:51.988Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-08-28T05:11:51.998Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar d5ec78d3-7a78-4195-89c9-7654673097e1 99023 2022-08-28T05:11:51.999Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar ASDC sendASDCNotification 2022-08-28T05:11:51.999Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:51.999Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:11:51.999Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:52.001Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:52.001Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663511999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:11:52.101Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:52.102Z||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-08-28T05:11:52.102Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:52.221Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:52.222Z||pool-144-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:11:53.002Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:11:53.002Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-28T05:11:53.003Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d5ec78d3-7a78-4195-89c9-7654673097e1, URL: /sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar to file: /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:53.003Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828051002-csar.csar 2022-08-28T05:11:53.003Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:53.003Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:53.149Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17489698512797949498/Definitions/service-Vfw20220828051002-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-08-28T05:11:55.016Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:11:55.016Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.017Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e913581-3fa5 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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|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-Vfw20220828051002-csar.csar 2022-08-28T05:11:55.018Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-08-28T05:11:55.019Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.019Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.019Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:55.019Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-08-28T05:11:55.020Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:11:55.020Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.020Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.020Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:55.020Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-08-28T05:11:55.021Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:11:55.021Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.021Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.021Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.022Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:55.022Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:55.022Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:55.022Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:11:55.022Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.022Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.023Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:11:55.023Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.023Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:11:55.023Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:11:55.023Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.024Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.024Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:11:55.024Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.024Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:11:55.025Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.025Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:11:55.025Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.025Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:11:55.025Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.026Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:55.026Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:55.026Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.026Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:55.027Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:55.027Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.027Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:55.027Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:55.027Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.028Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:55.028Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:55.028Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:55.028Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:11:55.028Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:11:55.028Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:11:55.029Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.029Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.029Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:11:55.029Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.029Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:11:55.029Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.030Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=30098eb5-4c3d-4167-9094-212817f2d948 2022-08-28T05:11:55.030Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.030Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:55.030Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:55.031Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:55.031Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:11:55.031Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.031Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.031Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:11:55.031Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.032Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:11:55.032Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:11:55.032Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.032Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:11:55.032Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.032Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0e8c0c13-6c88-419f-a059-5c61666d4fe2 2022-08-28T05:11:55.033Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.033Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:55.033Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:55.033Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:55.033Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:11:55.033Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.034Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.034Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:11:55.034Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.034Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:11:55.034Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:11:55.034Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:55.035Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:55.035Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:11:55.035Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f50a0de-4772-46a7-8a7c-0b2d336e2b1c 2022-08-28T05:11:55.035Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.035Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.036Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.036Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.036Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.037Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.037Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:55.037Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:55.037Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 05-10-02 Description:catalog service description Model UUID:609a428c-7924-45ed-bf1d-1b8e631e7cd0 Model Version:NULL Model InvariantUuid:d89525fe-05eb-4a7f-9b83-19cc5431cfc5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0e913581-3fa5 Model UUID:738c9d90-2a90-417e-988a-85c6b7c62df2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:23492ed0-31e5-4942-9446-8ed141cff46e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a407f2b3-fae0-4e38-97bf-1c58d42725a4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:88998b02-92e2-45d9-80ae-870595c9d3c4 ModelName:Vfw0e9135813fa5..base_vfw..module-0 ModelUuid:f7ac5aae-71c3-4651-8f15-8b915efaad5c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:30098eb5-4c3d-4167-9094-212817f2d948 ModelInvariantUuid:de69489e-729b-4b3d-93a5-3c614a39b537 ModelName:vFW 0e913581-3fa5-nodes.vfwCvfc ModelUuid:717f7a93-65e6-479e-9346-ce3c68a61296 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:866f0c10-a35b-4e61-baff-93137409dd15 ModelInvariantUuid:c10a2a3e-2cc6-4e25-be26-27188e92b90a ModelName:Vfw0e9135813fa5.compute.nodes.heat.vfw ModelUuid:52dbf461-fe18-4146-b4f7-e3fc51a339fe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0e8c0c13-6c88-419f-a059-5c61666d4fe2 ModelInvariantUuid:fa2ade48-d259-44e0-94a6-048c6f8d454a ModelName:vFW 0e913581-3fa5-nodes.vsnCvfc ModelUuid:7290210f-b58f-41ab-9781-a106b1fb30ce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dc148aa3-ccc2-457f-ae8c-e364fd36739b ModelInvariantUuid:d3c75a68-b6f3-457b-9fcc-9a077e017b65 ModelName:Vfw0e9135813fa5.compute.nodes.heat.vsn ModelUuid:c4ac5ab9-ced5-43ba-99a7-08488f83abc6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5f50a0de-4772-46a7-8a7c-0b2d336e2b1c ModelInvariantUuid:3019c7bd-932f-4865-9b0d-f39895b7a05e ModelName:vFW 0e913581-3fa5-nodes.vpgCvfc ModelUuid:5dcbd8e1-a5eb-4baa-a68e-4c466f36e808 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:13120112-3017-4263-b65a-86eb805a1b8c ModelInvariantUuid:51a19603-6708-4cee-8d60-0d30a7186d4b ModelName:Vfw0e9135813fa5.compute.nodes.heat.vpg ModelUuid:741dc1f5-1d28-4b66-adfc-3eb81c3678c8 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-08-28T05:11:55.045Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e4a95c6-2abb-4dd3-9469-c03fc95353b7 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-08-28T05:11:55.047Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||vFW 0e913581-3fa5 0 2022-08-28T05:11:55.047Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e4a95c6-2abb-4dd3-9469-c03fc95353b7 2022-08-28T05:11:55.047Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9bc2cfcb-bb4b-4c17-a5dc-a261bb62e33e from URL: /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json 2022-08-28T05:11:55.048Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-08-28T05:11:55.048Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json 2022-08-28T05:11:55.506Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-08-28T05:11:55.507Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json 9bc2cfcb-bb4b-4c17-a5dc-a261bb62e33e 785 2022-08-28T05:11:55.507Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json ASDC sendASDCNotification 2022-08-28T05:11:55.507Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json 2022-08-28T05:11:55.507Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:11:55.507Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:55.510Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:55.510Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663515507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:11:55.610Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:55.611Z||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-08-28T05:11:55.611Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:55.724Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:55.725Z||pool-145-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:11:56.511Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0e9135813fa5..base_vfw..module-0", "vfModuleModelInvariantUUID": "88998b02-92e2-45d9-80ae-870595c9d3c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f7ac5aae-71c3-4651-8f15-8b915efaad5c", "vfModuleModelCustomizationUUID": "4033be1d-ab83-458b-86af-e14d2f8d6c1f", "isBase": true, "artifacts": [ "f5b87c4f-f6bc-4c60-8d88-7091224d425c", "d1065663-f34e-48b0-8b37-46781829df86" ], "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-08-28T05:11:56.513Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0e9135813fa5..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f7ac5aae-71c3-4651-8f15-8b915efaad5c VfModuleModelInvariantUUID:88998b02-92e2-45d9-80ae-870595c9d3c4 VfModuleModelDescription:NULL Artifacts UUID List:{ f5b87c4f-f6bc-4c60-8d88-7091224d425c , d1065663-f34e-48b0-8b37-46781829df86 } 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-08-28T05:11:56.515Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0e9135813fa5..base_vfw..module-0", "vfModuleModelInvariantUUID": "88998b02-92e2-45d9-80ae-870595c9d3c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f7ac5aae-71c3-4651-8f15-8b915efaad5c", "vfModuleModelCustomizationUUID": "4033be1d-ab83-458b-86af-e14d2f8d6c1f", "isBase": true, "artifacts": [ "f5b87c4f-f6bc-4c60-8d88-7091224d425c", "d1065663-f34e-48b0-8b37-46781829df86" ], "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-08-28T05:11:56.516Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0e9135813fa5..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f7ac5aae-71c3-4651-8f15-8b915efaad5c VfModuleModelInvariantUUID:88998b02-92e2-45d9-80ae-870595c9d3c4 VfModuleModelDescription:NULL Artifacts UUID List:{ f5b87c4f-f6bc-4c60-8d88-7091224d425c , d1065663-f34e-48b0-8b37-46781829df86 } 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-08-28T05:11:56.516Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f5b87c4f-f6bc-4c60-8d88-7091224d425c from URL: /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml 2022-08-28T05:11:56.516Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-08-28T05:11:56.517Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml 2022-08-28T05:11:56.688Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-08-28T05:11:56.689Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml f5b87c4f-f6bc-4c60-8d88-7091224d425c 20368 2022-08-28T05:11:56.689Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:11:56.689Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml 2022-08-28T05:11:56.690Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:11:56.690Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:56.692Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:56.693Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663516689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:11:56.792Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:11:56.794Z||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-08-28T05:11:56.794Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:56.814Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:56.815Z||pool-146-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:11:57.693Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1065663-f34e-48b0-8b37-46781829df86 from URL: /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env 2022-08-28T05:11:57.694Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-08-28T05:11:57.694Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env 2022-08-28T05:11:57.828Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-08-28T05:11:57.829Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env d1065663-f34e-48b0-8b37-46781829df86 2098 2022-08-28T05:11:57.829Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:11:57.830Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env 2022-08-28T05:11:57.830Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:11:57.830Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:57.832Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:57.832Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663517829, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:11:57.932Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:57.933Z||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-08-28T05:11:57.933Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:57.984Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:57.984Z||pool-147-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:11:58.833Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 609a428c-7924-45ed-bf1d-1b8e631e7cd0 2022-08-28T05:11:58.833Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e913581-3fa5 0 1e4a95c6-2abb-4dd3-9469-c03fc95353b7 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-08-28T05:11:58.848Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@302c53e2, org.onap.sdc.toscaparser.api.parameters.Input@126470ad, org.onap.sdc.toscaparser.api.parameters.Input@76fc62ed, org.onap.sdc.toscaparser.api.parameters.Input@3f3562c7, org.onap.sdc.toscaparser.api.parameters.Input@6d549580] 2022-08-28T05:11:58.849Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.850Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.850Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-08-28T05:11:58.850Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a407f2b3-fae0-4e38-97bf-1c58d42725a4 2022-08-28T05:11:58.850Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a407f2b3-fae0-4e38-97bf-1c58d42725a4 matches Tosca VF Customization UUID: a407f2b3-fae0-4e38-97bf-1c58d42725a4 2022-08-28T05:11:58.850Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a407f2b3-fae0-4e38-97bf-1c58d42725a4 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-08-28T05:11:58.856Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.856Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.857Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a407f2b3-fae0-4e38-97bf-1c58d42725a4: {\"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-08-28T05:11:58.857Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5dcdeb5a 2022-08-28T05:11:58.857Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.857Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:11:58.858Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4033be1d-ab83-458b-86af-e14d2f8d6c1f 2022-08-28T05:11:58.858Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4033be1d-ab83-458b-86af-e14d2f8d6c1f 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-08-28T05:11:58.860Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.860Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:58.860Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:58.861Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.861Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:58.861Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:58.862Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.862Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:58.862Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:58.862Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:58.862Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:11:58.862Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:11:58.863Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:11:58.863Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.863Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:58.863Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:11:58.863Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:58.863Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:11:58.864Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.864Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=30098eb5-4c3d-4167-9094-212817f2d948 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-08-28T05:11:58.866Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.866Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:58.866Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:58.867Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.867Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:58.867Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:58.867Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:58.867Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:11:58.868Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.868Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:58.868Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:11:58.868Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.868Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:11:58.869Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:11:58.869Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:58.869Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:11:58.869Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.869Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0e8c0c13-6c88-419f-a059-5c61666d4fe2 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-08-28T05:11:58.872Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.872Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:58.872Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:58.872Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.872Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is not matching search criteria 2022-08-28T05:11:58.873Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:11:58.873Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:11:58.873Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:11:58.873Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.873Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:58.873Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:11:58.874Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.874Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:11:58.874Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:11:58.874Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:11:58.874Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:11:58.874Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:11:58.875Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f50a0de-4772-46a7-8a7c-0b2d336e2b1c 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-08-28T05:11:58.877Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.877Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:58.877Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:11:58.877Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.877Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Node template vFW 0e913581-3fa5 0 is matching search criteria 2022-08-28T05:11:58.878Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0e913581-3fa5 0] matching following query criteria: sdcType=VF, customizationUUID=a407f2b3-fae0-4e38-97bf-1c58d42725a4 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-08-28T05:11:58.879Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.879Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.880Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 609a428c-7924-45ed-bf1d-1b8e631e7cd0: vFW 0e913581-3fa5 2022-08-28T05:11:58.880Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.880Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.880Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.880Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.881Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.881Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.881Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.881Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.881Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:11:58.882Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 05-10-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:11:58.882Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-08-28 05-10-02 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-08-28T05:11:59.048Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e913581-3fa5 1e4a95c6-2abb-4dd3-9469-c03fc95353b7 1 ASDC deployResourceStructure 2022-08-28T05:11:59.048Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json ASDC sendASDCNotification 2022-08-28T05:11:59.064Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json 2022-08-28T05:11:59.065Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:11:59.066Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:11:59.068Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:11:59.068Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663519048, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:11:59.168Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:11:59.169Z||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-08-28T05:11:59.169Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:11:59.275Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:11:59.275Z||pool-148-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:12:00.069Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:12:00.069Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml 2022-08-28T05:12:00.069Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:12:00.070Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:12:00.071Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:12:00.071Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663520069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:12:00.171Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:12:00.172Z||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-08-28T05:12:00.172Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:12:00.259Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:12:00.260Z||pool-149-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:12:01.072Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:12:01.072Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env 2022-08-28T05:12:01.073Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:12:01.073Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:12:01.074Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:12:01.074Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663521072, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:12:01.175Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:12:01.176Z||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-08-28T05:12:01.176Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:12:01.261Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:12:01.261Z||pool-150-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:12:02.075Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar ASDC sendASDCNotification 2022-08-28T05:12:02.075Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar 2022-08-28T05:12:02.076Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:12:02.076Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:12:02.078Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:12:02.078Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663522075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:12:02.178Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:12:02.179Z||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-08-28T05:12:02.179Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:12:02.206Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:12:02.207Z||pool-151-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:12:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:12:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:12:02.782Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:12:02.916Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:12:02.916Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.916Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.917Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.918Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663351018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663353241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663354325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663355403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663356497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:12:02.919Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663357651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663358732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663359736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.920Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663360740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663361742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663362746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663363749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.921Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "beb2168f-0b07-4413-a4af-4745c66a27ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663398955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T05:12:02.922Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:12:03.079Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:12:03.089Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:12:03.090Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:12:03.090Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:12:03.090Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:12:33.091Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:12:33.100Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:12:33.101Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:12:33.102Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:12:33.102Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:13:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:13:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:13:02.781Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:13:02.906Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:13:02.906Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.907Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:13:02.907Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:13:02.907Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.907Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-28T05:13:02.907Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:13:02.907Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663219672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663407884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663410673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:13:02.908Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663411852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663412931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663414077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663415081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:13:02.909Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663416084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663417087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99d0df42-1e18-43bd-85b1-23813d864a5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663452263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:13:02.910Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:13:03.102Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:13:03.112Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:13:03.113Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:13:03.114Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:13:03.114Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:13:33.114Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:13:33.123Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:13:33.124Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:13:33.125Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:13:33.125Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:14:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:14:02.782Z||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-08-28T05:14:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:14:02.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:14:02.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOTIFIED" } 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOTIFIED" } 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663502682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663503549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663498498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663495507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663512564, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663511999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663513048, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663512749, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663513573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663514489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663508186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "policy-id", "timestamp": 1661663514575, "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-08-28T05:14:02.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74d08cb0-e556-42fe-ab39-85696fc4bd8c 2022-08-28T05:14:02.885Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:14:02.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663515938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "ves-openapi-manager", "timestamp": 1661663508729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663515961, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663516456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663515507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663510053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663516983, "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-08-28T05:14:02.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74d08cb0-e556-42fe-ab39-85696fc4bd8c 2022-08-28T05:14:02.901Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:14:02.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663516965, "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-08-28T05:14:02.912Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74d08cb0-e556-42fe-ab39-85696fc4bd8c 2022-08-28T05:14:02.912Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:14:02.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "cds", "timestamp": 1661663517463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-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-08-28T05:14:02.932Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74d08cb0-e556-42fe-ab39-85696fc4bd8c 2022-08-28T05:14:02.932Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:14:02.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "NOTIFIED" } 2022-08-28T05:14:02.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663516689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1661663517992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663518079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663517829, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:14:02.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663519048, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/vfw0e9135813fa50_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663520069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:14:02.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663521072, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/resourceInstances/vfw0e9135813fa50/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:02.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663515586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:14:02.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:14:02.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:14:02.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663522075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:14:02.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:14:03.125Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:14:03.133Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:14:03.135Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:14:03.135Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:14:03.135Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:14:33.135Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:14:33.145Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:14:33.148Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:14:33.148Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:14:33.148Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:15:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:15:02.781Z||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-08-28T05:15:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:02.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:02.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:15:02.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663527584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:15:02.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:15:02.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:15:02.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "aai-ml", "timestamp": 1661663528589, "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-08-28T05:15:02.886Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 74d08cb0-e556-42fe-ab39-85696fc4bd8c 2022-08-28T05:15:02.886Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:15:02.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:15:02.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663529773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:15:02.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:15:02.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:15:02.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663531782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051002/1.0/artifacts/service-Vfw20220828051002-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:15:02.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:15:02.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:15:02.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "clamp", "timestamp": 1661663532785, "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-08-28T05:15:02.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 74d08cb0-e556-42fe-ab39-85696fc4bd8c 2022-08-28T05:15:02.908Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:15:03.148Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:15:03.163Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:15:03.165Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:15:03.165Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:15:03.165Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:15:03.165Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:15:03.165Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:15:03.166Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|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-08-28T05:15:03.170Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:15:33.170Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c 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-08-28T05:15:33.175Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74d08cb0-e556-42fe-ab39-85696fc4bd8c and serviceModelVersionId: 609a428c-7924-45ed-bf1d-1b8e631e7cd0 2022-08-28T05:15:33.175Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d89525fe-05eb-4a7f-9b83-19cc5431cfc5 2022-08-28T05:15:33.176Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0 2022-08-28T05:15:33.179Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:15:33.213Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|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/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:33.214Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Invoke 2022-08-28T05:15:34.741Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:34.742Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Invoke 2022-08-28T05:15:36.276Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:36.277Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Invoke 2022-08-28T05:15:37.313Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:15:37.314Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:37.315Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:15:37.315Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:37.321Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:37.322Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74d08cb0-e556-42fe-ab39-85696fc4bd8c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:15:37.322Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:15:37.322Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:37.324Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:37.324Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663737322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:15:37.424Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:15:37.425Z||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-08-28T05:15:37.425Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:37.575Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:37.575Z||pool-152-thread-1|||||INFO|500||cambria reply ok (150 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-08-28T05:15:38.335Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:15:38.336Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:15:38.336Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:43.566Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:43.566Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||received message from topic 2022-08-28T05:15:43.566Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7f438682-62e4-4771-8013-45f32c9bc3a1","serviceName":"Demo_pNF_e6GHORAobbyD6q1JhlGi","serviceVersion":"1.0","serviceUUID":"dce953ba-040a-4eca-85b4-edd0b3062477","serviceDescription":"catalog service description","serviceInvariantUUID":"9efc575c-cdd9-4fda-b9fb-deb5ccf35641","resources":[{"resourceInstanceName":"pNF f4a2f948-f838 0","resourceName":"pNF f4a2f948-f838","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5ca9c711-75a4-47a4-8425-e6688038643e","resourceInvariantUUID":"df4d7d5e-d17b-4cae-99d1-731813e86143","resourceCustomizationUUID":"c6c571c5-a3dc-4942-a85d-2a708713d088","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml","artifactChecksum":"YzdkY2QzZjI5NjZhMDY1Nzc2MDQxZjFhYzgzNWViMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ab3f5c0-7be9-48b1-8778-67faf5868134","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c22680b-04d2-48c8-a19d-4087d9be9ea9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e153a548-9f9b-44d6-a962-dbfefbd0116e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml","artifactChecksum":"NDRkNTllMjA5MjE3YTkxM2U1ZWQ0NmE2M2QyMGU1ZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"258d6261-f183-4562-ac26-07e5a5b67923","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c558a5d1-a3d2-4802-9b4a-9a743a0d483b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb8689f9-6752-4e94-aa27-fd6fefc7e55b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml","artifactChecksum":"ZTQzNWI1YzUzYWI0N2U0ODY2MTRlZDI3Nzc2ZDBkNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dec5c821-869c-4712-8393-f8ac97c99ab1","artifactVersion":"1"},{"artifactName":"service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar","artifactChecksum":"OGRhOGVlNWE1YjZmYzYyODE5MDc1YWVlNGMwNDBhNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07467c51-ee62-41c8-af8f-b24bd89cf382","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:15:43.568Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:43.568Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:43.571Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:43.571Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:43.671Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:43.672Z||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-08-28T05:15:43.672Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:43.732Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:43.732Z||pool-153-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:15:44.571Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:44.572Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:44.574Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:44.574Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:44.674Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:44.674Z||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-08-28T05:15:44.675Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:44.697Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:44.699Z||pool-154-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:15:45.574Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:45.575Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:45.577Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:45.577Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:45.677Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:45.677Z||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-08-28T05:15:45.677Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:45.750Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:45.751Z||pool-155-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:15:46.577Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:46.577Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:46.579Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:46.579Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:46.679Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:46.680Z||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-08-28T05:15:46.680Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:46.704Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:46.704Z||pool-156-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:15:47.580Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:47.580Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:47.582Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:47.582Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:47.682Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:47.682Z||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-08-28T05:15:47.683Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:47.709Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:47.710Z||pool-157-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:15:48.582Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:48.583Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:48.586Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:48.586Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:48.686Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:48.687Z||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-08-28T05:15:48.687Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:48.719Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:48.720Z||pool-158-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:15:49.586Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:49.587Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:49.588Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:49.588Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:15:49.689Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:49.689Z||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-08-28T05:15:49.690Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:49.726Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:49.726Z||pool-159-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:15:50.589Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:15:50.589Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:50.591Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:50.591Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:15:50.691Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:50.692Z||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-08-28T05:15:50.692Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:50.727Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:50.728Z||pool-160-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:15:51.592Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||sending notification to client: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "serviceName": "Demo_pNF_e6GHORAobbyD6q1JhlGi", "serviceVersion": "1.0", "serviceUUID": "dce953ba-040a-4eca-85b4-edd0b3062477", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9efc575c-cdd9-4fda-b9fb-deb5ccf35641", "resources": [ { "resourceInstanceName": "pNF f4a2f948-f838 0", "resourceCustomizationUUID": "c6c571c5-a3dc-4942-a85d-2a708713d088", "resourceName": "pNF f4a2f948-f838", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5ca9c711-75a4-47a4-8425-e6688038643e", "resourceInvariantUUID": "df4d7d5e-d17b-4cae-99d1-731813e86143", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "artifactChecksum": "OGRhOGVlNWE1YjZmYzYyODE5MDc1YWVlNGMwNDBhNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07467c51-ee62-41c8-af8f-b24bd89cf382" } ], "workloadContext": "Production" } 2022-08-28T05:15:51.592Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:15:51.593Z|74d08cb0-e556-42fe-ab39-85696fc4bd8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dce953ba-040a-4eca-85b4-edd0b3062477 ASDC 2022-08-28T05:15:51.593Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||ASDC Notification: DistributionID:7f438682-62e4-4771-8013-45f32c9bc3a1 ServiceName:Demo_pNF_e6GHORAobbyD6q1JhlGi ServiceVersion:1.0 ServiceUUID:dce953ba-040a-4eca-85b4-edd0b3062477 ServiceInvariantUUID:9efc575c-cdd9-4fda-b9fb-deb5ccf35641 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar ArtifactUUID:07467c51-ee62-41c8-af8f-b24bd89cf382 ArtifactChecksum:OGRhOGVlNWE1YjZmYzYyODE5MDc1YWVlNGMwNDBhNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f4a2f948-f838 0 ResourceCustomizationUUID:c6c571c5-a3dc-4942-a85d-2a708713d088 ResourceInvariantUUID:df4d7d5e-d17b-4cae-99d1-731813e86143 ResourceName:pNF f4a2f948-f838 ResourceType:PNF ResourceUUID:5ca9c711-75a4-47a4-8425-e6688038643e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:15:51.594Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dce953ba-040a-4eca-85b4-edd0b3062477 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-08-28T05:15:51.629Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:15:51.630Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:15:51.630Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:15:51.630Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Trying to download the artifact UUID: 07467c51-ee62-41c8-af8f-b24bd89cf382 from URL: /sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:51.630Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:15:51.630Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:52.020Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:15:52.030Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 07467c51-ee62-41c8-af8f-b24bd89cf382 82655 2022-08-28T05:15:52.030Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar ASDC sendASDCNotification 2022-08-28T05:15:52.030Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:52.030Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:15:52.031Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:52.033Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:52.033Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663752030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:15:52.133Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:52.134Z||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-08-28T05:15:52.134Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:52.313Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:52.313Z||pool-161-thread-1|||||INFO|500||cambria reply ok (180 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:15:53.033Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:15:53.034Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:15:53.034Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Trying to write artifact UUID: 07467c51-ee62-41c8-af8f-b24bd89cf382, URL: /sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar to file: /app/ASDC/1/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.034Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.035Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.035Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.131Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13766190443128600444/Definitions/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml 2022-08-28T05:15:53.878Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:15:53.879Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:15:53.879Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.879Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:15:53.879Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.880Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.880Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.880Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.880Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.880Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4a2f948-f838 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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.881Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.881Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:15:53.881Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.881Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.882Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Node template pNF f4a2f948-f838 0 is matching search criteria 2022-08-28T05:15:53.882Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:15:53.882Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Found topology templates [pNF f4a2f948-f838 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:15:53.883Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.883Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.883Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Node template pNF f4a2f948-f838 0 is matching search criteria 2022-08-28T05:15:53.883Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:15:53.884Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Found topology templates [pNF f4a2f948-f838 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:15:53.884Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.884Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.885Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.885Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.885Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.885Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_e6GHORAobbyD6q1JhlGi Description:catalog service description Model UUID:dce953ba-040a-4eca-85b4-edd0b3062477 Model Version:NULL Model InvariantUuid:9efc575c-cdd9-4fda-b9fb-deb5ccf35641 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-08-28T05:15:53.894Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5ca9c711-75a4-47a4-8425-e6688038643e 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-08-28T05:15:53.898Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||pNF f4a2f948-f838 0 2022-08-28T05:15:53.899Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5ca9c711-75a4-47a4-8425-e6688038643e 2022-08-28T05:15:53.899Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||No resources found for Service: dce953ba-040a-4eca-85b4-edd0b3062477 2022-08-28T05:15:53.899Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Preparing to deploy Service: dce953ba-040a-4eca-85b4-edd0b3062477 2022-08-28T05:15:53.899Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4a2f948-f838 0 5ca9c711-75a4-47a4-8425-e6688038643e 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-08-28T05:15:53.913Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a8646a1, org.onap.sdc.toscaparser.api.parameters.Input@6b7cef6e, org.onap.sdc.toscaparser.api.parameters.Input@39b21f5f, org.onap.sdc.toscaparser.api.parameters.Input@1039ea94, org.onap.sdc.toscaparser.api.parameters.Input@4852057c] 2022-08-28T05:15:53.913Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.914Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.914Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500|| resourceSeq for service uuid dce953ba-040a-4eca-85b4-edd0b3062477: pNF f4a2f948-f838 2022-08-28T05:15:53.914Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Processing PNF resource: 5ca9c711-75a4-47a4-8425-e6688038643e 2022-08-28T05:15:53.914Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:15:53.914Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Service Demo_pNF_e6GHORAobbyD6q1JhlGi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:15:53.915Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||Resource customization UUID: c6c571c5-a3dc-4942-a85d-2a708713d088 is the same as notified resource customizationUUID: c6c571c5-a3dc-4942-a85d-2a708713d088 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-08-28T05:15:53.961Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f4a2f948-f838 5ca9c711-75a4-47a4-8425-e6688038643e 0 ASDC deployResourceStructure 2022-08-28T05:15:53.961Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar ASDC sendASDCNotification 2022-08-28T05:15:53.961Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar 2022-08-28T05:15:53.961Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:15:53.961Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:15:53.963Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:15:53.964Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663753961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:15:54.064Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:15:54.065Z||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-08-28T05:15:54.065Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:15:54.151Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:15:54.152Z||pool-162-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:15:54.964Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f438682-62e4-4771-8013-45f32c9bc3a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:15:54.975Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f438682-62e4-4771-8013-45f32c9bc3a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:15:54.977Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:15:54.977Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:15:54.978Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:16:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:16:02.782Z||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-08-28T05:16:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:16:02.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:16:02.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:16:02.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663593549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663588730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663603045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663602914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663595507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663604050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663604457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663605022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "ves-openapi-manager", "timestamp": 1661663605059, "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-08-28T05:16:02.866Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7f438682-62e4-4771-8013-45f32c9bc3a1 2022-08-28T05:16:02.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:02.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663605461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663598186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "multicloud-k8s-id", "timestamp": 1661663598498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:16:02.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661663606028, "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-08-28T05:16:02.880Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f438682-62e4-4771-8013-45f32c9bc3a1 2022-08-28T05:16:02.880Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:02.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "policy-id", "timestamp": 1661663606464, "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-08-28T05:16:02.893Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f438682-62e4-4771-8013-45f32c9bc3a1 2022-08-28T05:16:02.893Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:02.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663607116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663600053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:16:02.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "cds", "timestamp": 1661663608127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-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-08-28T05:16:02.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f438682-62e4-4771-8013-45f32c9bc3a1 2022-08-28T05:16:02.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:02.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663609010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:16:02.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:16:02.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663605586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:16:02.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:16:02.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663614085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:16:02.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "aai-ml", "timestamp": 1661663615089, "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-08-28T05:16:02.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7f438682-62e4-4771-8013-45f32c9bc3a1 2022-08-28T05:16:02.922Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:02.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663625794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:16:02.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663627805, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:16:02.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:16:02.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:16:02.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "clamp", "timestamp": 1661663628810, "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-08-28T05:16:02.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f438682-62e4-4771-8013-45f32c9bc3a1 2022-08-28T05:16:02.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:24.978Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f438682-62e4-4771-8013-45f32c9bc3a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:16:24.988Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f438682-62e4-4771-8013-45f32c9bc3a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:16:24.990Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:16:24.991Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:16:24.991Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:16:24.991Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:16:24.991Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:16:24.992Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:16:24.992Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?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-08-28T05:16:24.997Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:16:54.997Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f438682-62e4-4771-8013-45f32c9bc3a1 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-08-28T05:16:55.007Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f438682-62e4-4771-8013-45f32c9bc3a1 and serviceModelVersionId: dce953ba-040a-4eca-85b4-edd0b3062477 2022-08-28T05:16:55.007Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9efc575c-cdd9-4fda-b9fb-deb5ccf35641 2022-08-28T05:16:55.009Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0 2022-08-28T05:16:55.018Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:16:55.065Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89525fe-05eb-4a7f-9b83-19cc5431cfc5/model-vers/model-ver/609a428c-7924-45ed-bf1d-1b8e631e7cd0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:16:55.067Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Invoke 2022-08-28T05:16:56.598Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:16:56.599Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Invoke 2022-08-28T05:16:58.132Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:16:58.134Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Invoke 2022-08-28T05:16:59.167Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:16:59.168Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:16:59.168Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:16:59.168Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:16:59.175Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:16:59.175Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f438682-62e4-4771-8013-45f32c9bc3a1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:16:59.176Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:16:59.176Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:16:59.179Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:16:59.179Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||try to send status { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663819176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:16:59.280Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:16:59.281Z||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-08-28T05:16:59.281Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:16:59.316Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:16:59.316Z||pool-163-thread-1|||||INFO|500||cambria reply ok (36 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-08-28T05:17:00.196Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:00.197Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:17:00.197Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:02.781Z||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-08-28T05:17:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:02.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:17:02.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74d08cb0-e556-42fe-ab39-85696fc4bd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663737322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:17:02.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:17:02.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/resourceInstances/pnff4a2f948f8380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:17:02.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663738335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:17:02.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:17:02.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663752030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:17:02.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:17:02.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:17:02.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663753961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE6ghoraobbyd6q1jhlgi/1.0/artifacts/service-DemoPnfE6ghoraobbyd6q1jhlgi-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:17:02.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:17:09.885Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:17:09.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:09.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:17:09.886Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:19.532Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:17:19.533Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:19.534Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:17:19.534Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:29.214Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:17:29.214Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:29.215Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:17:29.215Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:38.999Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:17:39.000Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:39.001Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:17:39.001Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:48.732Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:17:48.733Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:17:48.734Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:17:48.734Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:17:58.540Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:18:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:18:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:18:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:18:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:18:02.781Z||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-08-28T05:18:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:18:03.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:18:03.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:18:03.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f438682-62e4-4771-8013-45f32c9bc3a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661663819176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:18:03.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:18:12.491Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:19:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:19:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:19:02.780Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:19:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:19:02.781Z||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-08-28T05:19:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:19:12.391Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:19:12.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:20:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:20:02.780Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:20:02.780Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:20:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:20:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:20:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:20:12.512Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:20:12.602Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:21:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:21:02.780Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:21:02.780Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:21:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:21:02.781Z||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-08-28T05:21:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:21:12.433Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:21:12.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:22:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:22:02.779Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:22:02.781Z||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-08-28T05:22:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:03.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOTIFIED" } 2022-08-28T05:22:03.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664085587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "ves-openapi-manager", "timestamp": 1661664088728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664095780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664098879, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOTIFIED" } 2022-08-28T05:22:03.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664093200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:22:03.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664100889, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:22:03.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664101301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "clamp", "timestamp": 1661664101892, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-28T05:22:03.254Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47dd6f5f-4904-4c62-96d3-1628b79c9c80 2022-08-28T05:22:03.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:03.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "cds", "timestamp": 1661664102317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-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-08-28T05:22:03.267Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47dd6f5f-4904-4c62-96d3-1628b79c9c80 2022-08-28T05:22:03.267Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:03.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664095507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:22:03.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664103495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664098500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664104501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:22:03.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664105246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:22:03.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "policy-id", "timestamp": 1661664105505, "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-08-28T05:22:03.283Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47dd6f5f-4904-4c62-96d3-1628b79c9c80 2022-08-28T05:22:03.283Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:03.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664105886, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "aai-ml", "timestamp": 1661664106250, "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-08-28T05:22:03.297Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 47dd6f5f-4904-4c62-96d3-1628b79c9c80 2022-08-28T05:22:03.297Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:03.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664106992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664108116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664109150, "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-08-28T05:22:03.312Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47dd6f5f-4904-4c62-96d3-1628b79c9c80 2022-08-28T05:22:03.312Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "multicloud-k8s-id", "timestamp": 1661664110155, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:22:03.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664111805, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664115098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664116102, "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-08-28T05:22:03.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47dd6f5f-4904-4c62-96d3-1628b79c9c80 2022-08-28T05:22:03.335Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:03.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664108732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664117170, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664110053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "cds", "timestamp": 1661664118178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-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-08-28T05:22:03.357Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e10b1bf-1639-4cf5-abd8-460631ce412b 2022-08-28T05:22:03.358Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:22:03.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664117961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664119043, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:22:03.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664119350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:03.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:22:03.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "ves-openapi-manager", "timestamp": 1661664120053, "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-08-28T05:22:03.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8e10b1bf-1639-4cf5-abd8-460631ce412b 2022-08-28T05:22:03.375Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:22:03.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664115507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:22:03.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664115586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:03.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-28T05:22:03.456Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:03.457Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||received message from topic 2022-08-28T05:22:03.458Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"47dd6f5f-4904-4c62-96d3-1628b79c9c80","serviceName":"vFW 2022-08-28 05-19-28","serviceVersion":"1.0","serviceUUID":"7be4cad5-a57a-49c1-96ac-377b393149b7","serviceDescription":"catalog service description","serviceInvariantUUID":"69ca69b6-7d89-456f-bfd9-83c91e2a2e8c","resources":[{"resourceInstanceName":"vFW e7f79cb7-e5e2 0","resourceName":"vFW e7f79cb7-e5e2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2929fd87-4e3d-4a90-b535-aa3ccc8c6439","resourceInvariantUUID":"2a5a1bd3-9222-4da9-ad66-a3fee103e9f0","resourceCustomizationUUID":"25eb68b2-4e0f-409e-8e19-6c97d48112fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml","artifactChecksum":"ZWNkYzczZDBkYjY3OWNhZmU3ZDI0MzFkZjQ5MjZmNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb1423a6-5456-47e3-8631-5e5dc173a9d5","artifactVersion":"1"},{"artifactName":"vfwe7f79cb7e5e20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json","artifactChecksum":"MjA2MmNkNmE0ZGNmNzhkODJmZDA4ZWRlMTY2NmQ0NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef5915c5-7d9e-4388-b425-e505ec0c1493","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"923dd918-1d2e-4fe9-91cc-bc391b5bfefa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml","artifactChecksum":"MTk0MWM1ZDRlMTFiNmYxOWU3OWJiN2RlM2FkYTEwYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18b9e762-5950-4149-8c3f-0330af76c63b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3907b06e-9a2c-4986-ba29-40e24baffba8","artifactVersion":"2","generatedFromUUID":"923dd918-1d2e-4fe9-91cc-bc391b5bfefa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828051928-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml","artifactChecksum":"MTYyM2M2YzY4MDllZTgwOTEwNTQ0NjhmNTdhYzM0OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5d15fe0-09f9-49b8-94af-a903b060812e","artifactVersion":"1"},{"artifactName":"service-Vfw20220828051928-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar","artifactChecksum":"Y2JhODk4ZmNjZGQwYjEyMTljOWY3OTZkNjlmNDNiZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9851c28d-2e7a-42a6-8bde-362a0edb6f81","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:22:03.460Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:03.460Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:03.463Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:03.463Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:03.563Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:03.564Z||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-08-28T05:22:03.564Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:03.599Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:03.599Z||pool-164-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:04.463Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:04.464Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:04.466Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:04.466Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOTIFIED" } 2022-08-28T05:22:04.566Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:04.567Z||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-08-28T05:22:04.567Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:04.602Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:04.602Z||pool-165-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:22:05.466Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:05.467Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:05.469Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:05.469Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:22:05.569Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:05.570Z||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-08-28T05:22:05.570Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:05.622Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:05.623Z||pool-166-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:22:06.469Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:06.470Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:06.472Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:06.472Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:06.572Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:06.573Z||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-08-28T05:22:06.573Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:06.616Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:06.616Z||pool-167-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:07.472Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:07.473Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:07.475Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:07.475Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:22:07.575Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:07.575Z||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-08-28T05:22:07.576Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:07.773Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:07.773Z||pool-168-thread-1|||||INFO|500||cambria reply ok (198 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:22:08.475Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:08.476Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:08.477Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:08.477Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:08.577Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:22:08.578Z||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-08-28T05:22:08.578Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:08.687Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:08.688Z||pool-169-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:22:09.478Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:09.478Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:09.480Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:09.480Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:22:09.580Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:09.581Z||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-08-28T05:22:09.581Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:09.701Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:09.702Z||pool-170-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:22:10.481Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||sending notification to client: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "serviceName": "vFW 2022-08-28 05-19-28", "serviceVersion": "1.0", "serviceUUID": "7be4cad5-a57a-49c1-96ac-377b393149b7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "69ca69b6-7d89-456f-bfd9-83c91e2a2e8c", "resources": [ { "resourceInstanceName": "vFW e7f79cb7-e5e2 0", "resourceCustomizationUUID": "25eb68b2-4e0f-409e-8e19-6c97d48112fd", "resourceName": "vFW e7f79cb7-e5e2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2929fd87-4e3d-4a90-b535-aa3ccc8c6439", "resourceInvariantUUID": "2a5a1bd3-9222-4da9-ad66-a3fee103e9f0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe7f79cb7e5e20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "artifactChecksum": "MjA2MmNkNmE0ZGNmNzhkODJmZDA4ZWRlMTY2NmQ0NjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef5915c5-7d9e-4388-b425-e505ec0c1493", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "923dd918-1d2e-4fe9-91cc-bc391b5bfefa", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3907b06e-9a2c-4986-ba29-40e24baffba8", "generatedFromUUID": "923dd918-1d2e-4fe9-91cc-bc391b5bfefa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3907b06e-9a2c-4986-ba29-40e24baffba8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828051928-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "artifactChecksum": "Y2JhODk4ZmNjZGQwYjEyMTljOWY3OTZkNjlmNDNiZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9851c28d-2e7a-42a6-8bde-362a0edb6f81" } ], "workloadContext": "Production" } 2022-08-28T05:22:10.481Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:22:10.481Z|d86b8cc2-6a52-48ac-b001-0087437a84c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7be4cad5-a57a-49c1-96ac-377b393149b7 ASDC 2022-08-28T05:22:10.482Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||ASDC Notification: DistributionID:47dd6f5f-4904-4c62-96d3-1628b79c9c80 ServiceName:vFW 2022-08-28 05-19-28 ServiceVersion:1.0 ServiceUUID:7be4cad5-a57a-49c1-96ac-377b393149b7 ServiceInvariantUUID:69ca69b6-7d89-456f-bfd9-83c91e2a2e8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828051928-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar ArtifactUUID:9851c28d-2e7a-42a6-8bde-362a0edb6f81 ArtifactChecksum:Y2JhODk4ZmNjZGQwYjEyMTljOWY3OTZkNjlmNDNiZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e7f79cb7-e5e2 0 ResourceCustomizationUUID:25eb68b2-4e0f-409e-8e19-6c97d48112fd ResourceInvariantUUID:2a5a1bd3-9222-4da9-ad66-a3fee103e9f0 ResourceName:vFW e7f79cb7-e5e2 ResourceType:VF ResourceUUID:2929fd87-4e3d-4a90-b535-aa3ccc8c6439 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe7f79cb7e5e20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json ArtifactUUID:ef5915c5-7d9e-4388-b425-e505ec0c1493 ArtifactChecksum:MjA2MmNkNmE0ZGNmNzhkODJmZDA4ZWRlMTY2NmQ0NjE= 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/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml ArtifactUUID:923dd918-1d2e-4fe9-91cc-bc391b5bfefa 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/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env ArtifactUUID:3907b06e-9a2c-4986-ba29-40e24baffba8 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/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env ArtifactUUID:3907b06e-9a2c-4986-ba29-40e24baffba8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:22:10.482Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7be4cad5-a57a-49c1-96ac-377b393149b7 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-08-28T05:22:10.513Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:22:10.514Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:22:10.514Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:22:10.514Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Trying to download the artifact UUID: 9851c28d-2e7a-42a6-8bde-362a0edb6f81 from URL: /sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:10.514Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:22:10.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:10.883Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:22:10.890Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar 9851c28d-2e7a-42a6-8bde-362a0edb6f81 99051 2022-08-28T05:22:10.890Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar ASDC sendASDCNotification 2022-08-28T05:22:10.891Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:10.891Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:22:10.891Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:10.892Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:10.893Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664130890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:10.993Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:10.994Z||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-08-28T05:22:10.994Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:11.131Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:11.131Z||pool-171-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":3,"count":1} 2022-08-28T05:22:11.893Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:22:11.894Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:22:11.895Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Trying to write artifact UUID: 9851c28d-2e7a-42a6-8bde-362a0edb6f81, URL: /sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar to file: /app/ASDC/1/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:11.895Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828051928-csar.csar 2022-08-28T05:22:11.896Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:11.896Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:12.154Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17726239751969929561/Definitions/service-Vfw20220828051928-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-08-28T05:22:14.025Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:22:14.025Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:22:14.025Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.025Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T05:22:14.025Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7f79cb7-e5e2 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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.026Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-Vfw20220828051928-csar.csar 2022-08-28T05:22:14.027Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:22:14.027Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.027Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.028Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:14.028Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:22:14.028Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:22:14.028Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.028Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.028Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:14.029Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:22:14.030Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.031Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:22:14.032Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.032Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:14.032Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:14.032Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.032Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:14.033Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:22:14.034Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6860d8e8-34cc-4479-9232-a1541f4746e9 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.035Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.036Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be0d8b99-1547-4843-ab49-3f352d5dae49 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.037Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1cf19649-8844-41d5-be00-e95dc41573c6 2022-08-28T05:22:14.038Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:14.039Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 05-19-28 Description:catalog service description Model UUID:7be4cad5-a57a-49c1-96ac-377b393149b7 Model Version:NULL Model InvariantUuid:69ca69b6-7d89-456f-bfd9-83c91e2a2e8c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e7f79cb7-e5e2 Model UUID:98fcd01e-90fd-49a5-897e-b2d2d595efdb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2a5a1bd3-9222-4da9-ad66-a3fee103e9f0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:25eb68b2-4e0f-409e-8e19-6c97d48112fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8b5568d2-11ee-4db0-8079-3409aba31c75 ModelName:VfwE7f79cb7E5e2..base_vfw..module-0 ModelUuid:4b9a5a43-c8f5-483c-accf-a7ccd77039ba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6860d8e8-34cc-4479-9232-a1541f4746e9 ModelInvariantUuid:1dd73acd-2d01-4b9e-ab0a-30900e4d5cc4 ModelName:vFW e7f79cb7-e5e2-nodes.vfwCvfc ModelUuid:bc8f7424-bc92-4366-b309-7a1a0eb23434 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7233dc64-aaa5-4c70-833d-1ab06af490af ModelInvariantUuid:bde2614f-e3a2-4e82-8fed-77cd1a104935 ModelName:VfwE7f79cb7E5e2.compute.nodes.heat.vfw ModelUuid:50c47f53-2fd5-4f2e-a322-1de07bc2a934 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:be0d8b99-1547-4843-ab49-3f352d5dae49 ModelInvariantUuid:de86815e-927d-41cd-b651-a80f21d92466 ModelName:vFW e7f79cb7-e5e2-nodes.vsnCvfc ModelUuid:75576627-1085-4b48-8012-6325d97e0950 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cfccb723-7921-4704-a32d-97510877b95c ModelInvariantUuid:0d345bcc-e987-4045-9496-a56d076464d1 ModelName:VfwE7f79cb7E5e2.compute.nodes.heat.vsn ModelUuid:2a4bc0a5-2792-4da3-973a-54c14becfa7c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1cf19649-8844-41d5-be00-e95dc41573c6 ModelInvariantUuid:949569c9-1b23-48c8-99be-267a2fdcb087 ModelName:vFW e7f79cb7-e5e2-nodes.vpgCvfc ModelUuid:6b6f8f09-0686-499f-bcd0-4326c0734336 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4d2f0dd1-1a41-4d9e-8656-492e63f6ac00 ModelInvariantUuid:85649533-1a34-44d4-932a-09d73478cb2e ModelName:VfwE7f79cb7E5e2.compute.nodes.heat.vpg ModelUuid:f6f3bab5-0987-4a84-aa24-41602291a41a 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-08-28T05:22:14.047Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2929fd87-4e3d-4a90-b535-aa3ccc8c6439 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-08-28T05:22:14.051Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||vFW e7f79cb7-e5e2 0 2022-08-28T05:22:14.051Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2929fd87-4e3d-4a90-b535-aa3ccc8c6439 2022-08-28T05:22:14.051Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Trying to download the artifact UUID: ef5915c5-7d9e-4388-b425-e505ec0c1493 from URL: /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json 2022-08-28T05:22:14.051Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:22:14.051Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json 2022-08-28T05:22:14.148Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:22:14.149Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json ef5915c5-7d9e-4388-b425-e505ec0c1493 785 2022-08-28T05:22:14.149Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json ASDC sendASDCNotification 2022-08-28T05:22:14.149Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json 2022-08-28T05:22:14.149Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:22:14.150Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:14.152Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:14.152Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664134149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:14.251Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:22:14.252Z||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-08-28T05:22:14.253Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:14.284Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:14.285Z||pool-172-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:15.153Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE7f79cb7E5e2..base_vfw..module-0", "vfModuleModelInvariantUUID": "8b5568d2-11ee-4db0-8079-3409aba31c75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b9a5a43-c8f5-483c-accf-a7ccd77039ba", "vfModuleModelCustomizationUUID": "6d251b41-ad5e-4759-9f3a-0cfeef7a9bac", "isBase": true, "artifacts": [ "923dd918-1d2e-4fe9-91cc-bc391b5bfefa", "3907b06e-9a2c-4986-ba29-40e24baffba8" ], "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-08-28T05:22:15.156Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE7f79cb7E5e2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b9a5a43-c8f5-483c-accf-a7ccd77039ba VfModuleModelInvariantUUID:8b5568d2-11ee-4db0-8079-3409aba31c75 VfModuleModelDescription:NULL Artifacts UUID List:{ 923dd918-1d2e-4fe9-91cc-bc391b5bfefa , 3907b06e-9a2c-4986-ba29-40e24baffba8 } 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-08-28T05:22:15.158Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE7f79cb7E5e2..base_vfw..module-0", "vfModuleModelInvariantUUID": "8b5568d2-11ee-4db0-8079-3409aba31c75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b9a5a43-c8f5-483c-accf-a7ccd77039ba", "vfModuleModelCustomizationUUID": "6d251b41-ad5e-4759-9f3a-0cfeef7a9bac", "isBase": true, "artifacts": [ "923dd918-1d2e-4fe9-91cc-bc391b5bfefa", "3907b06e-9a2c-4986-ba29-40e24baffba8" ], "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-08-28T05:22:15.158Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE7f79cb7E5e2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b9a5a43-c8f5-483c-accf-a7ccd77039ba VfModuleModelInvariantUUID:8b5568d2-11ee-4db0-8079-3409aba31c75 VfModuleModelDescription:NULL Artifacts UUID List:{ 923dd918-1d2e-4fe9-91cc-bc391b5bfefa , 3907b06e-9a2c-4986-ba29-40e24baffba8 } 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-08-28T05:22:15.158Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Trying to download the artifact UUID: 923dd918-1d2e-4fe9-91cc-bc391b5bfefa from URL: /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml 2022-08-28T05:22:15.158Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:22:15.159Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml 2022-08-28T05:22:15.281Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:22:15.282Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml 923dd918-1d2e-4fe9-91cc-bc391b5bfefa 20368 2022-08-28T05:22:15.282Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:22:15.282Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml 2022-08-28T05:22:15.283Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:22:15.283Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:15.285Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:15.285Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664135282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:15.385Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:15.385Z||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-08-28T05:22:15.386Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:15.415Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:15.416Z||pool-173-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:16.285Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Trying to download the artifact UUID: 3907b06e-9a2c-4986-ba29-40e24baffba8 from URL: /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env 2022-08-28T05:22:16.285Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:22:16.286Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env 2022-08-28T05:22:16.489Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:22:16.489Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env 3907b06e-9a2c-4986-ba29-40e24baffba8 2098 2022-08-28T05:22:16.489Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:22:16.489Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env 2022-08-28T05:22:16.490Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:22:16.490Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:16.491Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:16.491Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664136489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:22:16.591Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:16.593Z||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-08-28T05:22:16.593Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:16.630Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:16.631Z||pool-174-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:17.492Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Preparing to deploy Service: 7be4cad5-a57a-49c1-96ac-377b393149b7 2022-08-28T05:22:17.492Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e7f79cb7-e5e2 0 2929fd87-4e3d-4a90-b535-aa3ccc8c6439 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-08-28T05:22:17.507Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7912706c, org.onap.sdc.toscaparser.api.parameters.Input@18112122, org.onap.sdc.toscaparser.api.parameters.Input@202dc0f5, org.onap.sdc.toscaparser.api.parameters.Input@4b544d0f, org.onap.sdc.toscaparser.api.parameters.Input@212fc519] 2022-08-28T05:22:17.508Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.508Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.509Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T05:22:17.509Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||VFCustomizationUUID= 25eb68b2-4e0f-409e-8e19-6c97d48112fd 2022-08-28T05:22:17.509Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25eb68b2-4e0f-409e-8e19-6c97d48112fd matches Tosca VF Customization UUID: 25eb68b2-4e0f-409e-8e19-6c97d48112fd 2022-08-28T05:22:17.509Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||vfCustomizationUUID: 25eb68b2-4e0f-409e-8e19-6c97d48112fd 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-08-28T05:22:17.511Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.511Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.512Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||resource request for resource customization id 25eb68b2-4e0f-409e-8e19-6c97d48112fd: {\"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-08-28T05:22:17.512Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1717aa54 2022-08-28T05:22:17.512Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.512Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:22:17.512Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d251b41-ad5e-4759-9f3a-0cfeef7a9bac 2022-08-28T05:22:17.512Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d251b41-ad5e-4759-9f3a-0cfeef7a9bac 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-08-28T05:22:17.514Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.514Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:17.515Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:17.516Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:22:17.517Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:17.517Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:22:17.517Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.517Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6860d8e8-34cc-4479-9232-a1541f4746e9 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-08-28T05:22:17.519Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.519Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:17.519Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:17.519Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:17.520Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.521Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be0d8b99-1547-4843-ab49-3f352d5dae49 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-08-28T05:22:17.523Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.523Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:17.523Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is not matching search criteria 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.524Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:17.525Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:22:17.525Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.525Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:22:17.525Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:22:17.525Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:22:17.525Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:22:17.526Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:22:17.526Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1cf19649-8844-41d5-be00-e95dc41573c6 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-08-28T05:22:17.527Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.527Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:17.528Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:22:17.528Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.528Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Node template vFW e7f79cb7-e5e2 0 is matching search criteria 2022-08-28T05:22:17.528Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found topology templates [vFW e7f79cb7-e5e2 0] matching following query criteria: sdcType=VF, customizationUUID=25eb68b2-4e0f-409e-8e19-6c97d48112fd 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-08-28T05:22:17.529Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.530Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.530Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500|| resourceSeq for service uuid 7be4cad5-a57a-49c1-96ac-377b393149b7: vFW e7f79cb7-e5e2 2022-08-28T05:22:17.530Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.530Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.530Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:22:17.531Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Service vFW 2022-08-28 05-19-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:22:17.532Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||Saving Service: vFW 2022-08-28 05-19-28 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-08-28T05:22:17.699Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e7f79cb7-e5e2 2929fd87-4e3d-4a90-b535-aa3ccc8c6439 1 ASDC deployResourceStructure 2022-08-28T05:22:17.699Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json ASDC sendASDCNotification 2022-08-28T05:22:17.699Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json 2022-08-28T05:22:17.700Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:22:17.700Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:17.701Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:17.701Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664137699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:22:17.802Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:17.802Z||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-08-28T05:22:17.802Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:17.839Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:17.839Z||pool-175-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:18.702Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:22:18.702Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml 2022-08-28T05:22:18.702Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:22:18.703Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:18.704Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:18.704Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664138702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:22:18.804Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:18.805Z||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-08-28T05:22:18.805Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:18.847Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:18.847Z||pool-176-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:19.705Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:22:19.705Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env 2022-08-28T05:22:19.705Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:22:19.705Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:19.707Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:19.707Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664139705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:22:19.807Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:19.808Z||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-08-28T05:22:19.808Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:19.856Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:19.857Z||pool-177-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:22:20.708Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar ASDC sendASDCNotification 2022-08-28T05:22:20.708Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar 2022-08-28T05:22:20.708Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:22:20.709Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:20.710Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:20.710Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664140708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:22:20.811Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:22:20.812Z||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-08-28T05:22:20.812Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:20.845Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:20.845Z||pool-178-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:22:21.711Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47dd6f5f-4904-4c62-96d3-1628b79c9c80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:22:21.726Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47dd6f5f-4904-4c62-96d3-1628b79c9c80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:22:21.728Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:22:21.728Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:22:21.728Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:22:21.729Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:22:21.729Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:22:21.729Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?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-08-28T05:22:21.733Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:22:51.734Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 47dd6f5f-4904-4c62-96d3-1628b79c9c80 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-08-28T05:22:51.740Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47dd6f5f-4904-4c62-96d3-1628b79c9c80 and serviceModelVersionId: 7be4cad5-a57a-49c1-96ac-377b393149b7 2022-08-28T05:22:51.740Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69ca69b6-7d89-456f-bfd9-83c91e2a2e8c 2022-08-28T05:22:51.741Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0 2022-08-28T05:22:51.745Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0058a7bf-98ff-4b3f-b2af-eb8fe81934db/model-vers/model-ver/f94f75bf-43d3-427b-a622-b0513ce3aff9?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:22:51.790Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Invoke 2022-08-28T05:22:51.790Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de604bf6-f7a1-4ef9-9e4c-82ffff21d979], X-ECOMP-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], X-TransactionId=[], X-ONAP-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], Content-Type=[application/merge-patch+json]} 2022-08-28T05:22:53.332Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Invoke 2022-08-28T05:22:53.333Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34a60222-f39a-4a15-aa1a-d3ecb6c58583], X-ECOMP-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], X-TransactionId=[], X-ONAP-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], Content-Type=[application/merge-patch+json]} 2022-08-28T05:22:54.872Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Invoke 2022-08-28T05:22:54.873Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a97e6da-61ad-465b-b378-97f20c03fda5], X-ECOMP-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], X-TransactionId=[], X-ONAP-RequestID=[47dd6f5f-4904-4c62-96d3-1628b79c9c80], Content-Type=[application/merge-patch+json]} 2022-08-28T05:22:55.903Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:22:55.903Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-08-28T05:22:55.904Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:22:55.904Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-08-28T05:22:55.908Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-08-28T05:22:55.908Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47dd6f5f-4904-4c62-96d3-1628b79c9c80 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:22:55.908Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:22:55.909Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:55.910Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:55.910Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664175908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:22:56.010Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:56.011Z||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-08-28T05:22:56.011Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:56.041Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:56.042Z||pool-179-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-28T05:22:56.919Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||received message from topic 2022-08-28T05:22:56.920Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8e10b1bf-1639-4cf5-abd8-460631ce412b","serviceName":"Demo_pNF_8bY4QyRcbwUEQrgkiEzE","serviceVersion":"1.0","serviceUUID":"f53df0d1-afc9-4582-9930-225aab69a447","serviceDescription":"catalog service description","serviceInvariantUUID":"6741b3df-a608-4b0f-aad4-6ec14311adbd","resources":[{"resourceInstanceName":"pNF 2f98814a-31e8 0","resourceName":"pNF 2f98814a-31e8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1449a14c-2169-4792-ae8c-140664945f7d","resourceInvariantUUID":"52bdba98-bea2-40b1-9dcb-cbc6252c15d8","resourceCustomizationUUID":"95fa485d-c44e-4709-a4f5-100ffbc76a24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml","artifactChecksum":"ODRkNDM5ZTgwMjk4NjBiYzA4Njc1OTE4Y2ViNzc1ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"393bee7d-8dc0-4d3e-bec6-c675f40536f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c77608b-0a49-4209-b9ce-3f94f2e35070","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c3bbee8-1cff-4a3f-88f5-cc08c86bdea8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml","artifactChecksum":"YTlmNjFhOGMwYzQ0NTY0YjYwYzM5NmUxZjAwNjkyM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d54010b-c9d5-4386-ae09-ca988c9fcd7f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"548f87dc-cffb-49c1-a3ff-b1c6c58efbff","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bd3f103-48fd-4685-b2ce-25b386dfcd40","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8by4qyrcbwueqrgkieze-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml","artifactChecksum":"NzkzMmZlMzJkY2E5ZjJjMDFiZjRmOTFlNmRjMWJiZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"562cb6c8-52d2-402f-9389-f23e4a7fd65a","artifactVersion":"1"},{"artifactName":"service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar","artifactChecksum":"N2JmNjYyZmE5Y2JmZmNlNmQ2NTgzNjZjMGYxYWJiNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2885da41-075d-4061-8731-82debaf8280b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:22:56.920Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:56.921Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:56.922Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:56.922Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:57.022Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:57.023Z||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-08-28T05:22:57.023Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:57.121Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:57.121Z||pool-180-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:22:57.923Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:57.923Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:57.925Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:57.925Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:58.025Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:58.025Z||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-08-28T05:22:58.026Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:58.159Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:58.160Z||pool-181-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":18,"count":1} 2022-08-28T05:22:58.925Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:58.926Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:58.927Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:58.928Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:22:59.028Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:22:59.028Z||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-08-28T05:22:59.028Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:22:59.113Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:22:59.113Z||pool-182-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:22:59.928Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:22:59.928Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:22:59.930Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:22:59.930Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:23:00.030Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:23:00.031Z||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-08-28T05:23:00.031Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:00.075Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:00.076Z||pool-183-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:23:00.930Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:23:00.931Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:23:00.932Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:23:00.932Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:23:01.032Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:23:01.033Z||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-08-28T05:23:01.034Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:01.058Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:01.058Z||pool-184-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:23:01.933Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:23:01.933Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:23:01.935Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:23:01.935Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:23:02.035Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:23:02.036Z||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-08-28T05:23:02.036Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:02.073Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:02.073Z||pool-185-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:23:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:23:02.782Z||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-08-28T05:23:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:02.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:02.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:23:02.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:23:02.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:23:02.936Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:23:02.936Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:23:02.938Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:23:02.938Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:23:03.038Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:23:03.039Z||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-08-28T05:23:03.039Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:03.128Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:03.128Z||pool-186-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:23:03.939Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:23:03.939Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:23:03.941Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:23:03.941Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:23:04.041Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:23:04.042Z||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-08-28T05:23:04.042Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:04.074Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:04.075Z||pool-187-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:23:04.942Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||sending notification to client: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "serviceName": "Demo_pNF_8bY4QyRcbwUEQrgkiEzE", "serviceVersion": "1.0", "serviceUUID": "f53df0d1-afc9-4582-9930-225aab69a447", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6741b3df-a608-4b0f-aad4-6ec14311adbd", "resources": [ { "resourceInstanceName": "pNF 2f98814a-31e8 0", "resourceCustomizationUUID": "95fa485d-c44e-4709-a4f5-100ffbc76a24", "resourceName": "pNF 2f98814a-31e8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1449a14c-2169-4792-ae8c-140664945f7d", "resourceInvariantUUID": "52bdba98-bea2-40b1-9dcb-cbc6252c15d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "artifactChecksum": "N2JmNjYyZmE5Y2JmZmNlNmQ2NTgzNjZjMGYxYWJiNmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2885da41-075d-4061-8731-82debaf8280b" } ], "workloadContext": "Production" } 2022-08-28T05:23:04.942Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:23:04.942Z|47dd6f5f-4904-4c62-96d3-1628b79c9c80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f53df0d1-afc9-4582-9930-225aab69a447 ASDC 2022-08-28T05:23:04.943Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||ASDC Notification: DistributionID:8e10b1bf-1639-4cf5-abd8-460631ce412b ServiceName:Demo_pNF_8bY4QyRcbwUEQrgkiEzE ServiceVersion:1.0 ServiceUUID:f53df0d1-afc9-4582-9930-225aab69a447 ServiceInvariantUUID:6741b3df-a608-4b0f-aad4-6ec14311adbd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar ArtifactUUID:2885da41-075d-4061-8731-82debaf8280b ArtifactChecksum:N2JmNjYyZmE5Y2JmZmNlNmQ2NTgzNjZjMGYxYWJiNmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2f98814a-31e8 0 ResourceCustomizationUUID:95fa485d-c44e-4709-a4f5-100ffbc76a24 ResourceInvariantUUID:52bdba98-bea2-40b1-9dcb-cbc6252c15d8 ResourceName:pNF 2f98814a-31e8 ResourceType:PNF ResourceUUID:1449a14c-2169-4792-ae8c-140664945f7d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:23:04.943Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f53df0d1-afc9-4582-9930-225aab69a447 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-08-28T05:23:04.969Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:23:04.969Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:23:04.970Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:23:04.970Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Trying to download the artifact UUID: 2885da41-075d-4061-8731-82debaf8280b from URL: /sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:04.970Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:23:04.970Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:05.156Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:23:05.159Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2885da41-075d-4061-8731-82debaf8280b 82642 2022-08-28T05:23:05.160Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar ASDC sendASDCNotification 2022-08-28T05:23:05.160Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:05.160Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:23:05.161Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:23:05.162Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:23:05.163Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664185160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:23:05.263Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:23:05.263Z||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-08-28T05:23:05.263Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:05.287Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:05.287Z||pool-188-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:23:06.163Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:23:06.164Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:23:06.165Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Trying to write artifact UUID: 2885da41-075d-4061-8731-82debaf8280b, URL: /sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar to file: /app/ASDC/1/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.165Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.166Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.166Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.315Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7470753247818181895/Definitions/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml 2022-08-28T05:23:06.924Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2f98814a-31e8 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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.925Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Node template pNF 2f98814a-31e8 0 is matching search criteria 2022-08-28T05:23:06.926Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found topology templates [pNF 2f98814a-31e8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Node template pNF 2f98814a-31e8 0 is matching search criteria 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found topology templates [pNF 2f98814a-31e8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.927Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.928Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.929Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8bY4QyRcbwUEQrgkiEzE Description:catalog service description Model UUID:f53df0d1-afc9-4582-9930-225aab69a447 Model Version:NULL Model InvariantUuid:6741b3df-a608-4b0f-aad4-6ec14311adbd 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-08-28T05:23:06.936Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 1449a14c-2169-4792-ae8c-140664945f7d 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-08-28T05:23:06.938Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||pNF 2f98814a-31e8 0 2022-08-28T05:23:06.938Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 1449a14c-2169-4792-ae8c-140664945f7d 2022-08-28T05:23:06.938Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||No resources found for Service: f53df0d1-afc9-4582-9930-225aab69a447 2022-08-28T05:23:06.938Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Preparing to deploy Service: f53df0d1-afc9-4582-9930-225aab69a447 2022-08-28T05:23:06.938Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2f98814a-31e8 0 1449a14c-2169-4792-ae8c-140664945f7d 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-08-28T05:23:06.942Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ebccbc0, org.onap.sdc.toscaparser.api.parameters.Input@504d295d, org.onap.sdc.toscaparser.api.parameters.Input@7dbf86bb, org.onap.sdc.toscaparser.api.parameters.Input@77b9fea1, org.onap.sdc.toscaparser.api.parameters.Input@7fd3c95d] 2022-08-28T05:23:06.942Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.942Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.942Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500|| resourceSeq for service uuid f53df0d1-afc9-4582-9930-225aab69a447: pNF 2f98814a-31e8 2022-08-28T05:23:06.943Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Processing PNF resource: 1449a14c-2169-4792-ae8c-140664945f7d 2022-08-28T05:23:06.943Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:23:06.943Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Service Demo_pNF_8bY4QyRcbwUEQrgkiEzE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:23:06.943Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||Resource customization UUID: 95fa485d-c44e-4709-a4f5-100ffbc76a24 is the same as notified resource customizationUUID: 95fa485d-c44e-4709-a4f5-100ffbc76a24 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-08-28T05:23:06.970Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2f98814a-31e8 1449a14c-2169-4792-ae8c-140664945f7d 0 ASDC deployResourceStructure 2022-08-28T05:23:06.971Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar ASDC sendASDCNotification 2022-08-28T05:23:06.971Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar 2022-08-28T05:23:06.971Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:23:06.971Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:23:06.972Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:23:06.972Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664186971, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:23:07.073Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:23:07.073Z||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-08-28T05:23:07.074Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:23:07.204Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:23:07.204Z||pool-189-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:23:07.973Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:23:07.989Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:23:07.992Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:23:07.992Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:23:07.992Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:23:37.993Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:23:38.009Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:23:38.010Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:23:38.013Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:23:38.013Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:24:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:24:02.783Z||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-08-28T05:24:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:24:02.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:24:02.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:24:02.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664103549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:24:02.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:24:08.013Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:24:08.028Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:24:08.030Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:24:08.030Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:24:08.030Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:24:38.031Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:24:38.053Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:24:38.054Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:24:38.055Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:24:38.055Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:25:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:25:02.782Z||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-08-28T05:25:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:25:02.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:25:02.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664124306, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664124351, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "NOTIFIED" } 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664125316, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "aai-ml", "timestamp": 1661664125355, "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-08-28T05:25:02.839Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8e10b1bf-1639-4cf5-abd8-460631ce412b 2022-08-28T05:25:02.839Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:25:02.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664125311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "multicloud-k8s-id", "timestamp": 1661664118498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "policy-id", "timestamp": 1661664126314, "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-08-28T05:25:02.859Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e10b1bf-1639-4cf5-abd8-460631ce412b 2022-08-28T05:25:02.860Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:25:02.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664127127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664127885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664128133, "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-08-28T05:25:02.874Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e10b1bf-1639-4cf5-abd8-460631ce412b 2022-08-28T05:25:02.875Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:25:02.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:25:02.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664129894, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "clamp", "timestamp": 1661664130898, "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-08-28T05:25:02.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e10b1bf-1639-4cf5-abd8-460631ce412b 2022-08-28T05:25:02.887Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:25:02.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664130890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664134149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664135282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664136489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664137699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/vfwe7f79cb7e5e20_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664138702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664139705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/resourceInstances/vfwe7f79cb7e5e20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664140708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828051928/1.0/artifacts/service-Vfw20220828051928-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "47dd6f5f-4904-4c62-96d3-1628b79c9c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664175908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:25:02.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:02.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:25:02.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/resourceInstances/pnf2f98814a31e80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:25:02.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-28T05:25:08.055Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:25:08.065Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:25:08.068Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?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-08-28T05:25:08.093Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:25:38.093Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b 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-08-28T05:25:38.099Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e10b1bf-1639-4cf5-abd8-460631ce412b and serviceModelVersionId: f53df0d1-afc9-4582-9930-225aab69a447 2022-08-28T05:25:38.099Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6741b3df-a608-4b0f-aad4-6ec14311adbd 2022-08-28T05:25:38.101Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0 2022-08-28T05:25:38.111Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69ca69b6-7d89-456f-bfd9-83c91e2a2e8c/model-vers/model-ver/7be4cad5-a57a-49c1-96ac-377b393149b7?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:25:38.160Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Invoke 2022-08-28T05:25:38.161Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2872841-218e-4d5d-85bb-7f67d467c1d8], X-ECOMP-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], X-TransactionId=[], X-ONAP-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], Content-Type=[application/merge-patch+json]} 2022-08-28T05:25:39.701Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Invoke 2022-08-28T05:25:39.701Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0d749cf-b7e7-49c2-be6d-79576e33b0ac], X-ECOMP-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], X-TransactionId=[], X-ONAP-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], Content-Type=[application/merge-patch+json]} 2022-08-28T05:25:41.240Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Invoke 2022-08-28T05:25:41.241Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c3a005c-4a32-40d9-ba32-b4d67c3a0f1b], X-ECOMP-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], X-TransactionId=[], X-ONAP-RequestID=[8e10b1bf-1639-4cf5-abd8-460631ce412b], Content-Type=[application/merge-patch+json]} 2022-08-28T05:25:42.275Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:25:42.275Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:25:42.276Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:25:42.276Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:25:42.282Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:25:42.282Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e10b1bf-1639-4cf5-abd8-460631ce412b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:25:42.283Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:25:42.283Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:25:42.287Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:25:42.287Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||try to send status { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664342282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:25:42.386Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:25:42.387Z||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-08-28T05:25:42.387Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:25:42.437Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:25:42.438Z||pool-190-thread-1|||||INFO|500||cambria reply ok (51 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-08-28T05:25:43.298Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:25:43.299Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:25:43.299Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:25:53.811Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:25:53.811Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:25:53.811Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:25:53.812Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:26:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:26:02.781Z||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-08-28T05:26:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:26:02.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:26:02.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:26:02.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:26:02.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:26:02.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664122779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664185160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:26:02.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664186971, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8by4qyrcbwueqrgkieze/1.0/artifacts/service-DemoPnf8by4qyrcbwueqrgkieze-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:26:02.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:26:03.461Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:26:03.462Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:26:03.462Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:26:03.462Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:26:13.118Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:26:13.119Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:26:13.120Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:26:13.120Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:26:22.807Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:27:02.779Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:27:02.780Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:27:02.780Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:27:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:27:02.781Z||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-08-28T05:27:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:27:03.328Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:27:03.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-28T05:27:03.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e10b1bf-1639-4cf5-abd8-460631ce412b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664342282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:27:03.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:27:12.417Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:28:02.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:28:02.779Z||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-08-28T05:28:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:28:02.783Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:28:02.783Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:28:02.783Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:28:12.416Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:28:12.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:29:02.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:29:02.779Z||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-08-28T05:29:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:29:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:29:02.781Z||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-08-28T05:29:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:29:12.366Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:29:12.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:30:02.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:30:02.779Z||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-08-28T05:30:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:30:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:30:02.782Z||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-08-28T05:30:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:30:12.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:30:12.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:02.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:31:02.780Z||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-08-28T05:31:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:31:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:31:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:03.365Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:03.367Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.367Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.368Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.368Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.368Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.368Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.368Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.369Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.370Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.371Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.371Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.371Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.371Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.371Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.371Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.372Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.373Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.373Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.373Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.373Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.373Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.373Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.374Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.374Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.374Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.374Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.374Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.374Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.375Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.375Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.375Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.375Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.375Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.375Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.376Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.376Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.376Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.376Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.376Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.377Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.377Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.377Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.377Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.377Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.377Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.378Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.378Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.378Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.378Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.378Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.378Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.379Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.379Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.379Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.379Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.379Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:31:03.379Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.380Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.380Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.380Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.380Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.380Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.380Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.381Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.382Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.382Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.382Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.382Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.382Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.382Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664650053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664648186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.383Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.384Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.384Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.384Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664643549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:31:03.384Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.384Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.384Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.385Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.385Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.385Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664648727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.385Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.385Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.385Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.386Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.386Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.386Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.386Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.386Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.386Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.387Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.387Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.387Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664659492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:31:03.387Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:31:03.387Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.387Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664659603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:31:03.388Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:31:03.388Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.388Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664660093, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:31:03.388Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:31:03.388Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.388Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664659777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:31:03.389Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:31:03.389Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.389Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.389Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.389Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.389Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.390Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.390Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.390Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.390Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.390Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.390Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664660536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:31:03.391Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:31:03.391Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.391Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "cds", "timestamp": 1661664661101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-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-08-28T05:31:03.412Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd66bfe1-b31b-45c0-827e-93ec3275b7f5 2022-08-28T05:31:03.412Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.421Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.422Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.422Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.422Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664661608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:31:03.422Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:31:03.422Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.422Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "ves-openapi-manager", "timestamp": 1661664661548, "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-08-28T05:31:03.426Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dd66bfe1-b31b-45c0-827e-93ec3275b7f5 2022-08-28T05:31:03.426Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.434Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.435Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.435Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.435Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664662611, "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-08-28T05:31:03.439Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd66bfe1-b31b-45c0-827e-93ec3275b7f5 2022-08-28T05:31:03.439Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:31:03.446Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.446Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.446Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.446Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.446Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664655507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:31:03.447Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.447Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:31:03.447Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664655586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:31:03.447Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:31:03.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:03.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-28T05:31:03.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd66bfe1-b31b-45c0-827e-93ec3275b7f5","serviceName":"Demo_pNF_qtkDyOMBVwN8bv0g7hRQ","serviceVersion":"1.0","serviceUUID":"0f121065-1b15-4b82-8976-6bcda25d3b2c","serviceDescription":"catalog service description","serviceInvariantUUID":"3d5e0af1-84ac-4342-a1fd-ed1bea515d1c","resources":[{"resourceInstanceName":"pNF 576f3f24-29ca 0","resourceName":"pNF 576f3f24-29ca","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e11f508e-0f9d-4187-8014-c865bcccf8e0","resourceInvariantUUID":"d28f8614-6340-487f-bfa0-843e6e628882","resourceCustomizationUUID":"f9d1c8d4-e085-4dd5-b1f4-82664fe3cc1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml","artifactChecksum":"OTAzYjM2NWM1NDhjYWQ3MzNjZDIxZDViZjgyMjJkM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"491a5032-c282-4d98-81ae-dbe0a2f62f3b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b61185d-05af-4e66-89bf-9d63a8e5004b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8e86895-5cd4-4b3b-9feb-d998a731a98a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk5MjUxYzBlOGI0YmE5Njg4OWRhMDRkMDFiY2ZkNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adc155be-e834-455b-997e-c988af4cafe2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc792cdc-27c5-4898-b9dc-7ffb5e2803fe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"684e89c3-3437-4a20-afc4-72df3963b02a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml","artifactChecksum":"MjIyYTEzZWU4ZTk4ZTRjODg3NTkzNDFkZjNlOWM0NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70ef243f-fa83-4b4e-8e53-92b7692bc905","artifactVersion":"1"},{"artifactName":"service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar","artifactChecksum":"YzM3OGRlYTc3NTdkNmViYjk2NWRmMTJjMTkzNDJhZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc10308d-758f-4ede-a239-ea95d9467a96","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:31:03.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:03.498Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:03.500Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:03.500Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:03.600Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:03.601Z||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-08-28T05:31:03.601Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:03.624Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:03.624Z||pool-191-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:31:04.501Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:04.502Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:04.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:04.504Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:04.604Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:04.606Z||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-08-28T05:31:04.606Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:04.658Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:04.659Z||pool-192-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:31:05.504Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:05.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:05.506Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:05.507Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:05.607Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:05.607Z||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-08-28T05:31:05.607Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:05.627Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:05.627Z||pool-193-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:31:06.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:06.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:06.509Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:06.509Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:06.609Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:31:06.610Z||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-08-28T05:31:06.610Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:06.649Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:06.649Z||pool-194-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:31:07.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:07.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:07.512Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:07.512Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:07.612Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:07.613Z||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-08-28T05:31:07.613Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:07.694Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:07.694Z||pool-195-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:31:08.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:08.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:08.515Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:08.515Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:08.615Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:08.616Z||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-08-28T05:31:08.616Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:08.640Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:08.640Z||pool-196-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:31:09.515Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:09.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:09.517Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:09.518Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:31:09.618Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:09.618Z||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-08-28T05:31:09.618Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:09.638Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:09.638Z||pool-197-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:31:10.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:31:10.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:10.521Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:10.521Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:31:10.622Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:31:10.623Z||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-08-28T05:31:10.623Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:10.641Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:10.641Z||pool-198-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:31:11.522Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "serviceName": "Demo_pNF_qtkDyOMBVwN8bv0g7hRQ", "serviceVersion": "1.0", "serviceUUID": "0f121065-1b15-4b82-8976-6bcda25d3b2c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3d5e0af1-84ac-4342-a1fd-ed1bea515d1c", "resources": [ { "resourceInstanceName": "pNF 576f3f24-29ca 0", "resourceCustomizationUUID": "f9d1c8d4-e085-4dd5-b1f4-82664fe3cc1e", "resourceName": "pNF 576f3f24-29ca", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e11f508e-0f9d-4187-8014-c865bcccf8e0", "resourceInvariantUUID": "d28f8614-6340-487f-bfa0-843e6e628882", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "artifactChecksum": "YzM3OGRlYTc3NTdkNmViYjk2NWRmMTJjMTkzNDJhZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc10308d-758f-4ede-a239-ea95d9467a96" } ], "workloadContext": "Production" } 2022-08-28T05:31:11.522Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:31:11.522Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f121065-1b15-4b82-8976-6bcda25d3b2c ASDC 2022-08-28T05:31:11.523Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:dd66bfe1-b31b-45c0-827e-93ec3275b7f5 ServiceName:Demo_pNF_qtkDyOMBVwN8bv0g7hRQ ServiceVersion:1.0 ServiceUUID:0f121065-1b15-4b82-8976-6bcda25d3b2c ServiceInvariantUUID:3d5e0af1-84ac-4342-a1fd-ed1bea515d1c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar ArtifactUUID:cc10308d-758f-4ede-a239-ea95d9467a96 ArtifactChecksum:YzM3OGRlYTc3NTdkNmViYjk2NWRmMTJjMTkzNDJhZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 576f3f24-29ca 0 ResourceCustomizationUUID:f9d1c8d4-e085-4dd5-b1f4-82664fe3cc1e ResourceInvariantUUID:d28f8614-6340-487f-bfa0-843e6e628882 ResourceName:pNF 576f3f24-29ca ResourceType:PNF ResourceUUID:e11f508e-0f9d-4187-8014-c865bcccf8e0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:31:11.523Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f121065-1b15-4b82-8976-6bcda25d3b2c 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-08-28T05:31:11.548Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:31:11.549Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-28T05:31:11.549Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-28T05:31:11.549Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc10308d-758f-4ede-a239-ea95d9467a96 from URL: /sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:11.549Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-28T05:31:11.549Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:11.732Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-28T05:31:11.735Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar cc10308d-758f-4ede-a239-ea95d9467a96 82647 2022-08-28T05:31:11.736Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar ASDC sendASDCNotification 2022-08-28T05:31:11.736Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:11.736Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:31:11.736Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:11.738Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:11.738Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664671735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:31:11.838Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:11.839Z||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-08-28T05:31:11.839Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:11.864Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:11.865Z||pool-199-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:31:12.739Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:31:12.739Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-28T05:31:12.740Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cc10308d-758f-4ede-a239-ea95d9467a96, URL: /sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar to file: /app/ASDC/1/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:12.740Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:12.741Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:12.741Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:12.940Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16276663228218344998/Definitions/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml 2022-08-28T05:31:13.776Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:31:13.776Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-28T05:31:13.777Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.777Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:31:13.777Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.777Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.777Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.777Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.778Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.778Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 576f3f24-29ca 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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.778Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.778Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-28T05:31:13.778Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.778Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.779Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Node template pNF 576f3f24-29ca 0 is matching search criteria 2022-08-28T05:31:13.779Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-28T05:31:13.779Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 576f3f24-29ca 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:31:13.779Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.780Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.780Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Node template pNF 576f3f24-29ca 0 is matching search criteria 2022-08-28T05:31:13.780Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-28T05:31:13.780Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 576f3f24-29ca 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:31:13.780Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.780Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.781Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.781Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.781Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.781Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.781Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.781Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.782Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.782Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.782Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qtkDyOMBVwN8bv0g7hRQ Description:catalog service description Model UUID:0f121065-1b15-4b82-8976-6bcda25d3b2c Model Version:NULL Model InvariantUuid:3d5e0af1-84ac-4342-a1fd-ed1bea515d1c 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-08-28T05:31:13.791Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: e11f508e-0f9d-4187-8014-c865bcccf8e0 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-08-28T05:31:13.795Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||pNF 576f3f24-29ca 0 2022-08-28T05:31:13.795Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e11f508e-0f9d-4187-8014-c865bcccf8e0 2022-08-28T05:31:13.795Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0f121065-1b15-4b82-8976-6bcda25d3b2c 2022-08-28T05:31:13.795Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0f121065-1b15-4b82-8976-6bcda25d3b2c 2022-08-28T05:31:13.795Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 576f3f24-29ca 0 e11f508e-0f9d-4187-8014-c865bcccf8e0 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-08-28T05:31:13.801Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@547e8de9, org.onap.sdc.toscaparser.api.parameters.Input@408c455f, org.onap.sdc.toscaparser.api.parameters.Input@10a0a7c3, org.onap.sdc.toscaparser.api.parameters.Input@594def90, org.onap.sdc.toscaparser.api.parameters.Input@797c2095] 2022-08-28T05:31:13.801Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.801Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.802Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0f121065-1b15-4b82-8976-6bcda25d3b2c: pNF 576f3f24-29ca 2022-08-28T05:31:13.802Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Processing PNF resource: e11f508e-0f9d-4187-8014-c865bcccf8e0 2022-08-28T05:31:13.802Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:31:13.802Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qtkDyOMBVwN8bv0g7hRQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:31:13.803Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||Resource customization UUID: f9d1c8d4-e085-4dd5-b1f4-82664fe3cc1e is the same as notified resource customizationUUID: f9d1c8d4-e085-4dd5-b1f4-82664fe3cc1e 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-08-28T05:31:13.842Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 576f3f24-29ca e11f508e-0f9d-4187-8014-c865bcccf8e0 0 ASDC deployResourceStructure 2022-08-28T05:31:13.843Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar ASDC sendASDCNotification 2022-08-28T05:31:13.843Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar 2022-08-28T05:31:13.843Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:31:13.843Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:31:13.846Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:31:13.846Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664673842, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:31:13.946Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:31:13.947Z||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-08-28T05:31:13.947Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:31:14.004Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:31:14.004Z||pool-200-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:31:14.847Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:31:14.857Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:31:14.860Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:31:14.860Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:31:14.860Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:31:44.860Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:31:44.875Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:31:44.877Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:31:44.877Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:31:44.877Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:32:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:32:02.783Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:32:02.783Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:32:02.964Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:32:02.965Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:32:02.965Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:32:02.966Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:32:14.878Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:32:14.892Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:32:14.894Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:32:14.894Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:32:14.895Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:32:44.895Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:32:44.905Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:32:44.907Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:32:44.907Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:32:44.907Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:33:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:33:02.782Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:33:02.782Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:33:02.968Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:33:02.969Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:33:02.969Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:33:02.970Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:33:14.908Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:33:14.918Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:33:14.919Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:33:14.919Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:33:14.920Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:33:44.920Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:33:44.931Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:33:44.934Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:33:44.934Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:33:44.934Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:34:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:34:02.781Z||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-08-28T05:34:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:02.864Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:02.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664664325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:34:02.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:02.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664665119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664665330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:34:02.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:02.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "multicloud-k8s-id", "timestamp": 1661664658498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:34:02.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "aai-ml", "timestamp": 1661664666124, "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-08-28T05:34:02.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dd66bfe1-b31b-45c0-827e-93ec3275b7f5 2022-08-28T05:34:02.874Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:34:02.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "policy-id", "timestamp": 1661664666335, "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-08-28T05:34:02.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd66bfe1-b31b-45c0-827e-93ec3275b7f5 2022-08-28T05:34:02.885Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:34:02.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/resourceInstances/pnf576f3f2429ca0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664669993, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:34:02.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664662779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664671735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:02.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664673003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:34:02.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:02.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "clamp", "timestamp": 1661664674007, "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-08-28T05:34:02.898Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd66bfe1-b31b-45c0-827e-93ec3275b7f5 2022-08-28T05:34:02.899Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:34:02.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:34:02.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664673842, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtkdyombvwn8bv0g7hrq/1.0/artifacts/service-DemoPnfQtkdyombvwn8bv0g7hrq-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:34:02.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:34:14.934Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:34:14.948Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:34:14.952Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:34:14.953Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:34:14.953Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:34:14.953Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:34:14.953Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:34:14.953Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:34:14.954Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|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-08-28T05:34:14.959Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:34:44.960Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 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-08-28T05:34:44.966Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd66bfe1-b31b-45c0-827e-93ec3275b7f5 and serviceModelVersionId: 0f121065-1b15-4b82-8976-6bcda25d3b2c 2022-08-28T05:34:44.967Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d5e0af1-84ac-4342-a1fd-ed1bea515d1c 2022-08-28T05:34:44.968Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0 2022-08-28T05:34:44.976Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:34:45.021Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Invoke 2022-08-28T05:34:45.022Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80dd20c3-3be3-4708-9c85-4b102482cc3d], X-ECOMP-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], X-TransactionId=[], X-ONAP-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], Content-Type=[application/merge-patch+json]} 2022-08-28T05:34:46.557Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Invoke 2022-08-28T05:34:46.557Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed7f5407-d13b-4f47-a421-7ab0fb1b83aa], X-ECOMP-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], X-TransactionId=[], X-ONAP-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], Content-Type=[application/merge-patch+json]} 2022-08-28T05:34:48.092Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Invoke 2022-08-28T05:34:48.092Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82a88dc4-1841-4fa1-82d1-a8dfa1051a68], X-ECOMP-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], X-TransactionId=[], X-ONAP-RequestID=[dd66bfe1-b31b-45c0-827e-93ec3275b7f5], Content-Type=[application/merge-patch+json]} 2022-08-28T05:34:49.119Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:34:49.119Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-08-28T05:34:49.120Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:34:49.120Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-08-28T05:34:49.125Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-08-28T05:34:49.126Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd66bfe1-b31b-45c0-827e-93ec3275b7f5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:34:49.126Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:34:49.126Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:49.128Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:49.128Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664889126, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:34:49.228Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:34:49.229Z||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-08-28T05:34:49.229Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:49.267Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:49.268Z||pool-201-thread-1|||||INFO|500||cambria reply ok (39 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-08-28T05:34:50.142Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:34:50.143Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-08-28T05:34:50.143Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:54.920Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:54.920Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||received message from topic 2022-08-28T05:34:54.920Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"84a65ff9-0239-4ffa-8aef-aa6ae3265de9","serviceName":"vFW 2022-08-28 05-31-13","serviceVersion":"1.0","serviceUUID":"7b9c1cd7-617c-4edf-a2c0-ddd939d475e3","serviceDescription":"catalog service description","serviceInvariantUUID":"b5e3ecd9-cb14-46cc-a966-19945bbf9ede","resources":[{"resourceInstanceName":"vFW 588335b6-9edd 0","resourceName":"vFW 588335b6-9edd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45","resourceInvariantUUID":"330222c8-eb6c-4ed7-a37f-597cfc14259c","resourceCustomizationUUID":"0cf720f1-3536-4d60-80de-dba6da65e596","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml","artifactChecksum":"MjNiZDMyMmM3NzY5N2NkNjI1Y2Y0ZDc1ODlhOTM5NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c64f91e9-e4f0-41d4-81a6-476660b1a5c3","artifactVersion":"1"},{"artifactName":"vfw588335b69edd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json","artifactChecksum":"ZTIwOGQ0ZmZjOTQzYjlhZDM5ZDMzNWZjYTQzNjA5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"570de601-02ce-4dbc-ad1f-14ba5bf83afa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f664ebf7-3868-4ee9-945d-14d3f36e5c3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml","artifactChecksum":"ODExOWYxNmE2NmI4ZGExYzI1MWJkMTAzNjI0MjQ0MTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0afb8eba-81fc-49c8-b95a-4bf5e1642230","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"885f251e-e53d-4a27-8ecb-b81d17217e88","artifactVersion":"2","generatedFromUUID":"f664ebf7-3868-4ee9-945d-14d3f36e5c3d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828053113-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml","artifactChecksum":"Mjk2MDI2Y2E0MmIwNzU5YTBjYjk2YjNmMDY3NThjYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"398901bd-fbe8-4a52-bb67-4120c3287e92","artifactVersion":"1"},{"artifactName":"service-Vfw20220828053113-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar","artifactChecksum":"ZDBiNmNmY2E2Zjg4MmEzMDUzZGE4M2U4NzU3NDVkYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c31cb86b-0250-404c-8c2d-80d9293c9763","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:34:54.923Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:34:54.923Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:54.925Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:54.925Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:55.025Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:34:55.026Z||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-08-28T05:34:55.026Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:55.138Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:55.139Z||pool-202-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:34:55.925Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:34:55.925Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:55.927Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:55.928Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:34:56.028Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:34:56.029Z||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-08-28T05:34:56.029Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:56.049Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:56.049Z||pool-203-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:34:56.928Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:34:56.928Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:56.930Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:56.930Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:34:57.030Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:34:57.031Z||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-08-28T05:34:57.031Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:57.064Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:57.064Z||pool-204-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:34:57.931Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:34:57.931Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:57.933Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:57.933Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:34:58.035Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:34:58.035Z||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-08-28T05:34:58.035Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:58.093Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:58.094Z||pool-205-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:34:58.934Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:34:58.934Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:58.937Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:58.937Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:34:59.037Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:34:59.038Z||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-08-28T05:34:59.038Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:34:59.116Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:34:59.117Z||pool-206-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:34:59.937Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:34:59.938Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:34:59.940Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:34:59.940Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:00.040Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:00.041Z||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-08-28T05:35:00.041Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:00.077Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:00.078Z||pool-207-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:35:00.940Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:35:00.941Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:00.943Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:00.943Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:01.043Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:01.045Z||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-08-28T05:35:01.045Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:01.080Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:01.081Z||pool-208-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:35:01.944Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||sending notification to client: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "serviceName": "vFW 2022-08-28 05-31-13", "serviceVersion": "1.0", "serviceUUID": "7b9c1cd7-617c-4edf-a2c0-ddd939d475e3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b5e3ecd9-cb14-46cc-a966-19945bbf9ede", "resources": [ { "resourceInstanceName": "vFW 588335b6-9edd 0", "resourceCustomizationUUID": "0cf720f1-3536-4d60-80de-dba6da65e596", "resourceName": "vFW 588335b6-9edd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45", "resourceInvariantUUID": "330222c8-eb6c-4ed7-a37f-597cfc14259c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw588335b69edd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "artifactChecksum": "ZTIwOGQ0ZmZjOTQzYjlhZDM5ZDMzNWZjYTQzNjA5MjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "570de601-02ce-4dbc-ad1f-14ba5bf83afa", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f664ebf7-3868-4ee9-945d-14d3f36e5c3d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "885f251e-e53d-4a27-8ecb-b81d17217e88", "generatedFromUUID": "f664ebf7-3868-4ee9-945d-14d3f36e5c3d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "885f251e-e53d-4a27-8ecb-b81d17217e88", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828053113-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "artifactChecksum": "ZDBiNmNmY2E2Zjg4MmEzMDUzZGE4M2U4NzU3NDVkYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c31cb86b-0250-404c-8c2d-80d9293c9763" } ], "workloadContext": "Production" } 2022-08-28T05:35:01.944Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:35:01.945Z|dd66bfe1-b31b-45c0-827e-93ec3275b7f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b9c1cd7-617c-4edf-a2c0-ddd939d475e3 ASDC 2022-08-28T05:35:01.945Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||ASDC Notification: DistributionID:84a65ff9-0239-4ffa-8aef-aa6ae3265de9 ServiceName:vFW 2022-08-28 05-31-13 ServiceVersion:1.0 ServiceUUID:7b9c1cd7-617c-4edf-a2c0-ddd939d475e3 ServiceInvariantUUID:b5e3ecd9-cb14-46cc-a966-19945bbf9ede ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828053113-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar ArtifactUUID:c31cb86b-0250-404c-8c2d-80d9293c9763 ArtifactChecksum:ZDBiNmNmY2E2Zjg4MmEzMDUzZGE4M2U4NzU3NDVkYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 588335b6-9edd 0 ResourceCustomizationUUID:0cf720f1-3536-4d60-80de-dba6da65e596 ResourceInvariantUUID:330222c8-eb6c-4ed7-a37f-597cfc14259c ResourceName:vFW 588335b6-9edd ResourceType:VF ResourceUUID:39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw588335b69edd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json ArtifactUUID:570de601-02ce-4dbc-ad1f-14ba5bf83afa ArtifactChecksum:ZTIwOGQ0ZmZjOTQzYjlhZDM5ZDMzNWZjYTQzNjA5MjQ= 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/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml ArtifactUUID:f664ebf7-3868-4ee9-945d-14d3f36e5c3d 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/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env ArtifactUUID:885f251e-e53d-4a27-8ecb-b81d17217e88 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/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env ArtifactUUID:885f251e-e53d-4a27-8ecb-b81d17217e88 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:35:01.945Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b9c1cd7-617c-4edf-a2c0-ddd939d475e3 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-08-28T05:35:01.981Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:35:01.982Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:35:01.982Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:35:01.982Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Trying to download the artifact UUID: c31cb86b-0250-404c-8c2d-80d9293c9763 from URL: /sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:01.982Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:35:01.983Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:02.203Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:35:02.209Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar c31cb86b-0250-404c-8c2d-80d9293c9763 98989 2022-08-28T05:35:02.210Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar ASDC sendASDCNotification 2022-08-28T05:35:02.210Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:02.210Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:35:02.210Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:02.213Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:02.213Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664902210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.313Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:02.314Z||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-08-28T05:35:02.314Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:02.374Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:02.375Z||pool-209-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:35:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:35:02.781Z||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-08-28T05:35:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:02.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:02.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:35:02.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:35:02.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664745586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664753186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:35:02.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "ves-openapi-manager", "timestamp": 1661664748727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664755507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:02.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664762816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:35:02.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664763442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "cds", "timestamp": 1661664763825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-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-08-28T05:35:02.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 2022-08-28T05:35:02.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:35:02.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664764448, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664758498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "policy-id", "timestamp": 1661664765452, "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-08-28T05:35:02.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 2022-08-28T05:35:02.862Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:35:02.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664766454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664767704, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664769125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664770230, "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-08-28T05:35:02.877Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 2022-08-28T05:35:02.877Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:35:02.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664763549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:02.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "multicloud-k8s-id", "timestamp": 1661664771240, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664771477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664772012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664773034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:35:02.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "clamp", "timestamp": 1661664774039, "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-08-28T05:35:02.890Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 2022-08-28T05:35:02.890Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:35:02.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664774598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:35:02.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:02.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661664775602, "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-08-28T05:35:02.903Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 2022-08-28T05:35:02.903Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:35:02.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664770053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664778129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:02.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:35:03.214Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:35:03.215Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:35:03.215Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Trying to write artifact UUID: c31cb86b-0250-404c-8c2d-80d9293c9763, URL: /sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar to file: /app/ASDC/1/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:03.215Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828053113-csar.csar 2022-08-28T05:35:03.216Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:03.216Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:03.479Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16017888802046223543/Definitions/service-Vfw20220828053113-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-08-28T05:35:05.365Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:35:05.365Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:35:05.365Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.366Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 588335b6-9edd 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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-Vfw20220828053113-csar.csar 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:35:05.367Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.368Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:35:05.369Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.370Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.371Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:05.372Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:35:05.373Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71c865e9-5e68-4d13-8928-e5e23b2b35ce 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.375Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4eeb0ba-baaa-40ba-a5cc-a041fbe60dbd 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.376Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00d7e874-cbce-4452-b026-ab1c86e9c3bf 2022-08-28T05:35:05.377Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:05.378Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 05-31-13 Description:catalog service description Model UUID:7b9c1cd7-617c-4edf-a2c0-ddd939d475e3 Model Version:NULL Model InvariantUuid:b5e3ecd9-cb14-46cc-a966-19945bbf9ede Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 588335b6-9edd Model UUID:e3cf550d-8d97-4390-a351-e6acdc4503db Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:330222c8-eb6c-4ed7-a37f-597cfc14259c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0cf720f1-3536-4d60-80de-dba6da65e596 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8d4ba3f7-1267-406b-85ee-677355d8e15c ModelName:Vfw588335b69edd..base_vfw..module-0 ModelUuid:c73610b3-b7c4-4a30-8279-8b1d57c3734b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:71c865e9-5e68-4d13-8928-e5e23b2b35ce ModelInvariantUuid:5103b11d-48ea-4c48-8011-e9ac28c626ac ModelName:vFW 588335b6-9edd-nodes.vfwCvfc ModelUuid:4e340c77-9d59-4835-ab02-24f8eeeb476a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ddefa086-345c-4e04-9b61-60f61f7c7f81 ModelInvariantUuid:99e98b60-f0e2-4f3f-9a37-218095d19dc0 ModelName:Vfw588335b69edd.compute.nodes.heat.vfw ModelUuid:e820c125-fd3c-4ef7-b937-a4c468423ad2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b4eeb0ba-baaa-40ba-a5cc-a041fbe60dbd ModelInvariantUuid:74fabdb3-f3c7-4a93-ae25-2b7258e79107 ModelName:vFW 588335b6-9edd-nodes.vsnCvfc ModelUuid:42154b9b-b960-4978-a2b2-90ebae7a1a5e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:17506388-6d7d-4bc5-adf6-85e5d6faa1cd ModelInvariantUuid:ad938c6a-3c3d-4f17-b95d-0551c465d4fa ModelName:Vfw588335b69edd.compute.nodes.heat.vsn ModelUuid:d0f3a65c-a794-4576-874c-2c7b8322d16d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:00d7e874-cbce-4452-b026-ab1c86e9c3bf ModelInvariantUuid:eac94fab-8616-4337-8a51-7f8692f4333a ModelName:vFW 588335b6-9edd-nodes.vpgCvfc ModelUuid:d87785fc-b78c-4a4d-9ea8-2b3e4098be16 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:cc44bc73-216a-48da-b37e-7580c5ace51b ModelInvariantUuid:3f4e9224-de2f-4e65-95e6-aff13b6ee918 ModelName:Vfw588335b69edd.compute.nodes.heat.vpg ModelUuid:1a49bd20-65c9-4b5e-94ff-ab2e47ba2bf7 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-08-28T05:35:05.384Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45 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-08-28T05:35:05.386Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||vFW 588335b6-9edd 0 2022-08-28T05:35:05.386Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45 2022-08-28T05:35:05.387Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Trying to download the artifact UUID: 570de601-02ce-4dbc-ad1f-14ba5bf83afa from URL: /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json 2022-08-28T05:35:05.387Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:35:05.387Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json 2022-08-28T05:35:05.464Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:35:05.465Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json 570de601-02ce-4dbc-ad1f-14ba5bf83afa 785 2022-08-28T05:35:05.465Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json ASDC sendASDCNotification 2022-08-28T05:35:05.465Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json 2022-08-28T05:35:05.465Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:35:05.466Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:05.467Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:05.467Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664905465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:05.568Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:05.568Z||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-08-28T05:35:05.568Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:05.581Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:05.581Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:35:06.468Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw588335b69edd..base_vfw..module-0", "vfModuleModelInvariantUUID": "8d4ba3f7-1267-406b-85ee-677355d8e15c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c73610b3-b7c4-4a30-8279-8b1d57c3734b", "vfModuleModelCustomizationUUID": "f0786d70-b180-4e93-9f9a-4977fbdaec72", "isBase": true, "artifacts": [ "f664ebf7-3868-4ee9-945d-14d3f36e5c3d", "885f251e-e53d-4a27-8ecb-b81d17217e88" ], "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-08-28T05:35:06.471Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw588335b69edd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c73610b3-b7c4-4a30-8279-8b1d57c3734b VfModuleModelInvariantUUID:8d4ba3f7-1267-406b-85ee-677355d8e15c VfModuleModelDescription:NULL Artifacts UUID List:{ f664ebf7-3868-4ee9-945d-14d3f36e5c3d , 885f251e-e53d-4a27-8ecb-b81d17217e88 } 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-08-28T05:35:06.473Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw588335b69edd..base_vfw..module-0", "vfModuleModelInvariantUUID": "8d4ba3f7-1267-406b-85ee-677355d8e15c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c73610b3-b7c4-4a30-8279-8b1d57c3734b", "vfModuleModelCustomizationUUID": "f0786d70-b180-4e93-9f9a-4977fbdaec72", "isBase": true, "artifacts": [ "f664ebf7-3868-4ee9-945d-14d3f36e5c3d", "885f251e-e53d-4a27-8ecb-b81d17217e88" ], "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-08-28T05:35:06.473Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw588335b69edd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c73610b3-b7c4-4a30-8279-8b1d57c3734b VfModuleModelInvariantUUID:8d4ba3f7-1267-406b-85ee-677355d8e15c VfModuleModelDescription:NULL Artifacts UUID List:{ f664ebf7-3868-4ee9-945d-14d3f36e5c3d , 885f251e-e53d-4a27-8ecb-b81d17217e88 } 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-08-28T05:35:06.474Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Trying to download the artifact UUID: f664ebf7-3868-4ee9-945d-14d3f36e5c3d from URL: /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml 2022-08-28T05:35:06.474Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:35:06.474Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml 2022-08-28T05:35:06.568Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:35:06.569Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml f664ebf7-3868-4ee9-945d-14d3f36e5c3d 20368 2022-08-28T05:35:06.570Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:35:06.570Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml 2022-08-28T05:35:06.570Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:35:06.570Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:06.572Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:06.572Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664906570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:06.672Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:06.673Z||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-08-28T05:35:06.673Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:06.714Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:06.715Z||pool-211-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:35:07.573Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Trying to download the artifact UUID: 885f251e-e53d-4a27-8ecb-b81d17217e88 from URL: /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env 2022-08-28T05:35:07.573Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:35:07.573Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env 2022-08-28T05:35:07.696Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:35:07.697Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env 885f251e-e53d-4a27-8ecb-b81d17217e88 2098 2022-08-28T05:35:07.697Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:35:07.697Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env 2022-08-28T05:35:07.697Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:35:07.697Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:07.699Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:07.699Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664907697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:35:07.799Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:07.800Z||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-08-28T05:35:07.800Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:07.874Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:07.875Z||pool-212-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:35:08.699Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Preparing to deploy Service: 7b9c1cd7-617c-4edf-a2c0-ddd939d475e3 2022-08-28T05:35:08.700Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 588335b6-9edd 0 39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45 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-08-28T05:35:08.713Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a503a0b, org.onap.sdc.toscaparser.api.parameters.Input@173832ba, org.onap.sdc.toscaparser.api.parameters.Input@713cafc0, org.onap.sdc.toscaparser.api.parameters.Input@2c690f32, org.onap.sdc.toscaparser.api.parameters.Input@742f8d6] 2022-08-28T05:35:08.714Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.715Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.715Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T05:35:08.715Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||VFCustomizationUUID= 0cf720f1-3536-4d60-80de-dba6da65e596 2022-08-28T05:35:08.715Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0cf720f1-3536-4d60-80de-dba6da65e596 matches Tosca VF Customization UUID: 0cf720f1-3536-4d60-80de-dba6da65e596 2022-08-28T05:35:08.715Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||vfCustomizationUUID: 0cf720f1-3536-4d60-80de-dba6da65e596 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-08-28T05:35:08.717Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.717Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.718Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||resource request for resource customization id 0cf720f1-3536-4d60-80de-dba6da65e596: {\"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-08-28T05:35:08.718Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@219bc73e 2022-08-28T05:35:08.718Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.718Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:35:08.718Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0786d70-b180-4e93-9f9a-4977fbdaec72 2022-08-28T05:35:08.719Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0786d70-b180-4e93-9f9a-4977fbdaec72 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-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:08.721Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.722Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:08.723Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:35:08.723Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:08.723Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:35:08.723Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.723Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71c865e9-5e68-4d13-8928-e5e23b2b35ce 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-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:08.726Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:35:08.727Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:08.728Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:35:08.728Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.728Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4eeb0ba-baaa-40ba-a5cc-a041fbe60dbd 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-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is not matching search criteria 2022-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:35:08.730Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:35:08.731Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:35:08.732Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:35:08.732Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:35:08.732Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:35:08.732Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00d7e874-cbce-4452-b026-ab1c86e9c3bf 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-08-28T05:35:08.734Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.734Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:08.734Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:35:08.734Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.734Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Node template vFW 588335b6-9edd 0 is matching search criteria 2022-08-28T05:35:08.734Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found topology templates [vFW 588335b6-9edd 0] matching following query criteria: sdcType=VF, customizationUUID=0cf720f1-3536-4d60-80de-dba6da65e596 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-08-28T05:35:08.736Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.736Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.736Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500|| resourceSeq for service uuid 7b9c1cd7-617c-4edf-a2c0-ddd939d475e3: vFW 588335b6-9edd 2022-08-28T05:35:08.736Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.736Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.736Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-31-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:35:08.737Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||Saving Service: vFW 2022-08-28 05-31-13 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-08-28T05:35:08.906Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 588335b6-9edd 39de64c1-4a9d-4d14-8b5f-5fb77ad3bf45 1 ASDC deployResourceStructure 2022-08-28T05:35:08.906Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json ASDC sendASDCNotification 2022-08-28T05:35:08.906Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json 2022-08-28T05:35:08.907Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:35:08.907Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:08.908Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:08.908Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664908906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:35:09.009Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:35:09.009Z||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-08-28T05:35:09.010Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:09.057Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:09.057Z||pool-213-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:35:09.909Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:35:09.909Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml 2022-08-28T05:35:09.909Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:35:09.910Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:09.911Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:09.911Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664909909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:35:10.011Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:10.012Z||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-08-28T05:35:10.013Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:10.043Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:10.044Z||pool-214-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:35:10.912Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:35:10.912Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env 2022-08-28T05:35:10.912Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:35:10.912Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:10.914Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:10.914Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664910912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:35:11.014Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:11.015Z||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-08-28T05:35:11.015Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:11.124Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:11.125Z||pool-215-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:35:11.914Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar ASDC sendASDCNotification 2022-08-28T05:35:11.915Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar 2022-08-28T05:35:11.915Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:35:11.915Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:35:11.917Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:35:11.917Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664911914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:35:12.017Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:35:12.017Z||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-08-28T05:35:12.018Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:35:12.081Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:35:12.081Z||pool-216-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:35:12.917Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:35:12.926Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:35:12.934Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:35:12.934Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:35:12.934Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:35:42.935Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:35:42.944Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:35:42.946Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:35:42.946Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:35:42.946Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:36:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:36:02.781Z||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-08-28T05:36:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:36:02.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:36:02.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:36:02.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664787332, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:36:02.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:36:02.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:36:02.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "aai-ml", "timestamp": 1661664788336, "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-08-28T05:36:02.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 2022-08-28T05:36:02.885Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:36:12.947Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:36:12.956Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:36:12.958Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:36:12.958Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:36:12.958Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:36:12.958Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:36:12.959Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:36:12.959Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?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-08-28T05:36:12.963Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:36:42.963Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 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-08-28T05:36:42.969Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 and serviceModelVersionId: 7b9c1cd7-617c-4edf-a2c0-ddd939d475e3 2022-08-28T05:36:42.970Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5e3ecd9-cb14-46cc-a966-19945bbf9ede 2022-08-28T05:36:42.970Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0 2022-08-28T05:36:42.974Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:36:43.004Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d5e0af1-84ac-4342-a1fd-ed1bea515d1c/model-vers/model-ver/0f121065-1b15-4b82-8976-6bcda25d3b2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:43.005Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Invoke 2022-08-28T05:36:44.533Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:44.534Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Invoke 2022-08-28T05:36:46.068Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:46.069Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Invoke 2022-08-28T05:36:47.102Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:36:47.103Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:47.104Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:36:47.104Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:47.108Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:47.108Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84a65ff9-0239-4ffa-8aef-aa6ae3265de9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:36:47.109Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:36:47.109Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:36:47.110Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:36:47.111Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665007109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:36:47.211Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:36:47.211Z||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-08-28T05:36:47.211Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:36:47.237Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:36:47.238Z||pool-217-thread-1|||||INFO|500||cambria reply ok (27 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-08-28T05:36:48.120Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:36:48.121Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:48.121Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:36:57.810Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:36:57.810Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:36:57.811Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:36:57.811Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:37:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:37:02.781Z||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-08-28T05:37:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:37:02.859Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:37:02.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd66bfe1-b31b-45c0-827e-93ec3275b7f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664889126, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "NOTIFIED" } 2022-08-28T05:37:02.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664890142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664902210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:37:02.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:37:07.445Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:37:07.445Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:37:07.446Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:37:07.446Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:37:17.117Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:37:17.118Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:37:17.119Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:37:17.119Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:37:26.785Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:37:26.786Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:37:26.786Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:37:26.786Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:37:36.374Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:38:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:38:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:38:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:38:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:38:02.781Z||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-08-28T05:38:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:38:02.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:38:02.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664905465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664906570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664907697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664908906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/vfw588335b69edd0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664909909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664910912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/resourceInstances/vfw588335b69edd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661664911914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828053113/1.0/artifacts/service-Vfw20220828053113-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:38:02.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:38:12.408Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:39:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:39:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:39:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:39:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:39:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:39:02.782Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:39:03.450Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:39:03.451Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T05:39:03.451Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "84a65ff9-0239-4ffa-8aef-aa6ae3265de9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665007109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:39:03.452Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:39:12.450Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:40:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:40:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T05:40:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:40:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:40:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:40:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:40:12.482Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:40:12.492Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:02.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:41:02.779Z||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-08-28T05:41:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:41:02.781Z||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-08-28T05:41:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:03.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:03.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3458c490-115f-43eb-a200-4c753630f1ed","serviceName":"Demo_pNF_m7MjzBdxNkFdVNihKg2f","serviceVersion":"1.0","serviceUUID":"dd8ff726-503d-4f82-9594-22a7401dfbae","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc3c854-bc47-4829-991e-d0e664796141","resources":[{"resourceInstanceName":"pNF fc236b27-f31b 0","resourceName":"pNF fc236b27-f31b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d1b86b4-f205-482c-952a-37eaa4096011","resourceInvariantUUID":"56b9ae91-85d0-4034-8356-42b188651eca","resourceCustomizationUUID":"7abaaf52-e989-42f1-9807-3585fcc77da8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml","artifactChecksum":"Njc0NzI2MzQwYWQ1MTU3MmI1ZGM1YmM0NTExYTdmZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e46f6047-5473-49c0-bd95-71416f0e9d98","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a15d6d50-7179-4a3a-b12d-4449c3d078ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa789a34-3558-493c-ae5c-a1087145268e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml","artifactChecksum":"OWVmNmEwMDI1NDZiNjNmODU4OTVkNzQ1NzM1YTkzN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cd479af-b8ca-4179-876d-d6a17877db2b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29b3f14e-0bcf-4aa2-aec6-a11f1ad5f294","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"738648d8-4cda-46c4-a9e3-91934723116d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml","artifactChecksum":"ZTNlYzhhOWUzMzA4ZjQzZjQ5NWQ5ZDZjOWEwMWU1MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e37a6fd1-1164-4cb6-a454-efda39558d53","artifactVersion":"1"},{"artifactName":"service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar","artifactChecksum":"NjY4Y2VlMTQ5MzM2YzNlMmM2OGY4NTAzMmZmY2UwOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4dcc6eff-2ae5-4fbb-868c-3f3ecc2b2733","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:41:03.451Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:03.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:03.455Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:03.455Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:03.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:41:03.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665225586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:03.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665228726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665239561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:03.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665233185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:03.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665240596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:41:03.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "ves-openapi-manager", "timestamp": 1661665241604, "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-08-28T05:41:03.519Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3458c490-115f-43eb-a200-4c753630f1ed 2022-08-28T05:41:03.519Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:41:03.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665242237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:03.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "cds", "timestamp": 1661665243244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-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-08-28T05:41:03.533Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3458c490-115f-43eb-a200-4c753630f1ed 2022-08-28T05:41:03.533Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:41:03.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665243122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665235506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665244566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665245126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665245571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:41:03.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1661665238498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:03.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "clamp", "timestamp": 1661665246131, "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-08-28T05:41:03.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3458c490-115f-43eb-a200-4c753630f1ed 2022-08-28T05:41:03.547Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:41:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "policy-id", "timestamp": 1661665246574, "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-08-28T05:41:03.555Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:41:03.556Z||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-08-28T05:41:03.557Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:03.557Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3458c490-115f-43eb-a200-4c753630f1ed 2022-08-28T05:41:03.557Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:41:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665243549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665252368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665254358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:41:03.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665255361, "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-08-28T05:41:03.570Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3458c490-115f-43eb-a200-4c753630f1ed 2022-08-28T05:41:03.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:41:03.576Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:03.576Z||pool-218-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665250053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-08-28T05:41:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:41:03.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665259058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:03.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:41:04.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:04.457Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:04.459Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:04.459Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:04.559Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:04.560Z||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-08-28T05:41:04.560Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:04.603Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:04.604Z||pool-219-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:41:05.459Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:05.460Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:05.462Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:05.462Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:05.563Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:41:05.564Z||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-08-28T05:41:05.564Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:05.578Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:05.578Z||pool-220-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:41:06.464Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:06.464Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:06.466Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:06.466Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:06.566Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:06.567Z||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-08-28T05:41:06.567Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:06.606Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:06.606Z||pool-221-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:41:07.467Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:07.467Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:07.469Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:07.469Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:07.569Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:07.570Z||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-08-28T05:41:07.570Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:07.632Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:07.632Z||pool-222-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:41:08.470Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:08.470Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:08.472Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:08.472Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:08.572Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:08.573Z||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-08-28T05:41:08.573Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:08.604Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:08.605Z||pool-223-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:41:09.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:09.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:09.475Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:09.475Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:41:09.575Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:09.576Z||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-08-28T05:41:09.576Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:09.601Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:09.602Z||pool-224-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:41:10.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:41:10.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:10.478Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:10.478Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:41:10.578Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:10.579Z||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-08-28T05:41:10.580Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:10.640Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:10.640Z||pool-225-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:41:11.479Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "serviceName": "Demo_pNF_m7MjzBdxNkFdVNihKg2f", "serviceVersion": "1.0", "serviceUUID": "dd8ff726-503d-4f82-9594-22a7401dfbae", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc3c854-bc47-4829-991e-d0e664796141", "resources": [ { "resourceInstanceName": "pNF fc236b27-f31b 0", "resourceCustomizationUUID": "7abaaf52-e989-42f1-9807-3585fcc77da8", "resourceName": "pNF fc236b27-f31b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2d1b86b4-f205-482c-952a-37eaa4096011", "resourceInvariantUUID": "56b9ae91-85d0-4034-8356-42b188651eca", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "artifactChecksum": "NjY4Y2VlMTQ5MzM2YzNlMmM2OGY4NTAzMmZmY2UwOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4dcc6eff-2ae5-4fbb-868c-3f3ecc2b2733" } ], "workloadContext": "Production" } 2022-08-28T05:41:11.479Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:41:11.480Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd8ff726-503d-4f82-9594-22a7401dfbae ASDC 2022-08-28T05:41:11.481Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3458c490-115f-43eb-a200-4c753630f1ed ServiceName:Demo_pNF_m7MjzBdxNkFdVNihKg2f ServiceVersion:1.0 ServiceUUID:dd8ff726-503d-4f82-9594-22a7401dfbae ServiceInvariantUUID:6bc3c854-bc47-4829-991e-d0e664796141 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar ArtifactUUID:4dcc6eff-2ae5-4fbb-868c-3f3ecc2b2733 ArtifactChecksum:NjY4Y2VlMTQ5MzM2YzNlMmM2OGY4NTAzMmZmY2UwOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fc236b27-f31b 0 ResourceCustomizationUUID:7abaaf52-e989-42f1-9807-3585fcc77da8 ResourceInvariantUUID:56b9ae91-85d0-4034-8356-42b188651eca ResourceName:pNF fc236b27-f31b ResourceType:PNF ResourceUUID:2d1b86b4-f205-482c-952a-37eaa4096011 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:41:11.481Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd8ff726-503d-4f82-9594-22a7401dfbae 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-08-28T05:41:11.514Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:41:11.516Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-28T05:41:11.516Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-28T05:41:11.516Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4dcc6eff-2ae5-4fbb-868c-3f3ecc2b2733 from URL: /sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:11.516Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-08-28T05:41:11.517Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:11.815Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-08-28T05:41:11.822Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 4dcc6eff-2ae5-4fbb-868c-3f3ecc2b2733 82661 2022-08-28T05:41:11.822Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar ASDC sendASDCNotification 2022-08-28T05:41:11.823Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:11.823Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:41:11.823Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:11.826Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:11.826Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665271822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:41:11.926Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:41:11.927Z||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-08-28T05:41:11.927Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:11.950Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:11.950Z||pool-226-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:41:12.827Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:41:12.828Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-28T05:41:12.828Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4dcc6eff-2ae5-4fbb-868c-3f3ecc2b2733, URL: /sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar to file: /app/ASDC/1/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:12.828Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:12.829Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:12.829Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.052Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17553636418889225489/Definitions/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml 2022-08-28T05:41:13.967Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:41:13.968Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-08-28T05:41:13.968Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.968Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:41:13.968Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc236b27-f31b 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-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||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-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||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-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|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-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|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-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|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-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-08-28T05:41:13.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.970Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.970Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Node template pNF fc236b27-f31b 0 is matching search criteria 2022-08-28T05:41:13.970Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-08-28T05:41:13.970Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fc236b27-f31b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:41:13.970Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Node template pNF fc236b27-f31b 0 is matching search criteria 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fc236b27-f31b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_m7MjzBdxNkFdVNihKg2f Description:catalog service description Model UUID:dd8ff726-503d-4f82-9594-22a7401dfbae Model Version:NULL Model InvariantUuid:6bc3c854-bc47-4829-991e-d0e664796141 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-08-28T05:41:13.980Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d1b86b4-f205-482c-952a-37eaa4096011 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-08-28T05:41:13.984Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||pNF fc236b27-f31b 0 2022-08-28T05:41:13.984Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d1b86b4-f205-482c-952a-37eaa4096011 2022-08-28T05:41:13.984Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||No resources found for Service: dd8ff726-503d-4f82-9594-22a7401dfbae 2022-08-28T05:41:13.984Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dd8ff726-503d-4f82-9594-22a7401dfbae 2022-08-28T05:41:13.985Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc236b27-f31b 0 2d1b86b4-f205-482c-952a-37eaa4096011 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-08-28T05:41:13.988Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f043168, org.onap.sdc.toscaparser.api.parameters.Input@26fd15f5, org.onap.sdc.toscaparser.api.parameters.Input@994c2d3, org.onap.sdc.toscaparser.api.parameters.Input@4f252c31, org.onap.sdc.toscaparser.api.parameters.Input@3154cbcc] 2022-08-28T05:41:13.988Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.989Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.989Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dd8ff726-503d-4f82-9594-22a7401dfbae: pNF fc236b27-f31b 2022-08-28T05:41:13.989Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Processing PNF resource: 2d1b86b4-f205-482c-952a-37eaa4096011 2022-08-28T05:41:13.989Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:41:13.989Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_m7MjzBdxNkFdVNihKg2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:41:13.989Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7abaaf52-e989-42f1-9807-3585fcc77da8 is the same as notified resource customizationUUID: 7abaaf52-e989-42f1-9807-3585fcc77da8 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-08-28T05:41:14.034Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc236b27-f31b 2d1b86b4-f205-482c-952a-37eaa4096011 0 ASDC deployResourceStructure 2022-08-28T05:41:14.034Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar ASDC sendASDCNotification 2022-08-28T05:41:14.034Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar 2022-08-28T05:41:14.034Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:41:14.035Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:41:14.037Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:41:14.037Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665274034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:41:14.137Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:41:14.137Z||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-08-28T05:41:14.138Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:41:14.158Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:41:14.159Z||pool-227-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:41:15.037Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:41:15.048Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:41:15.050Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:41:15.050Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:41:15.050Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:41:45.050Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:41:45.060Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:41:45.062Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:41:45.063Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:41:45.063Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:42:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:42:02.781Z||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-08-28T05:42:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:42:02.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:42:02.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:42:02.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665264158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:42:02.943Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:42:15.063Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:42:15.073Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:42:15.075Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:42:15.075Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:42:15.075Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:42:45.075Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:42:45.084Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:42:45.086Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:42:45.086Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:42:45.086Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:43:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:43:02.781Z||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-08-28T05:43:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:43:03.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:43:03.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "aai-ml", "timestamp": 1661665265162, "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-08-28T05:43:03.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3458c490-115f-43eb-a200-4c753630f1ed 2022-08-28T05:43:03.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/resourceInstances/pnffc236b27f31b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665262779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665271822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:43:03.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665274034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM7mjzbdxnkfdvnihkg2f/1.0/artifacts/service-DemoPnfM7mjzbdxnkfdvnihkg2f-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:43:03.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:43:15.087Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:43:15.098Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:43:15.099Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:43:15.099Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:43:15.099Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:43:15.100Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:43:15.100Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:43:15.100Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:43:15.100Z|3458c490-115f-43eb-a200-4c753630f1ed|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-08-28T05:43:15.104Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:43:45.104Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3458c490-115f-43eb-a200-4c753630f1ed 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-08-28T05:43:45.110Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3458c490-115f-43eb-a200-4c753630f1ed and serviceModelVersionId: dd8ff726-503d-4f82-9594-22a7401dfbae 2022-08-28T05:43:45.110Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc3c854-bc47-4829-991e-d0e664796141 2022-08-28T05:43:45.111Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0 2022-08-28T05:43:45.117Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:43:45.162Z|3458c490-115f-43eb-a200-4c753630f1ed|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/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:45.164Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Invoke 2022-08-28T05:43:46.681Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:46.682Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Invoke 2022-08-28T05:43:48.212Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:48.213Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Invoke 2022-08-28T05:43:49.247Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:43:49.247Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:49.248Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:43:49.248Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:49.254Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:49.254Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3458c490-115f-43eb-a200-4c753630f1ed and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:43:49.254Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:43:49.254Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:43:49.256Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:43:49.256Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665429254, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:43:49.356Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:43:49.357Z||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-08-28T05:43:49.357Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:43:49.440Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:43:49.440Z||pool-228-thread-1|||||INFO|500||cambria reply ok (84 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-08-28T05:43:50.267Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:43:50.267Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:43:50.267Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:44:00.903Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:44:00.903Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:44:00.904Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:44:00.904Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:44:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:44:02.782Z||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-08-28T05:44:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:44:03.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:44:03.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:44:03.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3458c490-115f-43eb-a200-4c753630f1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665429254, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:44:03.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:44:10.492Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:44:10.492Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:44:10.492Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:44:10.493Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:44:20.102Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:45:02.779Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:45:02.779Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:45:02.779Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:45:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:45:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T05:45:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:45:12.463Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:45:12.518Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:02.779Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:46:02.779Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:46:02.780Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:46:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:46:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:07.953Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:07.953Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||received message from topic 2022-08-28T05:46:07.953Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"73218387-28be-4f2f-bae9-81fe2a9e7534","serviceName":"vFW 2022-08-28 05-44-52","serviceVersion":"1.0","serviceUUID":"fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24","serviceDescription":"catalog service description","serviceInvariantUUID":"4ba9c4f4-992c-4b45-9352-11124c658362","resources":[{"resourceInstanceName":"vFW 1e2b0329-9cc0 0","resourceName":"vFW 1e2b0329-9cc0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac73401-315f-41d3-8446-d92601a8227d","resourceInvariantUUID":"d72667b2-ef7a-413e-bd85-d5bb558130c8","resourceCustomizationUUID":"34b1a399-597c-4bf0-807f-86c5e9e4f6ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml","artifactChecksum":"YzI1Yzg4MWM1MmVjZmZjYzAxYmFhNzY0MDlmYWI4NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb83d2de-238f-46bd-8478-5751bd8733f3","artifactVersion":"1"},{"artifactName":"vfw1e2b03299cc00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json","artifactChecksum":"MDQxZmY1YmEyNWUyNzU3NzZhMDlmMDRkNjRmZjdkNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8a1bbe9-b685-4a44-8229-8628c61e4b80","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d6a8e148-4d75-4e01-8894-552ffd30b1ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml","artifactChecksum":"MDNiNjkwMzhkODNjYzU5YmE2NTFlN2E5OTg4ZGI0YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61314940-c811-4f4e-a27d-9e57aacdc111","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4803f35-376f-4f9f-967f-059f39fa5026","artifactVersion":"2","generatedFromUUID":"d6a8e148-4d75-4e01-8894-552ffd30b1ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828054452-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml","artifactChecksum":"ZTEyMmRhNmMxYzUzYjE5N2UyMzU3YzYyYzVhMmU0ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1d05df3-a243-4856-8735-48b5dbd77dac","artifactVersion":"1"},{"artifactName":"service-Vfw20220828054452-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar","artifactChecksum":"MjA4MDE5ZjE3NzkxNWFhZTNjNzg1MmEwOTEzYTY5NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7462d3c-cadb-4bb7-965d-790099ba1d9b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:46:07.955Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:07.955Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:07.958Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:07.958Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:46:08.058Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:08.059Z||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-08-28T05:46:08.059Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:08.098Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:08.099Z||pool-229-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:46:08.247Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:08.248Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:46:08.248Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:46:08.249Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:46:08.959Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:08.959Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:08.960Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:08.961Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOTIFIED" } 2022-08-28T05:46:09.061Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:09.061Z||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-08-28T05:46:09.062Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:09.237Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:09.237Z||pool-230-thread-1|||||INFO|500||cambria reply ok (176 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:09.961Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:09.961Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:09.963Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:09.963Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:46:10.063Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:10.064Z||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-08-28T05:46:10.064Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:10.198Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:10.199Z||pool-231-thread-1|||||INFO|500||cambria reply ok (136 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:10.963Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:10.964Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:10.965Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:10.965Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:46:11.065Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:11.066Z||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-08-28T05:46:11.066Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:11.115Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:11.115Z||pool-232-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":3,"count":1} 2022-08-28T05:46:11.966Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:11.966Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:11.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:11.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:46:12.069Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:12.069Z||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-08-28T05:46:12.070Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:12.088Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:12.088Z||pool-233-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:46:12.969Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:12.970Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:12.971Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:12.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:46:13.072Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:46:13.072Z||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-08-28T05:46:13.072Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:13.149Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:13.149Z||pool-234-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:46:13.972Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:13.974Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:13.974Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:46:14.074Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:14.075Z||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-08-28T05:46:14.075Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:14.091Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:14.092Z||pool-235-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:14.975Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||sending notification to client: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "serviceName": "vFW 2022-08-28 05-44-52", "serviceVersion": "1.0", "serviceUUID": "fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4ba9c4f4-992c-4b45-9352-11124c658362", "resources": [ { "resourceInstanceName": "vFW 1e2b0329-9cc0 0", "resourceCustomizationUUID": "34b1a399-597c-4bf0-807f-86c5e9e4f6ad", "resourceName": "vFW 1e2b0329-9cc0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8ac73401-315f-41d3-8446-d92601a8227d", "resourceInvariantUUID": "d72667b2-ef7a-413e-bd85-d5bb558130c8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1e2b03299cc00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "artifactChecksum": "MDQxZmY1YmEyNWUyNzU3NzZhMDlmMDRkNjRmZjdkNWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8a1bbe9-b685-4a44-8229-8628c61e4b80", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d6a8e148-4d75-4e01-8894-552ffd30b1ca", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f4803f35-376f-4f9f-967f-059f39fa5026", "generatedFromUUID": "d6a8e148-4d75-4e01-8894-552ffd30b1ca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f4803f35-376f-4f9f-967f-059f39fa5026", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828054452-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "artifactChecksum": "MjA4MDE5ZjE3NzkxNWFhZTNjNzg1MmEwOTEzYTY5NDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7462d3c-cadb-4bb7-965d-790099ba1d9b" } ], "workloadContext": "Production" } 2022-08-28T05:46:14.975Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:46:14.975Z|3458c490-115f-43eb-a200-4c753630f1ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24 ASDC 2022-08-28T05:46:14.976Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||ASDC Notification: DistributionID:73218387-28be-4f2f-bae9-81fe2a9e7534 ServiceName:vFW 2022-08-28 05-44-52 ServiceVersion:1.0 ServiceUUID:fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24 ServiceInvariantUUID:4ba9c4f4-992c-4b45-9352-11124c658362 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828054452-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar ArtifactUUID:e7462d3c-cadb-4bb7-965d-790099ba1d9b ArtifactChecksum:MjA4MDE5ZjE3NzkxNWFhZTNjNzg1MmEwOTEzYTY5NDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1e2b0329-9cc0 0 ResourceCustomizationUUID:34b1a399-597c-4bf0-807f-86c5e9e4f6ad ResourceInvariantUUID:d72667b2-ef7a-413e-bd85-d5bb558130c8 ResourceName:vFW 1e2b0329-9cc0 ResourceType:VF ResourceUUID:8ac73401-315f-41d3-8446-d92601a8227d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1e2b03299cc00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json ArtifactUUID:f8a1bbe9-b685-4a44-8229-8628c61e4b80 ArtifactChecksum:MDQxZmY1YmEyNWUyNzU3NzZhMDlmMDRkNjRmZjdkNWE= 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/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml ArtifactUUID:d6a8e148-4d75-4e01-8894-552ffd30b1ca 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/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env ArtifactUUID:f4803f35-376f-4f9f-967f-059f39fa5026 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/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env ArtifactUUID:f4803f35-376f-4f9f-967f-059f39fa5026 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:46:14.976Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24 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-08-28T05:46:15.006Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:46:15.007Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:46:15.007Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:46:15.007Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Trying to download the artifact UUID: e7462d3c-cadb-4bb7-965d-790099ba1d9b from URL: /sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:15.007Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:46:15.007Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:15.177Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:46:15.181Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar e7462d3c-cadb-4bb7-965d-790099ba1d9b 98999 2022-08-28T05:46:15.181Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar ASDC sendASDCNotification 2022-08-28T05:46:15.182Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:15.182Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:46:15.182Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:15.184Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:15.184Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665575181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:46:15.284Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:15.285Z||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-08-28T05:46:15.285Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:15.305Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:15.306Z||pool-236-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:16.185Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:46:16.186Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:46:16.186Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Trying to write artifact UUID: e7462d3c-cadb-4bb7-965d-790099ba1d9b, URL: /sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar to file: /app/ASDC/1/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:16.186Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828054452-csar.csar 2022-08-28T05:46:16.187Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:16.187Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:16.330Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3138135171159796850/Definitions/service-Vfw20220828054452-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-08-28T05:46:18.191Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:46:18.192Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:46:18.192Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.192Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T05:46:18.192Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.193Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e2b0329-9cc0 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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-Vfw20220828054452-csar.csar 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:46:18.194Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.195Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.195Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:18.195Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:46:18.195Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:46:18.196Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.196Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.196Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:18.196Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:46:18.196Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:46:18.197Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.197Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.197Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.197Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:18.197Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:18.198Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:46:18.198Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.198Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.198Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.198Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:46:18.198Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:18.199Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:46:18.199Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:46:18.199Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.199Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.199Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:46:18.199Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.200Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:46:18.200Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.200Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:46:18.200Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.200Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:46:18.200Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.201Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:18.201Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:18.201Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.201Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:18.201Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:18.202Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.202Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:18.202Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:18.202Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.202Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:18.203Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:18.203Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:46:18.203Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:18.203Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:46:18.203Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:46:18.203Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.204Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.204Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:46:18.204Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.204Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:46:18.204Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.204Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0954f8b-24d3-4ad9-bbbf-13595ca0a792 2022-08-28T05:46:18.205Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.205Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:18.205Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:18.205Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:46:18.205Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.206Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.206Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.206Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:46:18.206Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:18.206Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:46:18.206Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:46:18.207Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.207Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:46:18.207Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.207Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dce849c6-3add-4e2f-8f6b-a798ec1da387 2022-08-28T05:46:18.207Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.208Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:18.208Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:18.208Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:46:18.208Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.208Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.208Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.209Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:46:18.209Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:18.209Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:46:18.209Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:46:18.209Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:18.209Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:18.210Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:46:18.210Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cd51b301-488b-485e-914b-2bc4f49b1859 2022-08-28T05:46:18.210Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.210Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.210Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.211Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.211Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.211Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.211Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:18.212Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:18.212Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 05-44-52 Description:catalog service description Model UUID:fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24 Model Version:NULL Model InvariantUuid:4ba9c4f4-992c-4b45-9352-11124c658362 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1e2b0329-9cc0 Model UUID:cd718422-ca57-40e5-b41d-78d14e6f4c40 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d72667b2-ef7a-413e-bd85-d5bb558130c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:34b1a399-597c-4bf0-807f-86c5e9e4f6ad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:aebf0f86-f84a-4628-9b0c-30d74feb2282 ModelName:Vfw1e2b03299cc0..base_vfw..module-0 ModelUuid:38c62057-c0f1-4597-aebc-af185dd280f8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b0954f8b-24d3-4ad9-bbbf-13595ca0a792 ModelInvariantUuid:f25b4bb4-0511-48b7-b364-014f65a543a3 ModelName:vFW 1e2b0329-9cc0-nodes.vfwCvfc ModelUuid:94916da3-e6ad-459a-b84e-44b2ab10a7f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:514c5620-f927-4ba9-8976-713fd5db7634 ModelInvariantUuid:f0687b22-4182-4383-8d00-3afa7aafa58b ModelName:Vfw1e2b03299cc0.compute.nodes.heat.vfw ModelUuid:c4c58d9a-1710-4f39-86c3-dab05276bbd2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dce849c6-3add-4e2f-8f6b-a798ec1da387 ModelInvariantUuid:8261626b-7df2-427d-b89c-e0124724c018 ModelName:vFW 1e2b0329-9cc0-nodes.vsnCvfc ModelUuid:b2431cbe-fb7b-489c-82f0-ba33a05960f9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:52e32b77-6f5e-4d54-8be6-fbe7f765a09d ModelInvariantUuid:b9dc5a93-1c5c-45c8-8430-681b070c9bd1 ModelName:Vfw1e2b03299cc0.compute.nodes.heat.vsn ModelUuid:fecef29e-3908-4643-9f5e-f99e06e25913 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cd51b301-488b-485e-914b-2bc4f49b1859 ModelInvariantUuid:2937b99f-da02-47a3-932f-9c6e4e42a3c8 ModelName:vFW 1e2b0329-9cc0-nodes.vpgCvfc ModelUuid:75fdfb0a-d1ba-40f5-a97e-3bd7de9e7e5b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6fea7a12-56e8-4547-941b-a8e585fd8835 ModelInvariantUuid:a010c955-92f3-4b9c-8019-616eb67036ba ModelName:Vfw1e2b03299cc0.compute.nodes.heat.vpg ModelUuid:b61e6c5f-6493-4c4a-9c48-2aafe38dda4a 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-08-28T05:46:18.219Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8ac73401-315f-41d3-8446-d92601a8227d 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-08-28T05:46:18.223Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||vFW 1e2b0329-9cc0 0 2022-08-28T05:46:18.224Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8ac73401-315f-41d3-8446-d92601a8227d 2022-08-28T05:46:18.224Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Trying to download the artifact UUID: f8a1bbe9-b685-4a44-8229-8628c61e4b80 from URL: /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json 2022-08-28T05:46:18.224Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:46:18.225Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json 2022-08-28T05:46:18.381Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:46:18.382Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json f8a1bbe9-b685-4a44-8229-8628c61e4b80 785 2022-08-28T05:46:18.382Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json ASDC sendASDCNotification 2022-08-28T05:46:18.382Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json 2022-08-28T05:46:18.382Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:46:18.383Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:18.385Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:18.385Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665578382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:46:18.485Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:18.486Z||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-08-28T05:46:18.486Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:18.517Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:18.518Z||pool-237-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:19.385Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e2b03299cc0..base_vfw..module-0", "vfModuleModelInvariantUUID": "aebf0f86-f84a-4628-9b0c-30d74feb2282", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38c62057-c0f1-4597-aebc-af185dd280f8", "vfModuleModelCustomizationUUID": "061ff2fc-c9b4-428f-9a9b-90093b7c911e", "isBase": true, "artifacts": [ "d6a8e148-4d75-4e01-8894-552ffd30b1ca", "f4803f35-376f-4f9f-967f-059f39fa5026" ], "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-08-28T05:46:19.390Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e2b03299cc0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38c62057-c0f1-4597-aebc-af185dd280f8 VfModuleModelInvariantUUID:aebf0f86-f84a-4628-9b0c-30d74feb2282 VfModuleModelDescription:NULL Artifacts UUID List:{ d6a8e148-4d75-4e01-8894-552ffd30b1ca , f4803f35-376f-4f9f-967f-059f39fa5026 } 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-08-28T05:46:19.392Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e2b03299cc0..base_vfw..module-0", "vfModuleModelInvariantUUID": "aebf0f86-f84a-4628-9b0c-30d74feb2282", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38c62057-c0f1-4597-aebc-af185dd280f8", "vfModuleModelCustomizationUUID": "061ff2fc-c9b4-428f-9a9b-90093b7c911e", "isBase": true, "artifacts": [ "d6a8e148-4d75-4e01-8894-552ffd30b1ca", "f4803f35-376f-4f9f-967f-059f39fa5026" ], "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-08-28T05:46:19.392Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e2b03299cc0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38c62057-c0f1-4597-aebc-af185dd280f8 VfModuleModelInvariantUUID:aebf0f86-f84a-4628-9b0c-30d74feb2282 VfModuleModelDescription:NULL Artifacts UUID List:{ d6a8e148-4d75-4e01-8894-552ffd30b1ca , f4803f35-376f-4f9f-967f-059f39fa5026 } 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-08-28T05:46:19.392Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Trying to download the artifact UUID: d6a8e148-4d75-4e01-8894-552ffd30b1ca from URL: /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml 2022-08-28T05:46:19.392Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:46:19.393Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml 2022-08-28T05:46:19.642Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:46:19.643Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml d6a8e148-4d75-4e01-8894-552ffd30b1ca 20368 2022-08-28T05:46:19.643Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:46:19.643Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml 2022-08-28T05:46:19.643Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:46:19.644Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:19.645Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:19.645Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665579643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:46:19.745Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:46:19.746Z||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-08-28T05:46:19.746Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:19.764Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:19.765Z||pool-238-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:20.646Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Trying to download the artifact UUID: f4803f35-376f-4f9f-967f-059f39fa5026 from URL: /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env 2022-08-28T05:46:20.646Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:46:20.646Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env 2022-08-28T05:46:20.797Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:46:20.798Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env f4803f35-376f-4f9f-967f-059f39fa5026 2098 2022-08-28T05:46:20.798Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:46:20.798Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env 2022-08-28T05:46:20.798Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:46:20.798Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:20.800Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:20.800Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665580798, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:46:20.900Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:20.901Z||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-08-28T05:46:20.901Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:20.926Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:20.927Z||pool-239-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:46:21.801Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Preparing to deploy Service: fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24 2022-08-28T05:46:21.801Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e2b0329-9cc0 0 8ac73401-315f-41d3-8446-d92601a8227d 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-08-28T05:46:21.816Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32df52d4, org.onap.sdc.toscaparser.api.parameters.Input@307e486c, org.onap.sdc.toscaparser.api.parameters.Input@67d7683b, org.onap.sdc.toscaparser.api.parameters.Input@6cda8ced, org.onap.sdc.toscaparser.api.parameters.Input@245b3a50] 2022-08-28T05:46:21.817Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.818Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.818Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T05:46:21.818Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||VFCustomizationUUID= 34b1a399-597c-4bf0-807f-86c5e9e4f6ad 2022-08-28T05:46:21.818Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34b1a399-597c-4bf0-807f-86c5e9e4f6ad matches Tosca VF Customization UUID: 34b1a399-597c-4bf0-807f-86c5e9e4f6ad 2022-08-28T05:46:21.818Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||vfCustomizationUUID: 34b1a399-597c-4bf0-807f-86c5e9e4f6ad 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-08-28T05:46:21.820Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.821Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.821Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||resource request for resource customization id 34b1a399-597c-4bf0-807f-86c5e9e4f6ad: {\"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-08-28T05:46:21.821Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2eb4f84 2022-08-28T05:46:21.822Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.822Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:46:21.822Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 061ff2fc-c9b4-428f-9a9b-90093b7c911e 2022-08-28T05:46:21.822Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 061ff2fc-c9b4-428f-9a9b-90093b7c911e 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-08-28T05:46:21.824Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.825Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:21.825Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:21.825Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.825Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:21.825Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:21.825Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.826Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:21.826Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:21.826Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:46:21.826Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:21.826Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:46:21.827Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:46:21.827Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.827Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:21.827Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:46:21.827Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:21.827Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:46:21.828Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.828Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0954f8b-24d3-4ad9-bbbf-13595ca0a792 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-08-28T05:46:21.830Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.830Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:21.830Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:21.830Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.830Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:21.831Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:21.831Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:46:21.831Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.831Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:21.831Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.831Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:46:21.832Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:21.832Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:46:21.832Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:46:21.832Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:21.832Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:46:21.833Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.833Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dce849c6-3add-4e2f-8f6b-a798ec1da387 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-08-28T05:46:21.834Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.834Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:21.834Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:21.835Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.835Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is not matching search criteria 2022-08-28T05:46:21.835Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:46:21.835Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:46:21.835Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.836Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:21.836Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.836Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:46:21.836Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:46:21.836Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:46:21.836Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:46:21.837Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:46:21.837Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:46:21.837Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:46:21.837Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cd51b301-488b-485e-914b-2bc4f49b1859 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-08-28T05:46:21.838Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.839Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:21.839Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:46:21.839Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.839Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Node template vFW 1e2b0329-9cc0 0 is matching search criteria 2022-08-28T05:46:21.839Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found topology templates [vFW 1e2b0329-9cc0 0] matching following query criteria: sdcType=VF, customizationUUID=34b1a399-597c-4bf0-807f-86c5e9e4f6ad 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-08-28T05:46:21.841Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.841Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.841Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500|| resourceSeq for service uuid fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24: vFW 1e2b0329-9cc0 2022-08-28T05:46:21.841Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.841Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.842Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.842Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.842Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.842Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.842Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.842Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.843Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:46:21.843Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Service vFW 2022-08-28 05-44-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:46:21.843Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||Saving Service: vFW 2022-08-28 05-44-52 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-28T05:46:22.001Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e2b0329-9cc0 8ac73401-315f-41d3-8446-d92601a8227d 1 ASDC deployResourceStructure 2022-08-28T05:46:22.002Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json ASDC sendASDCNotification 2022-08-28T05:46:22.002Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json 2022-08-28T05:46:22.002Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:46:22.002Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:22.005Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:22.005Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665582002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:46:22.105Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:46:22.105Z||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-08-28T05:46:22.106Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:22.151Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:22.151Z||pool-240-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:46:23.006Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:46:23.006Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml 2022-08-28T05:46:23.006Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:46:23.007Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:23.009Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:23.009Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665583005, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:46:23.109Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:46:23.110Z||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-08-28T05:46:23.110Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:23.141Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:23.141Z||pool-241-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:46:24.011Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:46:24.011Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env 2022-08-28T05:46:24.012Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:46:24.012Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:24.015Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:24.016Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665584011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:46:24.116Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:46:24.116Z||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-08-28T05:46:24.116Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:24.145Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:24.145Z||pool-242-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:46:25.017Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar ASDC sendASDCNotification 2022-08-28T05:46:25.017Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar 2022-08-28T05:46:25.017Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:46:25.018Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:46:25.019Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:46:25.020Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665585017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:46:25.120Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:46:25.120Z||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-08-28T05:46:25.120Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:46:25.140Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:46:25.141Z||pool-243-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:46:26.020Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:46:26.029Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:46:26.030Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:46:26.030Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:46:26.031Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:46:56.031Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:46:56.049Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:46:56.051Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:46:56.051Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:46:56.051Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:47:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:47:02.782Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:47:02.782Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:47:02.835Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:47:02.835Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:47:02.836Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:47:02.836Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:47:26.051Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:47:26.066Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:47:26.067Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:47:26.067Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:47:26.068Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:47:56.068Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:47:56.084Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:47:56.086Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:47:56.087Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:47:56.087Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:48:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:48:02.782Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T05:48:02.782Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:48:03.366Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:48:03.367Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.368Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOTIFIED" } 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.369Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.370Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:48:03.371Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.372Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665562779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.373Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665563185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "ves-openapi-manager", "timestamp": 1661665568727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.374Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665575181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665576253, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.375Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "cds", "timestamp": 1661665577264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-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-08-28T05:48:03.384Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73218387-28be-4f2f-bae9-81fe2a9e7534 2022-08-28T05:48:03.384Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:03.393Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.393Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.393Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.393Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.393Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.394Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665578382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOTIFIED" } 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.395Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665573549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665579643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.396Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665581446, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.397Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665580798, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665575507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665582002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.399Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665583412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665583005, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.400Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665584418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665584730, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665584011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.401Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.402Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.402Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665578499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.402Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.402Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.402Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "policy-id", "timestamp": 1661665585422, "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-08-28T05:48:03.406Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73218387-28be-4f2f-bae9-81fe2a9e7534 2022-08-28T05:48:03.406Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:03.413Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.413Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665585735, "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-08-28T05:48:03.417Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73218387-28be-4f2f-bae9-81fe2a9e7534 2022-08-28T05:48:03.417Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:03.424Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.424Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665585017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.424Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.424Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665586523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.425Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665580053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "NOTIFIED" } 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665587646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.426Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665587970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665588758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.427Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.428Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.428Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665589794, "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-08-28T05:48:03.432Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73218387-28be-4f2f-bae9-81fe2a9e7534 2022-08-28T05:48:03.432Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:03.437Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "multicloud-k8s-id", "timestamp": 1661665590797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/resourceInstances/vfw1e2b03299cc00/artifacts/vfw1e2b03299cc00_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665585586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:48:03.438Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:48:03.439Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.439Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665597149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:48:03.439Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.439Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.439Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "aai-ml", "timestamp": 1661665598153, "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-08-28T05:48:03.442Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 73218387-28be-4f2f-bae9-81fe2a9e7534 2022-08-28T05:48:03.443Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:03.449Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.449Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665606211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:48:03.450Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.450Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.450Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665607232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828054452/1.0/artifacts/service-Vfw20220828054452-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:48:03.450Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:48:03.450Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||received message from topic 2022-08-28T05:48:03.450Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "clamp", "timestamp": 1661665608235, "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-08-28T05:48:03.454Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 73218387-28be-4f2f-bae9-81fe2a9e7534 2022-08-28T05:48:03.454Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:26.087Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:48:26.097Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:48:26.100Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:48:26.100Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:48:26.101Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:48:26.101Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:48:26.101Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:48:26.102Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?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-08-28T05:48:26.107Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:48:56.107Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 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-08-28T05:48:56.112Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73218387-28be-4f2f-bae9-81fe2a9e7534 and serviceModelVersionId: fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24 2022-08-28T05:48:56.112Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ba9c4f4-992c-4b45-9352-11124c658362 2022-08-28T05:48:56.113Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0 2022-08-28T05:48:56.126Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bc3c854-bc47-4829-991e-d0e664796141/model-vers/model-ver/dd8ff726-503d-4f82-9594-22a7401dfbae?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:48:56.190Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||Invoke 2022-08-28T05:48:56.191Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ae59eef-41b7-42e1-aa47-844c05edccbe], X-ECOMP-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], X-TransactionId=[], X-ONAP-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], Content-Type=[application/merge-patch+json]} 2022-08-28T05:48:57.717Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||Invoke 2022-08-28T05:48:57.717Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01950e92-9bef-446b-a6a8-83dda8016733], X-ECOMP-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], X-TransactionId=[], X-ONAP-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], Content-Type=[application/merge-patch+json]} 2022-08-28T05:48:59.252Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||Invoke 2022-08-28T05:48:59.253Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e5bb036-29dc-43ad-899a-e1f601c28acf], X-ECOMP-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], X-TransactionId=[], X-ONAP-RequestID=[73218387-28be-4f2f-bae9-81fe2a9e7534], Content-Type=[application/merge-patch+json]} 2022-08-28T05:49:00.287Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:49:00.287Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T05:49:00.288Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:49:00.288Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T05:49:00.294Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T05:49:00.294Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73218387-28be-4f2f-bae9-81fe2a9e7534 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:49:00.294Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:49:00.295Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:49:00.297Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:49:00.297Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|DEBUG|500||try to send status { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665740294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:49:00.398Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:49:00.398Z||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-08-28T05:49:00.398Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:49:00.421Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:49:00.421Z||pool-244-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-08-28T05:49:01.310Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:49:01.310Z||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-08-28T05:49:01.310Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:49:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:49:02.781Z||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-08-28T05:49:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:49:03.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:49:03.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-08-28T05:49:03.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73218387-28be-4f2f-bae9-81fe2a9e7534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665740294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:49:03.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:49:11.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:49:11.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:49:11.775Z||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-08-28T05:49:11.775Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:49:21.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:49:21.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:49:21.385Z||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-08-28T05:49:21.385Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:49:31.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:50:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:50:02.779Z||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-08-28T05:50:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:50:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:50:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T05:50:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:50:12.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:50:12.524Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:51:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:51:02.779Z||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-08-28T05:51:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:51:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:51:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:51:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:51:12.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:51:12.603Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:52:02.780Z||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-08-28T05:52:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:52:02.781Z||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-08-28T05:52:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:03.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:03.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665895506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "multicloud-k8s-id", "timestamp": 1661665898498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665903549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665911379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665912384, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665912553, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "policy-id", "timestamp": 1661665913386, "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-08-28T05:52:03.091Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a85e7cf-1c49-4b66-9955-ea7aaa469936 2022-08-28T05:52:03.091Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:52:03.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665914515, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665915519, "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-08-28T05:52:03.103Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a85e7cf-1c49-4b66-9955-ea7aaa469936 2022-08-28T05:52:03.103Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:52:03.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665908186, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:52:03.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665908727, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665917173, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665910053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:52:03.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "cds", "timestamp": 1661665918180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-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-08-28T05:52:03.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a85e7cf-1c49-4b66-9955-ea7aaa469936 2022-08-28T05:52:03.118Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:52:03.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665917922, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:52:03.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665918991, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665919216, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "ves-openapi-manager", "timestamp": 1661665919996, "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-08-28T05:52:03.135Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4a85e7cf-1c49-4b66-9955-ea7aaa469936 2022-08-28T05:52:03.135Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:52:03.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:52:03.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:03.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-28T05:52:03.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a85e7cf-1c49-4b66-9955-ea7aaa469936","serviceName":"Demo_pNF_1MSIodzHlvEbUejCFtus","serviceVersion":"1.0","serviceUUID":"dce98d26-dc21-4889-a4d8-f617713cbe9c","serviceDescription":"catalog service description","serviceInvariantUUID":"0ab842b2-1949-46ab-9fe6-483342480573","resources":[{"resourceInstanceName":"pNF 49ad489b-e0d6 0","resourceName":"pNF 49ad489b-e0d6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a77297ec-0ebe-446b-9e2a-d0b474fc1b41","resourceInvariantUUID":"ea6d3df4-7d78-4fd6-9966-138f085ab477","resourceCustomizationUUID":"d4815c2d-21e3-41ce-b3b7-f5d7dc3ef641","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml","artifactChecksum":"YWY2YTBjYWJhYzNmZTI0NjcxM2I1MjQxNmQ0N2I2OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c11b7cb7-8359-4755-af39-ab57780a330c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2f83f46-a4e1-4ac6-9ea1-412a5f4673f4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68c1f9bc-d42a-4d09-8e61-edb6ec95007b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml","artifactChecksum":"MDZjODZlODBlN2RmZWFiMGY0YWM0YzE0NDc2ZjNmYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb794a7a-2e5a-4dc2-a1c8-37d47c7e5f4c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27f45397-2a97-462f-aa98-65eb917d2fd5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e469f7f4-5f0d-425c-add8-e2cddfb1b901","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1msiodzhlvebuejcftus-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml","artifactChecksum":"NzI5OGI5ZDY3YTkyNTBiZDY0YjFkNjAwZDhjYjA5M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"456a76de-885b-4466-97c8-5f0babbf2418","artifactVersion":"1"},{"artifactName":"service-DemoPnf1msiodzhlvebuejcftus-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar","artifactChecksum":"MWYzNzg5NDFjOWFiMGRlOGQ2Mjc3MmMyM2E3NjZiOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"808e74a9-2f10-4ab1-9df0-af75611a5134","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:52:03.501Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:03.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:03.506Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:03.506Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:03.606Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:03.606Z||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-08-28T05:52:03.607Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:03.664Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:03.664Z||pool-245-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:52:04.506Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:04.507Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:04.509Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:04.509Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:04.609Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:04.610Z||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-08-28T05:52:04.610Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:04.663Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:04.663Z||pool-246-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:52:05.510Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:05.510Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:05.512Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:05.512Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:05.613Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:52:05.614Z||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-08-28T05:52:05.614Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:05.706Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:05.707Z||pool-247-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:52:06.513Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:06.513Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:06.515Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:06.515Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:06.615Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:06.616Z||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-08-28T05:52:06.616Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:06.686Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:06.687Z||pool-248-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:52:07.515Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:07.516Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:07.518Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:07.518Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:07.618Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:07.619Z||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-08-28T05:52:07.619Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:07.644Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:07.644Z||pool-249-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:52:08.518Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:08.519Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:08.521Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:08.521Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:08.621Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:08.622Z||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-08-28T05:52:08.622Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:08.718Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:08.718Z||pool-250-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":2,"count":1} 2022-08-28T05:52:09.521Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:09.522Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:09.524Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:09.525Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:52:09.625Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:09.626Z||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-08-28T05:52:09.626Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:09.668Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:09.669Z||pool-251-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:52:10.525Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:52:10.525Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:10.527Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:10.528Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:52:10.628Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:10.628Z||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-08-28T05:52:10.628Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:10.650Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:10.651Z||pool-252-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:52:11.528Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "serviceName": "Demo_pNF_1MSIodzHlvEbUejCFtus", "serviceVersion": "1.0", "serviceUUID": "dce98d26-dc21-4889-a4d8-f617713cbe9c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0ab842b2-1949-46ab-9fe6-483342480573", "resources": [ { "resourceInstanceName": "pNF 49ad489b-e0d6 0", "resourceCustomizationUUID": "d4815c2d-21e3-41ce-b3b7-f5d7dc3ef641", "resourceName": "pNF 49ad489b-e0d6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a77297ec-0ebe-446b-9e2a-d0b474fc1b41", "resourceInvariantUUID": "ea6d3df4-7d78-4fd6-9966-138f085ab477", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "artifactChecksum": "MWYzNzg5NDFjOWFiMGRlOGQ2Mjc3MmMyM2E3NjZiOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "808e74a9-2f10-4ab1-9df0-af75611a5134" } ], "workloadContext": "Production" } 2022-08-28T05:52:11.529Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:52:11.529Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dce98d26-dc21-4889-a4d8-f617713cbe9c ASDC 2022-08-28T05:52:11.529Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4a85e7cf-1c49-4b66-9955-ea7aaa469936 ServiceName:Demo_pNF_1MSIodzHlvEbUejCFtus ServiceVersion:1.0 ServiceUUID:dce98d26-dc21-4889-a4d8-f617713cbe9c ServiceInvariantUUID:0ab842b2-1949-46ab-9fe6-483342480573 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1msiodzhlvebuejcftus-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar ArtifactUUID:808e74a9-2f10-4ab1-9df0-af75611a5134 ArtifactChecksum:MWYzNzg5NDFjOWFiMGRlOGQ2Mjc3MmMyM2E3NjZiOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49ad489b-e0d6 0 ResourceCustomizationUUID:d4815c2d-21e3-41ce-b3b7-f5d7dc3ef641 ResourceInvariantUUID:ea6d3df4-7d78-4fd6-9966-138f085ab477 ResourceName:pNF 49ad489b-e0d6 ResourceType:PNF ResourceUUID:a77297ec-0ebe-446b-9e2a-d0b474fc1b41 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:52:11.529Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dce98d26-dc21-4889-a4d8-f617713cbe9c 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-08-28T05:52:11.554Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:52:11.554Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-28T05:52:11.554Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-28T05:52:11.554Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 808e74a9-2f10-4ab1-9df0-af75611a5134 from URL: /sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:11.555Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-08-28T05:52:11.555Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:11.741Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-08-28T05:52:11.747Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 808e74a9-2f10-4ab1-9df0-af75611a5134 82634 2022-08-28T05:52:11.747Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar ASDC sendASDCNotification 2022-08-28T05:52:11.747Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:11.747Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:52:11.748Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:11.750Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:11.750Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665931747, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:52:11.850Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:11.850Z||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-08-28T05:52:11.851Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:11.922Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:11.922Z||pool-253-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:52:12.750Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:52:12.751Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-08-28T05:52:12.751Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 808e74a9-2f10-4ab1-9df0-af75611a5134, URL: /sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar to file: /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:12.751Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:12.752Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:12.752Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:12.945Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16880725904343561956/Definitions/service-DemoPnf1msiodzhlvebuejcftus-template.yml 2022-08-28T05:52:13.785Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:52:13.786Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-28T05:52:13.786Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.786Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:52:13.786Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49ad489b-e0d6 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-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.787Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-08-28T05:52:13.788Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.788Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.788Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Node template pNF 49ad489b-e0d6 0 is matching search criteria 2022-08-28T05:52:13.789Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-28T05:52:13.789Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49ad489b-e0d6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:52:13.789Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.789Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.790Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Node template pNF 49ad489b-e0d6 0 is matching search criteria 2022-08-28T05:52:13.790Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-08-28T05:52:13.790Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49ad489b-e0d6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:52:13.790Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.790Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.790Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.791Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.792Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1MSIodzHlvEbUejCFtus Description:catalog service description Model UUID:dce98d26-dc21-4889-a4d8-f617713cbe9c Model Version:NULL Model InvariantUuid:0ab842b2-1949-46ab-9fe6-483342480573 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-08-28T05:52:13.799Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a77297ec-0ebe-446b-9e2a-d0b474fc1b41 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-08-28T05:52:13.801Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||pNF 49ad489b-e0d6 0 2022-08-28T05:52:13.801Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a77297ec-0ebe-446b-9e2a-d0b474fc1b41 2022-08-28T05:52:13.802Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||No resources found for Service: dce98d26-dc21-4889-a4d8-f617713cbe9c 2022-08-28T05:52:13.802Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dce98d26-dc21-4889-a4d8-f617713cbe9c 2022-08-28T05:52:13.802Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 49ad489b-e0d6 0 a77297ec-0ebe-446b-9e2a-d0b474fc1b41 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-08-28T05:52:13.806Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78461cfc, org.onap.sdc.toscaparser.api.parameters.Input@42d9e2fa, org.onap.sdc.toscaparser.api.parameters.Input@16f27e4c, org.onap.sdc.toscaparser.api.parameters.Input@77c548b1, org.onap.sdc.toscaparser.api.parameters.Input@3fac0b49] 2022-08-28T05:52:13.806Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.806Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.807Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dce98d26-dc21-4889-a4d8-f617713cbe9c: pNF 49ad489b-e0d6 2022-08-28T05:52:13.807Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Processing PNF resource: a77297ec-0ebe-446b-9e2a-d0b474fc1b41 2022-08-28T05:52:13.807Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:52:13.807Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1MSIodzHlvEbUejCFtus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:52:13.807Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||Resource customization UUID: d4815c2d-21e3-41ce-b3b7-f5d7dc3ef641 is the same as notified resource customizationUUID: d4815c2d-21e3-41ce-b3b7-f5d7dc3ef641 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-08-28T05:52:13.835Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 49ad489b-e0d6 a77297ec-0ebe-446b-9e2a-d0b474fc1b41 0 ASDC deployResourceStructure 2022-08-28T05:52:13.835Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar ASDC sendASDCNotification 2022-08-28T05:52:13.836Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar 2022-08-28T05:52:13.836Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:52:13.836Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-08-28T05:52:13.838Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:52:13.838Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665933835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:52:13.938Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:52:13.939Z||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-08-28T05:52:13.939Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:52:14.010Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:52:14.010Z||pool-254-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:52:14.839Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:52:14.848Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:52:14.850Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:52:14.850Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:52:14.850Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:52:44.850Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:52:44.859Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:52:44.861Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:52:44.861Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:52:44.861Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:53:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:53:02.781Z||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-08-28T05:53:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:53:02.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:53:02.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:53:02.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665915586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:53:02.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:53:14.861Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:53:14.871Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:53:14.873Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:53:14.873Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:53:14.873Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:53:44.873Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:53:44.884Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:53:44.886Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:53:44.886Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:53:44.886Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:54:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:54:02.781Z||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-08-28T05:54:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:03.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:03.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:54:03.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "aai-ml", "timestamp": 1661665925193, "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-08-28T05:54:03.445Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4a85e7cf-1c49-4b66-9955-ea7aaa469936 2022-08-28T05:54:03.445Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:54:03.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/resourceInstances/pnf49ad489be0d60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665922779, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665931747, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665932536, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665934294, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:54:03.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661665933835, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1msiodzhlvebuejcftus/1.0/artifacts/service-DemoPnf1msiodzhlvebuejcftus-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:54:03.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "clamp", "timestamp": 1661665935300, "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-08-28T05:54:03.468Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a85e7cf-1c49-4b66-9955-ea7aaa469936 2022-08-28T05:54:03.468Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:54:03.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOTIFIED" } 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665945586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665940053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "ves-openapi-manager", "timestamp": 1661665948727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665957594, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665953185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOTIFIED" } 2022-08-28T05:54:03.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665961276, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:54:03.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "cds", "timestamp": 1661665962282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-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-08-28T05:54:03.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67c83f28-d192-452d-94c1-a23ccb6f8611 2022-08-28T05:54:03.508Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:54:03.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665955507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665962285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.515Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665963482, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665964488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665958498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665965287, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:54:03.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "policy-id", "timestamp": 1661665965493, "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-08-28T05:54:03.523Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67c83f28-d192-452d-94c1-a23ccb6f8611 2022-08-28T05:54:03.523Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:54:03.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665966541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "clamp", "timestamp": 1661665966292, "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-08-28T05:54:03.534Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67c83f28-d192-452d-94c1-a23ccb6f8611 2022-08-28T05:54:03.534Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:54:03.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665966625, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665967790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "aai-ml", "timestamp": 1661665967632, "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-08-28T05:54:03.546Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 67c83f28-d192-452d-94c1-a23ccb6f8611 2022-08-28T05:54:03.546Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:54:03.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665969358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665970390, "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-08-28T05:54:03.558Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67c83f28-d192-452d-94c1-a23ccb6f8611 2022-08-28T05:54:03.558Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:54:03.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665963549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "multicloud-k8s-id", "timestamp": 1661665971397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665971603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:54:03.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665974792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:54:03.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:54:03.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:54:03.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661665975796, "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-08-28T05:54:03.567Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67c83f28-d192-452d-94c1-a23ccb6f8611 2022-08-28T05:54:03.568Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:54:14.887Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:54:14.906Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:54:14.910Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:54:14.910Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:54:14.910Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:54:14.910Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:54:14.910Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:54:14.911Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:54:14.911Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-28T05:54:14.918Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:54:44.918Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 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-08-28T05:54:44.925Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a85e7cf-1c49-4b66-9955-ea7aaa469936 and serviceModelVersionId: dce98d26-dc21-4889-a4d8-f617713cbe9c 2022-08-28T05:54:44.925Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ab842b2-1949-46ab-9fe6-483342480573 2022-08-28T05:54:44.926Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0 2022-08-28T05:54:44.930Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:54:44.963Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:44.969Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Invoke 2022-08-28T05:54:46.491Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:46.492Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Invoke 2022-08-28T05:54:48.034Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:48.035Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Invoke 2022-08-28T05:54:49.063Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:54:49.064Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:49.064Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:54:49.065Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:49.073Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:49.073Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a85e7cf-1c49-4b66-9955-ea7aaa469936 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:54:49.073Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:54:49.074Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:54:49.076Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:54:49.076Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666089073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:54:49.177Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:54:49.178Z||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-08-28T05:54:49.178Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:49.313Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:49.313Z||pool-255-thread-1|||||INFO|500||cambria reply ok (136 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-08-28T05:54:50.089Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:54:50.090Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:54:50.090Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:55.008Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:55.009Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||received message from topic 2022-08-28T05:54:55.009Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"67c83f28-d192-452d-94c1-a23ccb6f8611","serviceName":"vFW 2022-08-28 05-50-53","serviceVersion":"1.0","serviceUUID":"7dc042f8-ce8f-4f76-900a-ae5771b73f6e","serviceDescription":"catalog service description","serviceInvariantUUID":"b3c2df49-6296-493e-a815-31a52cb086b7","resources":[{"resourceInstanceName":"vFW fb8b479f-f372 0","resourceName":"vFW fb8b479f-f372","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a0f0f2f-abb7-47fc-a012-49ca4a45969e","resourceInvariantUUID":"3cbda0be-8508-4eb1-976f-32e0826262e8","resourceCustomizationUUID":"d0ddde41-72a0-49ca-afa8-ac859b1b3b11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml","artifactChecksum":"MjIyODc0NTVkZjJkZmE3YWE0NWIyN2M4MTM1MjUxMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c44e0eac-78af-4e96-aad8-c2b0fdac484e","artifactVersion":"1"},{"artifactName":"vfwfb8b479ff3720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json","artifactChecksum":"N2VmODgzY2EyOTgxYWJlZTg1NmJkZDM1ZjJkODNlYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14acc6f0-d322-4cfb-b875-3287f25280af","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a040f436-1e8e-4e6a-a48e-20a67976bb5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc2ZjI5NjVhOGY4Yjc1NWY3OGQ1MGNjOGRmODljZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ffdd6d4b-317e-4621-8c0c-77d1e93934c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8143bbaf-dfb9-4de2-b609-558a7f77edce","artifactVersion":"2","generatedFromUUID":"a040f436-1e8e-4e6a-a48e-20a67976bb5f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828055053-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml","artifactChecksum":"NDVlMzk1ZTYyNDZhMTkwMDczYmZmYjBjYjMwMmZiYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ad4a3db-e930-44b4-a78c-36fd114acd17","artifactVersion":"1"},{"artifactName":"service-Vfw20220828055053-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar","artifactChecksum":"OTI5MDU4ZTRmZDY2NDU1MTI2NGMwNWZjMzdmMmE1ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db9ad26f-0722-46d3-ab97-30b68dd6f0e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:54:55.011Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:54:55.011Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:54:55.013Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:54:55.013Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:55.114Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:54:55.114Z||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-08-28T05:54:55.114Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:55.162Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:55.162Z||pool-256-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:54:56.014Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:54:56.014Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:54:56.017Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:54:56.017Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOTIFIED" } 2022-08-28T05:54:56.117Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:54:56.117Z||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-08-28T05:54:56.118Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:56.241Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:56.241Z||pool-257-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:54:57.017Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:54:57.018Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:54:57.019Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:54:57.019Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:54:57.120Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:54:57.121Z||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-08-28T05:54:57.121Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:57.144Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:57.145Z||pool-258-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:54:58.020Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:54:58.020Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:54:58.032Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:54:58.032Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:54:58.122Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-08-28T05:54:58.123Z||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-08-28T05:54:58.123Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:58.219Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:58.220Z||pool-259-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:54:59.033Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:54:59.034Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:54:59.036Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:54:59.036Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:54:59.136Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:54:59.136Z||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-08-28T05:54:59.137Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:54:59.172Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:54:59.172Z||pool-260-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:00.037Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:55:00.037Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:00.039Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:00.039Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:55:00.139Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:00.140Z||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-08-28T05:55:00.140Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:00.171Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:00.171Z||pool-261-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:01.040Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:55:01.040Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:01.041Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:01.042Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:55:01.142Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:55:01.142Z||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-08-28T05:55:01.142Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:01.163Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:01.163Z||pool-262-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:02.042Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||sending notification to client: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "serviceName": "vFW 2022-08-28 05-50-53", "serviceVersion": "1.0", "serviceUUID": "7dc042f8-ce8f-4f76-900a-ae5771b73f6e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b3c2df49-6296-493e-a815-31a52cb086b7", "resources": [ { "resourceInstanceName": "vFW fb8b479f-f372 0", "resourceCustomizationUUID": "d0ddde41-72a0-49ca-afa8-ac859b1b3b11", "resourceName": "vFW fb8b479f-f372", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a0f0f2f-abb7-47fc-a012-49ca4a45969e", "resourceInvariantUUID": "3cbda0be-8508-4eb1-976f-32e0826262e8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfb8b479ff3720_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "artifactChecksum": "N2VmODgzY2EyOTgxYWJlZTg1NmJkZDM1ZjJkODNlYzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14acc6f0-d322-4cfb-b875-3287f25280af", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a040f436-1e8e-4e6a-a48e-20a67976bb5f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8143bbaf-dfb9-4de2-b609-558a7f77edce", "generatedFromUUID": "a040f436-1e8e-4e6a-a48e-20a67976bb5f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8143bbaf-dfb9-4de2-b609-558a7f77edce", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220828055053-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "artifactChecksum": "OTI5MDU4ZTRmZDY2NDU1MTI2NGMwNWZjMzdmMmE1ZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db9ad26f-0722-46d3-ab97-30b68dd6f0e7" } ], "workloadContext": "Production" } 2022-08-28T05:55:02.043Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:55:02.043Z|4a85e7cf-1c49-4b66-9955-ea7aaa469936|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dc042f8-ce8f-4f76-900a-ae5771b73f6e ASDC 2022-08-28T05:55:02.044Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||ASDC Notification: DistributionID:67c83f28-d192-452d-94c1-a23ccb6f8611 ServiceName:vFW 2022-08-28 05-50-53 ServiceVersion:1.0 ServiceUUID:7dc042f8-ce8f-4f76-900a-ae5771b73f6e ServiceInvariantUUID:b3c2df49-6296-493e-a815-31a52cb086b7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220828055053-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar ArtifactUUID:db9ad26f-0722-46d3-ab97-30b68dd6f0e7 ArtifactChecksum:OTI5MDU4ZTRmZDY2NDU1MTI2NGMwNWZjMzdmMmE1ZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fb8b479f-f372 0 ResourceCustomizationUUID:d0ddde41-72a0-49ca-afa8-ac859b1b3b11 ResourceInvariantUUID:3cbda0be-8508-4eb1-976f-32e0826262e8 ResourceName:vFW fb8b479f-f372 ResourceType:VF ResourceUUID:8a0f0f2f-abb7-47fc-a012-49ca4a45969e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfb8b479ff3720_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json ArtifactUUID:14acc6f0-d322-4cfb-b875-3287f25280af ArtifactChecksum:N2VmODgzY2EyOTgxYWJlZTg1NmJkZDM1ZjJkODNlYzE= 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/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml ArtifactUUID:a040f436-1e8e-4e6a-a48e-20a67976bb5f 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/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env ArtifactUUID:8143bbaf-dfb9-4de2-b609-558a7f77edce 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/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env ArtifactUUID:8143bbaf-dfb9-4de2-b609-558a7f77edce ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T05:55:02.044Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dc042f8-ce8f-4f76-900a-ae5771b73f6e 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-08-28T05:55:02.075Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:55:02.075Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:55:02.075Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:55:02.076Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Trying to download the artifact UUID: db9ad26f-0722-46d3-ab97-30b68dd6f0e7 from URL: /sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:02.076Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:55:02.076Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:02.219Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:55:02.223Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar db9ad26f-0722-46d3-ab97-30b68dd6f0e7 99022 2022-08-28T05:55:02.223Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar ASDC sendASDCNotification 2022-08-28T05:55:02.224Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:02.224Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:55:02.224Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:02.225Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:02.226Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666102223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:55:02.326Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:02.326Z||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-08-28T05:55:02.326Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:02.350Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:02.351Z||pool-263-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:55:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:55:02.781Z||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-08-28T05:55:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:03.226Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:55:03.227Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:55:03.227Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Trying to write artifact UUID: db9ad26f-0722-46d3-ab97-30b68dd6f0e7, URL: /sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar to file: /app/ASDC/1/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:03.227Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828055053-csar.csar 2022-08-28T05:55:03.228Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:03.228Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:03.361Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10071849425000608212/Definitions/service-Vfw20220828055053-template.yml 2022-08-28T05:55:03.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:03.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a85e7cf-1c49-4b66-9955-ea7aaa469936", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666089073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:55:03.489Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:55:03.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:55:03.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "NOTIFIED" } 2022-08-28T05:55:03.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-28T05:55:03.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:55:03.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-28T05:55:03.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:55:03.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666090089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:55:03.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-28T05:55:03.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-28T05:55:03.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666102223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:55:03.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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-08-28T05:55:05.110Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:55:05.111Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:55:05.111Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.111Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-28T05:55:05.111Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.112Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.112Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.112Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.112Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.112Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.112Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fb8b479f-f372 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-Vfw20220828055053-csar.csar 2022-08-28T05:55:05.113Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:55:05.114Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.114Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.114Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:05.114Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:55:05.114Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:55:05.115Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.115Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.115Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:05.115Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:55:05.115Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:55:05.116Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.116Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.116Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.116Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:05.116Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:05.117Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:55:05.117Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.117Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.117Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.117Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:55:05.117Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:05.118Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:55:05.118Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:55:05.118Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.118Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.118Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:55:05.118Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.119Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:55:05.119Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.119Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T05:55:05.119Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.119Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:55:05.119Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.120Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:05.120Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:05.120Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.120Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:05.120Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:05.120Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.121Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:05.121Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:05.121Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.121Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:05.121Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.122Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:55:05.123Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.123Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:55:05.123Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.123Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=29795e57-a125-46f9-b812-4a6a6b4a0542 2022-08-28T05:55:05.123Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.124Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:05.124Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:05.124Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:55:05.124Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.124Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.124Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.125Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:55:05.125Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:05.125Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:55:05.125Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:55:05.125Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.125Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:55:05.126Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.126Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1328157d-d802-4bb8-a703-29108121cf9a 2022-08-28T05:55:05.126Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.126Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:05.126Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:05.126Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:55:05.127Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.127Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.127Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.127Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:55:05.127Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:05.127Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:55:05.128Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:55:05.128Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:05.128Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:05.128Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:55:05.128Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=133d457e-9692-4ce9-a99c-d6bae233dab8 2022-08-28T05:55:05.128Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:05.129Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:05.130Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-28 05-50-53 Description:catalog service description Model UUID:7dc042f8-ce8f-4f76-900a-ae5771b73f6e Model Version:NULL Model InvariantUuid:b3c2df49-6296-493e-a815-31a52cb086b7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fb8b479f-f372 Model UUID:b9d5adf1-c701-41f4-8a43-79b53995889f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3cbda0be-8508-4eb1-976f-32e0826262e8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d0ddde41-72a0-49ca-afa8-ac859b1b3b11 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b91c554-d606-4a1c-889a-cc1d5b6efee5 ModelName:VfwFb8b479fF372..base_vfw..module-0 ModelUuid:1790302b-e9d5-4048-9523-2ce3c86e28db ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:29795e57-a125-46f9-b812-4a6a6b4a0542 ModelInvariantUuid:593077b9-0945-467b-86c0-0407d64e70ac ModelName:vFW fb8b479f-f372-nodes.vfwCvfc ModelUuid:81a96fc8-f4ee-45c7-89a8-3bc7bf26ed72 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a7f370d5-86ba-4f9a-b2f5-84810c55b4cd ModelInvariantUuid:60e01f79-79c2-4b75-b4aa-ca36bde45db9 ModelName:VfwFb8b479fF372.compute.nodes.heat.vfw ModelUuid:cfc785bd-9098-49d1-b586-82d5fbcf115b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1328157d-d802-4bb8-a703-29108121cf9a ModelInvariantUuid:eb1df960-5973-4288-80b6-2cac662a3111 ModelName:vFW fb8b479f-f372-nodes.vsnCvfc ModelUuid:1b3a9baf-e3d7-47bf-8869-7af04c417b50 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:197f7031-ea9f-4e07-bf1a-bb48a33f0352 ModelInvariantUuid:e0f15357-8b0a-4488-91dd-569fa95f82e3 ModelName:VfwFb8b479fF372.compute.nodes.heat.vsn ModelUuid:293bf18f-92f7-4ef9-85a0-e2c7a99358b9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:133d457e-9692-4ce9-a99c-d6bae233dab8 ModelInvariantUuid:e184ef1d-9abd-4b7b-a868-302863278005 ModelName:vFW fb8b479f-f372-nodes.vpgCvfc ModelUuid:0fbd8baf-01fa-46fb-b086-0d67b46851b4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:77de18c6-ff5d-41b6-b40f-c1a62e8a14a2 ModelInvariantUuid:fad859c0-39d3-4545-a7a1-dd1108c994ff ModelName:VfwFb8b479fF372.compute.nodes.heat.vpg ModelUuid:d2849d90-7cad-4842-97e3-07a18dd06c99 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-08-28T05:55:05.137Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8a0f0f2f-abb7-47fc-a012-49ca4a45969e 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-08-28T05:55:05.139Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||vFW fb8b479f-f372 0 2022-08-28T05:55:05.140Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8a0f0f2f-abb7-47fc-a012-49ca4a45969e 2022-08-28T05:55:05.140Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Trying to download the artifact UUID: 14acc6f0-d322-4cfb-b875-3287f25280af from URL: /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json 2022-08-28T05:55:05.140Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:55:05.140Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json 2022-08-28T05:55:05.229Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:55:05.229Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json 14acc6f0-d322-4cfb-b875-3287f25280af 785 2022-08-28T05:55:05.229Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json ASDC sendASDCNotification 2022-08-28T05:55:05.229Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json 2022-08-28T05:55:05.230Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:55:05.230Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:05.231Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:05.232Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666105229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:55:05.332Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:05.332Z||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-08-28T05:55:05.332Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:05.366Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:05.366Z||pool-264-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:06.232Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFb8b479fF372..base_vfw..module-0", "vfModuleModelInvariantUUID": "9b91c554-d606-4a1c-889a-cc1d5b6efee5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1790302b-e9d5-4048-9523-2ce3c86e28db", "vfModuleModelCustomizationUUID": "ab5c7c6f-913d-4a51-b56b-9d9cb6e98bd2", "isBase": true, "artifacts": [ "a040f436-1e8e-4e6a-a48e-20a67976bb5f", "8143bbaf-dfb9-4de2-b609-558a7f77edce" ], "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-08-28T05:55:06.236Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFb8b479fF372..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1790302b-e9d5-4048-9523-2ce3c86e28db VfModuleModelInvariantUUID:9b91c554-d606-4a1c-889a-cc1d5b6efee5 VfModuleModelDescription:NULL Artifacts UUID List:{ a040f436-1e8e-4e6a-a48e-20a67976bb5f , 8143bbaf-dfb9-4de2-b609-558a7f77edce } 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-08-28T05:55:06.238Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFb8b479fF372..base_vfw..module-0", "vfModuleModelInvariantUUID": "9b91c554-d606-4a1c-889a-cc1d5b6efee5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1790302b-e9d5-4048-9523-2ce3c86e28db", "vfModuleModelCustomizationUUID": "ab5c7c6f-913d-4a51-b56b-9d9cb6e98bd2", "isBase": true, "artifacts": [ "a040f436-1e8e-4e6a-a48e-20a67976bb5f", "8143bbaf-dfb9-4de2-b609-558a7f77edce" ], "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-08-28T05:55:06.238Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFb8b479fF372..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1790302b-e9d5-4048-9523-2ce3c86e28db VfModuleModelInvariantUUID:9b91c554-d606-4a1c-889a-cc1d5b6efee5 VfModuleModelDescription:NULL Artifacts UUID List:{ a040f436-1e8e-4e6a-a48e-20a67976bb5f , 8143bbaf-dfb9-4de2-b609-558a7f77edce } 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-08-28T05:55:06.239Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Trying to download the artifact UUID: a040f436-1e8e-4e6a-a48e-20a67976bb5f from URL: /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml 2022-08-28T05:55:06.239Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:55:06.239Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml 2022-08-28T05:55:06.422Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:55:06.423Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml a040f436-1e8e-4e6a-a48e-20a67976bb5f 20368 2022-08-28T05:55:06.424Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:55:06.424Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml 2022-08-28T05:55:06.424Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:55:06.424Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:06.426Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:06.426Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666106423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:55:06.526Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:06.527Z||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-08-28T05:55:06.527Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:06.569Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:06.569Z||pool-265-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:07.426Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Trying to download the artifact UUID: 8143bbaf-dfb9-4de2-b609-558a7f77edce from URL: /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env 2022-08-28T05:55:07.427Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:55:07.427Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env 2022-08-28T05:55:07.637Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:55:07.638Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env 8143bbaf-dfb9-4de2-b609-558a7f77edce 2098 2022-08-28T05:55:07.638Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:55:07.638Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env 2022-08-28T05:55:07.638Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:55:07.639Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:07.640Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:07.641Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666107638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:55:07.741Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:07.741Z||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-08-28T05:55:07.741Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:07.792Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:07.792Z||pool-266-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:55:08.641Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Preparing to deploy Service: 7dc042f8-ce8f-4f76-900a-ae5771b73f6e 2022-08-28T05:55:08.642Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fb8b479f-f372 0 8a0f0f2f-abb7-47fc-a012-49ca4a45969e 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-08-28T05:55:08.659Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43075aa6, org.onap.sdc.toscaparser.api.parameters.Input@e0fc5a3, org.onap.sdc.toscaparser.api.parameters.Input@781e243c, org.onap.sdc.toscaparser.api.parameters.Input@308a8cb8, org.onap.sdc.toscaparser.api.parameters.Input@49213265] 2022-08-28T05:55:08.661Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.662Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.662Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T05:55:08.662Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||VFCustomizationUUID= d0ddde41-72a0-49ca-afa8-ac859b1b3b11 2022-08-28T05:55:08.662Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0ddde41-72a0-49ca-afa8-ac859b1b3b11 matches Tosca VF Customization UUID: d0ddde41-72a0-49ca-afa8-ac859b1b3b11 2022-08-28T05:55:08.663Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||vfCustomizationUUID: d0ddde41-72a0-49ca-afa8-ac859b1b3b11 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-08-28T05:55:08.665Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.665Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.665Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||resource request for resource customization id d0ddde41-72a0-49ca-afa8-ac859b1b3b11: {\"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-08-28T05:55:08.666Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54ce9d15 2022-08-28T05:55:08.666Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.666Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T05:55:08.666Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab5c7c6f-913d-4a51-b56b-9d9cb6e98bd2 2022-08-28T05:55:08.667Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab5c7c6f-913d-4a51-b56b-9d9cb6e98bd2 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-08-28T05:55:08.668Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.669Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:08.669Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:08.669Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.669Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:08.670Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:08.670Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.670Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:08.670Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:08.670Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-28T05:55:08.671Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:08.671Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:55:08.671Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:55:08.671Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.671Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:08.672Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:55:08.672Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:08.672Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:55:08.672Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.672Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=29795e57-a125-46f9-b812-4a6a6b4a0542 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-08-28T05:55:08.674Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.674Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:08.674Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:08.675Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.675Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:08.675Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:08.675Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:55:08.675Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:08.676Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.676Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.676Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:55:08.676Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:08.676Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-28T05:55:08.677Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-28T05:55:08.677Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:08.677Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-08-28T05:55:08.677Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.677Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1328157d-d802-4bb8-a703-29108121cf9a 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-08-28T05:55:08.679Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.679Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:08.679Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:08.680Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.680Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is not matching search criteria 2022-08-28T05:55:08.680Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-28T05:55:08.680Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-28T05:55:08.680Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:08.681Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.681Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.681Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-08-28T05:55:08.681Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-28T05:55:08.681Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-28T05:55:08.682Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-08-28T05:55:08.682Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-28T05:55:08.682Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-28T05:55:08.682Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-28T05:55:08.682Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=133d457e-9692-4ce9-a99c-d6bae233dab8 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-08-28T05:55:08.684Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.684Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:08.684Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T05:55:08.685Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.685Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Node template vFW fb8b479f-f372 0 is matching search criteria 2022-08-28T05:55:08.685Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found topology templates [vFW fb8b479f-f372 0] matching following query criteria: sdcType=VF, customizationUUID=d0ddde41-72a0-49ca-afa8-ac859b1b3b11 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-08-28T05:55:08.686Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.686Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.687Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500|| resourceSeq for service uuid 7dc042f8-ce8f-4f76-900a-ae5771b73f6e: vFW fb8b479f-f372 2022-08-28T05:55:08.687Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.687Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.688Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.688Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.688Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.688Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.688Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.688Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.689Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:55:08.689Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Service vFW 2022-08-28 05-50-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:55:08.689Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||Saving Service: vFW 2022-08-28 05-50-53 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-08-28T05:55:08.831Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fb8b479f-f372 8a0f0f2f-abb7-47fc-a012-49ca4a45969e 1 ASDC deployResourceStructure 2022-08-28T05:55:08.831Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json ASDC sendASDCNotification 2022-08-28T05:55:08.831Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json 2022-08-28T05:55:08.832Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:55:08.832Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:08.834Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:08.834Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666108831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:55:08.934Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:08.935Z||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-08-28T05:55:08.935Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:08.993Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:08.993Z||pool-267-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:09.834Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-28T05:55:09.835Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml 2022-08-28T05:55:09.835Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:55:09.835Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:09.837Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:09.837Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666109834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:55:09.937Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:09.938Z||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-08-28T05:55:09.938Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:09.974Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:09.975Z||pool-268-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:10.838Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-28T05:55:10.838Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env 2022-08-28T05:55:10.838Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:55:10.838Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:10.840Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:10.840Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666110838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:55:10.940Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:55:10.941Z||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-08-28T05:55:10.941Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:10.979Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:10.979Z||pool-269-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:11.841Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar ASDC sendASDCNotification 2022-08-28T05:55:11.841Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar 2022-08-28T05:55:11.841Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:55:11.841Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:11.843Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:11.844Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666111841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:55:11.943Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:55:11.944Z||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-08-28T05:55:11.944Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:12.023Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:12.024Z||pool-270-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:55:12.844Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67c83f28-d192-452d-94c1-a23ccb6f8611 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:55:12.854Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67c83f28-d192-452d-94c1-a23ccb6f8611 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:55:12.855Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:55:12.856Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:55:12.856Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:55:12.856Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:55:12.856Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:55:12.856Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?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-08-28T05:55:12.860Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:55:42.861Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 67c83f28-d192-452d-94c1-a23ccb6f8611 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-08-28T05:55:42.867Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67c83f28-d192-452d-94c1-a23ccb6f8611 and serviceModelVersionId: 7dc042f8-ce8f-4f76-900a-ae5771b73f6e 2022-08-28T05:55:42.867Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3c2df49-6296-493e-a815-31a52cb086b7 2022-08-28T05:55:42.868Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0 2022-08-28T05:55:42.875Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab842b2-1949-46ab-9fe6-483342480573/model-vers/model-ver/dce98d26-dc21-4889-a4d8-f617713cbe9c?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:55:42.911Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Invoke 2022-08-28T05:55:42.912Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c163c8a5-0f32-4d4c-a842-febe86e41fbb], X-ECOMP-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], X-TransactionId=[], X-ONAP-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], Content-Type=[application/merge-patch+json]} 2022-08-28T05:55:44.441Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Invoke 2022-08-28T05:55:44.441Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67e21021-386d-48fc-bf68-7b92d62db643], X-ECOMP-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], X-TransactionId=[], X-ONAP-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], Content-Type=[application/merge-patch+json]} 2022-08-28T05:55:45.972Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Invoke 2022-08-28T05:55:45.973Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bb99856-d275-446e-a61d-9690492fee3b], X-ECOMP-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], X-TransactionId=[], X-ONAP-RequestID=[67c83f28-d192-452d-94c1-a23ccb6f8611], Content-Type=[application/merge-patch+json]} 2022-08-28T05:55:47.007Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:55:47.008Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:55:47.009Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:55:47.009Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:55:47.015Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:55:47.015Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67c83f28-d192-452d-94c1-a23ccb6f8611 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:55:47.015Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:55:47.016Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:55:47.018Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:55:47.018Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666147015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:55:47.118Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:55:47.119Z||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-08-28T05:55:47.119Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:47.184Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:47.185Z||pool-271-thread-1|||||INFO|500||cambria reply ok (66 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-08-28T05:55:48.034Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:55:48.034Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:55:48.034Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:55:57.844Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:55:57.845Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:55:57.845Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:55:57.845Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:56:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:56:02.781Z||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-08-28T05:56:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T05:56:03.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:56:03.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666105229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666106423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666107638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666108831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/vfwfb8b479ff3720_modules.json", "status": "DEPLOY_OK" } 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666109834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666110838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/resourceInstances/vfwfb8b479ff3720/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666111841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220828055053/1.0/artifacts/service-Vfw20220828055053-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T05:56:03.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "67c83f28-d192-452d-94c1-a23ccb6f8611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666147015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:56:03.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:56:07.570Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:56:07.571Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:56:07.572Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:56:07.572Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:56:17.307Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:02.779Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:57:02.779Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:57:02.779Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:57:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:57:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:03.634Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:03.635Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.635Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f4c73646-54d9-4d42-a21d-00e56d6f87bf","serviceName":"Demo_pNF_gFOwkbhDmuciRSvNfEK0","serviceVersion":"1.0","serviceUUID":"b15e7c2c-48b4-4e42-86da-05563a9fa995","serviceDescription":"catalog service description","serviceInvariantUUID":"be1635f9-6c2a-475f-841c-1f458b6de020","resources":[{"resourceInstanceName":"pNF e398be7e-ae31 0","resourceName":"pNF e398be7e-ae31","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0c226c3e-f720-4833-b698-9e1543c3c258","resourceInvariantUUID":"4450e392-62fc-4ab4-9fc7-a4b4e2f9af30","resourceCustomizationUUID":"318c8306-c2e7-47f5-b8a9-402d0e823a63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml","artifactChecksum":"MmQwNjI1ZDY5NWJjMWM5NzBjYTVmZTgyNjFiYzJiZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ecac06f-1d00-4dde-b51e-46e353074d5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar","artifactChecksum":"OTdmMDBkMjAwMTMyZWM0ZTAxNjNiZjI1MmFiNmI1ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4382b54-914d-4a5d-a2f6-129efa197b9f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b551297-c206-48bd-8bd4-bc1258f2d219","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml","artifactChecksum":"MGY1OGE2NDZlZDkxNTVmZWU5YTA3ZDQzNTIxYjY0ZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f8a132f-aff8-4e7f-8a8d-c3ced420e888","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da6f7d0c-4999-4775-9fc0-5bb079dce016","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4865193c-00f8-48ef-8914-5fe8451c09b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGfowkbhdmucirsvnfek0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml","artifactChecksum":"ODA1OTZmZGFkMDQyNjY1YmFjYjUyMWIwNzA0YzE1MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cd4ba03-b658-43d9-9350-2734d861b5c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar","artifactChecksum":"MzFhYzA1ZmVhNzNkOWNjODU4ZGE1MWE1MmJmNWVmYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fa4549b-90cf-4530-8dff-de8e6c0feca4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T05:57:03.637Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:03.637Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:03.639Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:03.640Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.740Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:03.741Z||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-08-28T05:57:03.741Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:03.758Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:03.759Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.760Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.760Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.760Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.761Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.761Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.761Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.761Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.761Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.761Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.762Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.763Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.763Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.763Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.763Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.763Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.764Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.765Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.766Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.767Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.768Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.769Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666203549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "multicloud-k8s-id", "timestamp": 1661666198498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:03.770Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666208185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.771Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666215906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.772Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666208727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666217273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:57:03.773Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.774Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666217767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:57:03.775Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:57:03.775Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.775Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "cds", "timestamp": 1661666218285, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-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-08-28T05:57:03.790Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4c73646-54d9-4d42-a21d-00e56d6f87bf 2022-08-28T05:57:03.790Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f4c73646-54d9-4d42-a21d-00e56d6f87bf and ComponentName cds 2022-08-28T05:57:03.790Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:03.791Z||pool-272-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666210053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666217980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.798Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.799Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.799Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.799Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.799Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.799Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666218770, "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-08-28T05:57:03.804Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4c73646-54d9-4d42-a21d-00e56d6f87bf 2022-08-28T05:57:03.804Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f4c73646-54d9-4d42-a21d-00e56d6f87bf 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-08-28T05:57:03.812Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.812Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666219022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666219283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:57:03.813Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:57:03.814Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.814Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.814Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.814Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.814Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "ves-openapi-manager", "timestamp": 1661666220030, "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-08-28T05:57:03.818Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f4c73646-54d9-4d42-a21d-00e56d6f87bf 2022-08-28T05:57:03.818Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f4c73646-54d9-4d42-a21d-00e56d6f87bf 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-08-28T05:57:03.825Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.825Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.826Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.827Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.827Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.827Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.827Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.827Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.827Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666215506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:57:03.828Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666215586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:03.829Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:57:04.640Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:04.641Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:04.642Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:04.642Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:04.743Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:57:04.743Z||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-08-28T05:57:04.743Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:04.771Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:04.771Z||pool-273-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:57:05.643Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:05.643Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:05.645Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:05.645Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:05.746Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:05.747Z||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-08-28T05:57:05.747Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:05.826Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:05.827Z||pool-274-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:57:06.646Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:06.647Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:06.649Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:06.649Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:06.749Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:06.750Z||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-08-28T05:57:06.750Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:06.803Z||pool-275-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:06.804Z||pool-275-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:57:07.650Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:07.650Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:07.652Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:07.652Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:07.752Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:07.753Z||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-08-28T05:57:07.753Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:07.792Z||pool-276-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:07.793Z||pool-276-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:57:08.653Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:08.653Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:08.655Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:08.655Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:08.756Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T05:57:08.757Z||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-08-28T05:57:08.757Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:08.779Z||pool-277-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:08.780Z||pool-277-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:57:09.656Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:09.656Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:09.658Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:09.658Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:57:09.758Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:09.759Z||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-08-28T05:57:09.759Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:09.787Z||pool-278-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:09.788Z||pool-278-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:57:10.658Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T05:57:10.659Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:10.661Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:10.661Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:57:10.762Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T05:57:10.762Z||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-08-28T05:57:10.762Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:10.804Z||pool-279-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:10.805Z||pool-279-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:57:11.662Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||sending notification to client: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "serviceName": "Demo_pNF_gFOwkbhDmuciRSvNfEK0", "serviceVersion": "1.0", "serviceUUID": "b15e7c2c-48b4-4e42-86da-05563a9fa995", "serviceDescription": "catalog service description", "serviceInvariantUUID": "be1635f9-6c2a-475f-841c-1f458b6de020", "resources": [ { "resourceInstanceName": "pNF e398be7e-ae31 0", "resourceCustomizationUUID": "318c8306-c2e7-47f5-b8a9-402d0e823a63", "resourceName": "pNF e398be7e-ae31", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0c226c3e-f720-4833-b698-9e1543c3c258", "resourceInvariantUUID": "4450e392-62fc-4ab4-9fc7-a4b4e2f9af30", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "artifactChecksum": "MzFhYzA1ZmVhNzNkOWNjODU4ZGE1MWE1MmJmNWVmYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4fa4549b-90cf-4530-8dff-de8e6c0feca4" } ], "workloadContext": "Production" } 2022-08-28T05:57:11.662Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T05:57:11.663Z|67c83f28-d192-452d-94c1-a23ccb6f8611|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b15e7c2c-48b4-4e42-86da-05563a9fa995 ASDC 2022-08-28T05:57:11.663Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||ASDC Notification: DistributionID:f4c73646-54d9-4d42-a21d-00e56d6f87bf ServiceName:Demo_pNF_gFOwkbhDmuciRSvNfEK0 ServiceVersion:1.0 ServiceUUID:b15e7c2c-48b4-4e42-86da-05563a9fa995 ServiceInvariantUUID:be1635f9-6c2a-475f-841c-1f458b6de020 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar ArtifactUUID:4fa4549b-90cf-4530-8dff-de8e6c0feca4 ArtifactChecksum:MzFhYzA1ZmVhNzNkOWNjODU4ZGE1MWE1MmJmNWVmYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e398be7e-ae31 0 ResourceCustomizationUUID:318c8306-c2e7-47f5-b8a9-402d0e823a63 ResourceInvariantUUID:4450e392-62fc-4ab4-9fc7-a4b4e2f9af30 ResourceName:pNF e398be7e-ae31 ResourceType:PNF ResourceUUID:0c226c3e-f720-4833-b698-9e1543c3c258 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-28T05:57:11.663Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b15e7c2c-48b4-4e42-86da-05563a9fa995 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-08-28T05:57:11.686Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:57:11.687Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:57:11.687Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:57:11.687Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Trying to download the artifact UUID: 4fa4549b-90cf-4530-8dff-de8e6c0feca4 from URL: /sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:11.687Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - download 2022-08-28T05:57:11.688Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:11.839Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T05:57:11.843Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 4fa4549b-90cf-4530-8dff-de8e6c0feca4 82644 2022-08-28T05:57:11.843Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar ASDC sendASDCNotification 2022-08-28T05:57:11.843Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:11.843Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T05:57:11.843Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:11.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:11.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666231843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:57:11.945Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:11.946Z||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-08-28T05:57:11.946Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:11.965Z||pool-280-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:11.965Z||pool-280-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-28T05:57:12.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T05:57:12.846Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||MSO config path is: /app 2022-08-28T05:57:12.846Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Trying to write artifact UUID: 4fa4549b-90cf-4530-8dff-de8e6c0feca4, URL: /sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar to file: /app/ASDC/1/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:12.846Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:12.847Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:12.847Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.001Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10465661858620181899/Definitions/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e398be7e-ae31 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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.766Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|WARN|500||#################################################################################################### 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Node template pNF e398be7e-ae31 0 is matching search criteria 2022-08-28T05:57:13.767Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found topology templates [pNF e398be7e-ae31 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Node template pNF e398be7e-ae31 0 is matching search criteria 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found topology templates [pNF e398be7e-ae31 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.768Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.769Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gFOwkbhDmuciRSvNfEK0 Description:catalog service description Model UUID:b15e7c2c-48b4-4e42-86da-05563a9fa995 Model Version:NULL Model InvariantUuid:be1635f9-6c2a-475f-841c-1f458b6de020 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-08-28T05:57:13.782Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 0c226c3e-f720-4833-b698-9e1543c3c258 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-08-28T05:57:13.785Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||pNF e398be7e-ae31 0 2022-08-28T05:57:13.785Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 0c226c3e-f720-4833-b698-9e1543c3c258 2022-08-28T05:57:13.785Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||No resources found for Service: b15e7c2c-48b4-4e42-86da-05563a9fa995 2022-08-28T05:57:13.785Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Preparing to deploy Service: b15e7c2c-48b4-4e42-86da-05563a9fa995 2022-08-28T05:57:13.785Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e398be7e-ae31 0 0c226c3e-f720-4833-b698-9e1543c3c258 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-08-28T05:57:13.789Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b8f6863, org.onap.sdc.toscaparser.api.parameters.Input@5b92db10, org.onap.sdc.toscaparser.api.parameters.Input@514b42e2, org.onap.sdc.toscaparser.api.parameters.Input@6da8fae5, org.onap.sdc.toscaparser.api.parameters.Input@4dc44b43] 2022-08-28T05:57:13.789Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.789Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.790Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500|| resourceSeq for service uuid b15e7c2c-48b4-4e42-86da-05563a9fa995: pNF e398be7e-ae31 2022-08-28T05:57:13.790Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Processing PNF resource: 0c226c3e-f720-4833-b698-9e1543c3c258 2022-08-28T05:57:13.790Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T05:57:13.791Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Service Demo_pNF_gFOwkbhDmuciRSvNfEK0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T05:57:13.791Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||Resource customization UUID: 318c8306-c2e7-47f5-b8a9-402d0e823a63 is the same as notified resource customizationUUID: 318c8306-c2e7-47f5-b8a9-402d0e823a63 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-08-28T05:57:13.819Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e398be7e-ae31 0c226c3e-f720-4833-b698-9e1543c3c258 0 ASDC deployResourceStructure 2022-08-28T05:57:13.819Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar ASDC sendASDCNotification 2022-08-28T05:57:13.819Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar 2022-08-28T05:57:13.819Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T05:57:13.819Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:57:13.821Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:57:13.821Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666233819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:57:13.921Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:57:13.922Z||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-08-28T05:57:13.922Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:57:13.960Z||pool-281-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:57:13.961Z||pool-281-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-08-28T05:57:14.822Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:57:14.831Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:57:14.833Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:57:14.833Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:57:14.833Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:57:44.833Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:57:44.843Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:57:44.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:57:44.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:57:44.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:58:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:58:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:58:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:58:03.083Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:58:03.083Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:58:03.084Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:58:03.085Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:58:14.845Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:58:14.854Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:58:14.856Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:58:14.856Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:58:14.856Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:58:44.857Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:58:44.866Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:58:44.868Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:58:44.868Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T05:58:44.868Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T05:59:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:59:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T05:59:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:59:03.349Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:59:03.350Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.350Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666224512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666224475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.351Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.352Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666225481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:59:03.352Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:03.352Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.352Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "aai-ml", "timestamp": 1661666225516, "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-08-28T05:59:03.360Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f4c73646-54d9-4d42-a21d-00e56d6f87bf 2022-08-28T05:59:03.361Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f4c73646-54d9-4d42-a21d-00e56d6f87bf 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-08-28T05:59:03.370Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.370Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-28T05:59:03.370Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.370Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.370Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "policy-id", "timestamp": 1661666226484, "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-08-28T05:59:03.375Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4c73646-54d9-4d42-a21d-00e56d6f87bf 2022-08-28T05:59:03.375Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f4c73646-54d9-4d42-a21d-00e56d6f87bf 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-08-28T05:59:03.382Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.382Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T05:59:03.382Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/resourceInstances/pnfe398be7eae310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T05:59:03.383Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666222779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "NOTIFIED" } 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666231380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666231843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.384Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666233388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:59:03.385Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:03.385Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.385Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "clamp", "timestamp": 1661666234391, "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-08-28T05:59:03.389Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4c73646-54d9-4d42-a21d-00e56d6f87bf 2022-08-28T05:59:03.389Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f4c73646-54d9-4d42-a21d-00e56d6f87bf 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-08-28T05:59:03.396Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||received message from topic 2022-08-28T05:59:03.396Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666233819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGfowkbhdmucirsvnfek0/1.0/artifacts/service-DemoPnfGfowkbhdmucirsvnfek0-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T05:59:03.396Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T05:59:14.868Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T05:59:14.877Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T05:59:14.879Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?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-08-28T05:59:14.883Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T05:59:44.883Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf 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-08-28T05:59:44.889Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4c73646-54d9-4d42-a21d-00e56d6f87bf and serviceModelVersionId: b15e7c2c-48b4-4e42-86da-05563a9fa995 2022-08-28T05:59:44.890Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be1635f9-6c2a-475f-841c-1f458b6de020 2022-08-28T05:59:44.890Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0 2022-08-28T05:59:44.894Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T05:59:44.921Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3c2df49-6296-493e-a815-31a52cb086b7/model-vers/model-ver/7dc042f8-ce8f-4f76-900a-ae5771b73f6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:44.922Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Invoke 2022-08-28T05:59:46.458Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:46.459Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Invoke 2022-08-28T05:59:47.996Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:47.998Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Invoke 2022-08-28T05:59:49.027Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:59:49.029Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:49.029Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:59:49.030Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:49.035Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:49.035Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4c73646-54d9-4d42-a21d-00e56d6f87bf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T05:59:49.036Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T05:59:49.036Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T05:59:49.038Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T05:59:49.038Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||try to send status { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666389036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T05:59:49.138Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T05:59:49.139Z||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-08-28T05:59:49.139Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T05:59:49.214Z||pool-282-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T05:59:49.214Z||pool-282-thread-1|||||INFO|500||cambria reply ok (75 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-08-28T05:59:50.050Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T05:59:50.051Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T05:59:50.051Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:00:00.672Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:00:00.673Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:00:00.673Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:00:00.673Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:00:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:00:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T06:00:02.782Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:00:03.414Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:00:03.414Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||received message from topic 2022-08-28T06:00:03.414Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "f4c73646-54d9-4d42-a21d-00e56d6f87bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666389036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T06:00:03.415Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:00:10.266Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:00:10.266Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:00:10.267Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:00:10.267Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:00:19.876Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:01:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:01:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:01:02.780Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:01:02.781Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:01:02.781Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:01:02.781Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:01:12.443Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:01:12.472Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:02:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:02:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:02:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:02:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:02:02.781Z||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-08-28T06:02:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:02:12.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:02:12.442Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:03:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:03:02.780Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:03:02.780Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:03:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:03:02.781Z||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-08-28T06:03:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:03:12.443Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:03:12.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:04:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:04:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:04:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T06:04:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:04:02.782Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:04:02.782Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:04:12.421Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:04:12.450Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:05:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:05:02.779Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:05:02.780Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:05:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:05:02.781Z||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-08-28T06:05:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:05:12.529Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:05:12.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:06:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:06:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:06:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:06:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:06:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:06:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:06:12.446Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:06:12.455Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:07:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:07:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:07:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:07:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:07:02.781Z||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-08-28T06:07:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:07:12.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:07:12.455Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:08:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:08:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:08:02.780Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:08:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:08:02.781Z||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-08-28T06:08:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:08:12.583Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:08:12.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:09:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:02.779Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:09:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:09:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:03.044Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:03.045Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.045Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:03.046Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:09:03.047Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.047Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:03.047Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:09:03.047Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.047Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:03.048Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:09:03.048Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.048Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:09:03.048Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:09:03.048Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.049Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:03.049Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:09:03.049Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.049Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:09:03.049Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:09:03.461Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:03.462Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||received message from topic 2022-08-28T06:09:03.462Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5bc05152-26fa-46ac-9850-be6c6020b92e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7f564ca4-7f34-4af6-8ea5-fdb3c4617304","serviceDescription":"service","serviceInvariantUUID":"b19632db-1d9c-4299-bdef-74b381222211","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"205d7c2a-4173-4250-90fe-c2c512475c56","resourceInvariantUUID":"93a549ad-5b0b-4930-9b80-c15e884948ee","resourceCustomizationUUID":"67ccf587-21b1-428b-952e-4438addaf2b0","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":"YjA0ODE1MzVkN2VlNGY0YTVhZDljODcwNDZkMjg3NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"253d7bda-64fc-4959-98f4-a0098f4cd37a","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":"OTYxNGU5ODE5ZmYxM2JlMDc1YTE1MmM3ODc0MjBmYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2d3b512-87f2-40b1-bb42-8921ad27d9d5","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":"3bcc4b59-ecf1-47d1-83c3-4d891953881d","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":"90ca036a-b395-41da-9971-f3ecdad18051","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":"dcf7965e-b073-45aa-909b-5cdc0f79f9d1","artifactVersion":"2","generatedFromUUID":"aeff69ce-eee6-4a46-a098-b3d68686b401"},{"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":"0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9","artifactVersion":"2","generatedFromUUID":"3bcc4b59-ecf1-47d1-83c3-4d891953881d"},{"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":"aeff69ce-eee6-4a46-a098-b3d68686b401","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":"ac9bfb5c-7cd3-4ac2-a29c-92d97c414c8d","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":"NTcyYzNkN2Q5YWYwMzJkMTI2NDk0NDg2MDYzZGZmZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf74ac3b-093c-4817-ad34-cc38badf283f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzcwMjNlNmUyYjYzY2QyZjI1MTA4ZDg4ZTFiZGQ2MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62b0b956-b1bc-4d5c-a7ac-88b31c1c3394","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T06:09:03.464Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:03.465Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:03.468Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:03.468Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:03.568Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:03.569Z||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-08-28T06:09:03.569Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:03.594Z||pool-283-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:03.595Z||pool-283-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:04.468Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:04.469Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:04.470Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:04.471Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:09:04.571Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:04.571Z||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-08-28T06:09:04.571Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:04.655Z||pool-284-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:04.655Z||pool-284-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:05.471Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:05.471Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:05.473Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:05.473Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-28T06:09:05.573Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:05.574Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:05.574Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:05.665Z||pool-285-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:05.666Z||pool-285-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:06.473Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:06.474Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:06.475Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:06.476Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:06.576Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:06.576Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:06.576Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:06.712Z||pool-286-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:06.712Z||pool-286-thread-1|||||INFO|500||cambria reply ok (136 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:07.476Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:07.477Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:07.479Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:07.479Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-28T06:09:07.579Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:07.579Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:07.580Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:07.608Z||pool-287-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:07.609Z||pool-287-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:08.480Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:08.480Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:08.482Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:08.482Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-28T06:09:08.582Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:08.583Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:08.583Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:08.615Z||pool-288-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:08.616Z||pool-288-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:09:09.483Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:09.483Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:09.487Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:09.487Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-28T06:09:09.587Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:09.587Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:09.587Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:09.610Z||pool-289-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:09.611Z||pool-289-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:09:10.488Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:10.488Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:10.491Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:10.491Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:10.591Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:10.591Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:10.592Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:10.625Z||pool-290-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:10.626Z||pool-290-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:09:11.491Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:11.493Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:11.496Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:11.496Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:09:11.596Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:11.596Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:11.597Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:11.621Z||pool-291-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:11.621Z||pool-291-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:12.497Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:09:12.497Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:12.499Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:12.500Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:09:12.600Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:12.600Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:12.600Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:12.631Z||pool-292-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:12.632Z||pool-292-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:13.500Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||sending notification to client: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "7f564ca4-7f34-4af6-8ea5-fdb3c4617304", "serviceDescription": "service", "serviceInvariantUUID": "b19632db-1d9c-4299-bdef-74b381222211", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "67ccf587-21b1-428b-952e-4438addaf2b0", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "205d7c2a-4173-4250-90fe-c2c512475c56", "resourceInvariantUUID": "93a549ad-5b0b-4930-9b80-c15e884948ee", "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": "OTYxNGU5ODE5ZmYxM2JlMDc1YTE1MmM3ODc0MjBmYTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e2d3b512-87f2-40b1-bb42-8921ad27d9d5", "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": "3bcc4b59-ecf1-47d1-83c3-4d891953881d", "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": "0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9", "generatedFromUUID": "3bcc4b59-ecf1-47d1-83c3-4d891953881d" }, "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": "dcf7965e-b073-45aa-909b-5cdc0f79f9d1", "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": "0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9", "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": "aeff69ce-eee6-4a46-a098-b3d68686b401", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzcwMjNlNmUyYjYzY2QyZjI1MTA4ZDg4ZTFiZGQ2MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "62b0b956-b1bc-4d5c-a7ac-88b31c1c3394" } ], "workloadContext": "Production" } 2022-08-28T06:09:13.501Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T06:09:13.502Z|84a65ff9-0239-4ffa-8aef-aa6ae3265de9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7f564ca4-7f34-4af6-8ea5-fdb3c4617304 ASDC 2022-08-28T06:09:13.502Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||ASDC Notification: DistributionID:5bc05152-26fa-46ac-9850-be6c6020b92e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:7f564ca4-7f34-4af6-8ea5-fdb3c4617304 ServiceInvariantUUID:b19632db-1d9c-4299-bdef-74b381222211 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:62b0b956-b1bc-4d5c-a7ac-88b31c1c3394 ArtifactChecksum:NzcwMjNlNmUyYjYzY2QyZjI1MTA4ZDg4ZTFiZGQ2MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:67ccf587-21b1-428b-952e-4438addaf2b0 ResourceInvariantUUID:93a549ad-5b0b-4930-9b80-c15e884948ee ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:205d7c2a-4173-4250-90fe-c2c512475c56 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:e2d3b512-87f2-40b1-bb42-8921ad27d9d5 ArtifactChecksum:OTYxNGU5ODE5ZmYxM2JlMDc1YTE1MmM3ODc0MjBmYTQ= 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:3bcc4b59-ecf1-47d1-83c3-4d891953881d 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:0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9 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:dcf7965e-b073-45aa-909b-5cdc0f79f9d1 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:0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9 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:aeff69ce-eee6-4a46-a098-b3d68686b401 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T06:09:13.503Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f564ca4-7f34-4af6-8ea5-fdb3c4617304 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-08-28T06:09:13.562Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T06:09:13.563Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||MSO config path is: /app 2022-08-28T06:09:13.563Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||MSO config path is: /app 2022-08-28T06:09:13.563Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to download the artifact UUID: 62b0b956-b1bc-4d5c-a7ac-88b31c1c3394 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-28T06:09:13.564Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - download 2022-08-28T06:09:13.564Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:13.749Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T06:09:13.756Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 62b0b956-b1bc-4d5c-a7ac-88b31c1c3394 158202 2022-08-28T06:09:13.756Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:13.757Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:13.757Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:09:13.757Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:13.759Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:13.759Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666953756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:09:13.859Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:13.860Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:13.860Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:13.893Z||pool-293-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:13.893Z||pool-293-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:14.760Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T06:09:14.761Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||MSO config path is: /app 2022-08-28T06:09:14.761Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to write artifact UUID: 62b0b956-b1bc-4d5c-a7ac-88b31c1c3394, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-28T06:09:14.761Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-08-28T06:09:14.762Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-28T06:09:14.762Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-28T06:09:14.937Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18091084267065549802/Definitions/service-BasicCnfMacro-template.yml 2022-08-28T06:09:16.193Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-08-28T06:09:16.193Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|WARN|500||#################################################################################################### 2022-08-28T06:09:16.193Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-28T06:09:16.194Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-28T06:09:16.194Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.194Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.194Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.194Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.194Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|WARN|500||#################################################################################################### 2022-08-28T06:09:16.195Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.195Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.195Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:16.196Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T06:09:16.196Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T06:09:16.196Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.196Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.196Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:16.196Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Search for entities recursively 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria 2022-08-28T06:09:16.197Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.198Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:16.199Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8e9132a5-04a5-4c6d-9a46-70a47ea71c0b 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.200Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.201Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.201Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:16.201Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:16.201Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:7f564ca4-7f34-4af6-8ea5-fdb3c4617304 Model Version:NULL Model InvariantUuid:b19632db-1d9c-4299-bdef-74b381222211 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ed04984a-0a44-428b-b8ae-8306314cf722 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:93a549ad-5b0b-4930-9b80-c15e884948ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:67ccf587-21b1-428b-952e-4438addaf2b0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b9826f97-d2fb-48e4-8b0c-2e9eb22addd5 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:27d10274-0785-4533-9c6d-57ed6f7bd9c3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:9909974e-18f3-4adf-a79d-e9c465e260e5 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:f137a5fb-0bc4-4170-a8f0-abfeaab7a654 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8e9132a5-04a5-4c6d-9a46-70a47ea71c0b ModelInvariantUuid:120cb562-56f9-48b8-b272-164b76f4b8a1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:14b364aa-8bc1-45ba-bf65-252a7376df66 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:41c95da9-3469-4d01-b1e5-d337049df708 ModelInvariantUuid:746871e5-67a4-4d0e-acc0-818089eabaae ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:e6030368-b794-4367-b1ff-d6c57a9ceb21 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-08-28T06:09:16.212Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 205d7c2a-4173-4250-90fe-c2c512475c56 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-08-28T06:09:16.217Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||basic_cnf_macro 0 2022-08-28T06:09:16.218Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 205d7c2a-4173-4250-90fe-c2c512475c56 2022-08-28T06:09:16.218Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to download the artifact UUID: e2d3b512-87f2-40b1-bb42-8921ad27d9d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-28T06:09:16.218Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - download 2022-08-28T06:09:16.218Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.364Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T06:09:16.364Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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 e2d3b512-87f2-40b1-bb42-8921ad27d9d5 1565 2022-08-28T06:09:16.365Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.365Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:16.365Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:09:16.365Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:16.366Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:16.367Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666956365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T06:09:16.467Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:16.467Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:16.467Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:16.516Z||pool-294-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:16.517Z||pool-294-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:17.367Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9909974e-18f3-4adf-a79d-e9c465e260e5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f137a5fb-0bc4-4170-a8f0-abfeaab7a654", "vfModuleModelCustomizationUUID": "d1144b33-146f-4c32-a2d7-a1f3e4be4216", "isBase": true, "artifacts": [ "3bcc4b59-ecf1-47d1-83c3-4d891953881d", "0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9" ], "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": "b9826f97-d2fb-48e4-8b0c-2e9eb22addd5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "27d10274-0785-4533-9c6d-57ed6f7bd9c3", "vfModuleModelCustomizationUUID": "320f3be8-6c77-4a89-a9a4-fa513d5933af", "isBase": false, "artifacts": [ "aeff69ce-eee6-4a46-a098-b3d68686b401" ], "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-08-28T06:09:17.371Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f137a5fb-0bc4-4170-a8f0-abfeaab7a654 VfModuleModelInvariantUUID:9909974e-18f3-4adf-a79d-e9c465e260e5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3bcc4b59-ecf1-47d1-83c3-4d891953881d , 0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9 } 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:27d10274-0785-4533-9c6d-57ed6f7bd9c3 VfModuleModelInvariantUUID:b9826f97-d2fb-48e4-8b0c-2e9eb22addd5 VfModuleModelDescription:NULL Artifacts UUID List:{ aeff69ce-eee6-4a46-a098-b3d68686b401 } 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-08-28T06:09:17.372Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9909974e-18f3-4adf-a79d-e9c465e260e5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f137a5fb-0bc4-4170-a8f0-abfeaab7a654", "vfModuleModelCustomizationUUID": "d1144b33-146f-4c32-a2d7-a1f3e4be4216", "isBase": true, "artifacts": [ "3bcc4b59-ecf1-47d1-83c3-4d891953881d", "0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9" ], "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": "b9826f97-d2fb-48e4-8b0c-2e9eb22addd5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "27d10274-0785-4533-9c6d-57ed6f7bd9c3", "vfModuleModelCustomizationUUID": "320f3be8-6c77-4a89-a9a4-fa513d5933af", "isBase": false, "artifacts": [ "aeff69ce-eee6-4a46-a098-b3d68686b401" ], "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-08-28T06:09:17.373Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f137a5fb-0bc4-4170-a8f0-abfeaab7a654 VfModuleModelInvariantUUID:9909974e-18f3-4adf-a79d-e9c465e260e5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3bcc4b59-ecf1-47d1-83c3-4d891953881d , 0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9 } 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:27d10274-0785-4533-9c6d-57ed6f7bd9c3 VfModuleModelInvariantUUID:b9826f97-d2fb-48e4-8b0c-2e9eb22addd5 VfModuleModelDescription:NULL Artifacts UUID List:{ aeff69ce-eee6-4a46-a098-b3d68686b401 } 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-08-28T06:09:17.373Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to download the artifact UUID: 3bcc4b59-ecf1-47d1-83c3-4d891953881d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-28T06:09:17.373Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - download 2022-08-28T06:09:17.373Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:17.494Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T06:09:17.494Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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 3bcc4b59-ecf1-47d1-83c3-4d891953881d 914 2022-08-28T06:09:17.495Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:17.495Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:17.495Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:09:17.495Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:17.497Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:17.497Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666957495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T06:09:17.597Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:17.597Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:17.597Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:17.620Z||pool-295-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:17.621Z||pool-295-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:18.497Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to download the artifact UUID: dcf7965e-b073-45aa-909b-5cdc0f79f9d1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-08-28T06:09:18.497Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - download 2022-08-28T06:09:18.498Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:18.595Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T06:09:18.596Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env dcf7965e-b073-45aa-909b-5cdc0f79f9d1 12 2022-08-28T06:09:18.596Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:18.596Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:18.596Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:09:18.596Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:18.598Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:18.598Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666958596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:09:18.698Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:18.699Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:18.699Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:18.716Z||pool-296-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:18.716Z||pool-296-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:09:19.598Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to download the artifact UUID: 0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-28T06:09:19.599Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - download 2022-08-28T06:09:19.599Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:19.795Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T06:09:19.795Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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 0e6ff7d0-7df8-4426-a4f0-3f8e97eea2e9 96 2022-08-28T06:09:19.796Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:19.796Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:19.796Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:09:19.796Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:19.798Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:19.798Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666959796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:09:19.898Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:19.899Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:19.899Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:19.917Z||pool-297-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:19.918Z||pool-297-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:20.799Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||Trying to download the artifact UUID: aeff69ce-eee6-4a46-a098-b3d68686b401 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-08-28T06:09:20.799Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - download 2022-08-28T06:09:20.799Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:20.916Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||GET Response Status 200 2022-08-28T06:09:20.917Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz aeff69ce-eee6-4a46-a098-b3d68686b401 20206 2022-08-28T06:09:20.917Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:20.917Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:20.917Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:09:20.917Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:20.919Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:20.919Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666960917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-28T06:09:21.019Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:21.020Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:21.020Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:21.036Z||pool-298-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:21.037Z||pool-298-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:21.922Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Preparing to deploy Service: 7f564ca4-7f34-4af6-8ea5-fdb3c4617304 2022-08-28T06:09:21.922Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 205d7c2a-4173-4250-90fe-c2c512475c56 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-08-28T06:09:21.931Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a2b6058, org.onap.sdc.toscaparser.api.parameters.Input@4bfc801, org.onap.sdc.toscaparser.api.parameters.Input@283301fc, org.onap.sdc.toscaparser.api.parameters.Input@62a5d2e6, org.onap.sdc.toscaparser.api.parameters.Input@731d474a] 2022-08-28T06:09:21.933Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.933Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.933Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||VF Category is: Generic 2022-08-28T06:09:21.933Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||VFCustomizationUUID= 67ccf587-21b1-428b-952e-4438addaf2b0 2022-08-28T06:09:21.933Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 67ccf587-21b1-428b-952e-4438addaf2b0 matches Tosca VF Customization UUID: 67ccf587-21b1-428b-952e-4438addaf2b0 2022-08-28T06:09:21.933Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||vfCustomizationUUID: 67ccf587-21b1-428b-952e-4438addaf2b0 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-08-28T06:09:21.935Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.935Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.936Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||resource request for resource customization id 67ccf587-21b1-428b-952e-4438addaf2b0: {\"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-08-28T06:09:21.936Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75ea6de0 2022-08-28T06:09:21.936Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.936Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:21.936Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 320f3be8-6c77-4a89-a9a4-fa513d5933af 2022-08-28T06:09:21.937Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 320f3be8-6c77-4a89-a9a4-fa513d5933af 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-08-28T06:09:21.939Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.939Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:21.939Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:09:21.939Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.939Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:21.939Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:09:21.940Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.940Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-28T06:09:21.940Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=67ccf587-21b1-428b-952e-4438addaf2b0 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-08-28T06:09:21.941Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.941Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500|| resourceSeq for service uuid 7f564ca4-7f34-4af6-8ea5-fdb3c4617304: basic_cnf_macro 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.942Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.943Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.943Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.943Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:09:21.943Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:09:21.943Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:21.975Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 205d7c2a-4173-4250-90fe-c2c512475c56 2 ASDC deployResourceStructure 2022-08-28T06:09:21.976Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:21.976Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:21.976Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:09:21.976Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:21.978Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:21.978Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666961976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T06:09:22.078Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:22.078Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:22.078Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:22.124Z||pool-299-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:22.124Z||pool-299-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:22.978Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:22.979Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:22.979Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:09:22.979Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:22.980Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:22.981Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666962978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-28T06:09:23.081Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:23.081Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:23.081Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:23.114Z||pool-300-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:23.115Z||pool-300-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:23.981Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:23.981Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:23.982Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-28T06:09:23.982Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:23.983Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:23.984Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666963981, "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-08-28T06:09:24.084Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:24.085Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:24.085Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:24.115Z||pool-301-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:24.116Z||pool-301-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:24.985Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:24.985Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:24.985Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:09:24.985Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:24.987Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:24.987Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666964984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-28T06:09:25.087Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:09:25.088Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:25.088Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:25.114Z||pool-302-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:25.114Z||pool-302-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:09:25.988Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:25.988Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:25.988Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-28T06:09:25.988Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:25.990Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:25.991Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666965987, "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-08-28T06:09:26.090Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:26.091Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:26.091Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:26.255Z||pool-303-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:26.255Z||pool-303-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:09:26.991Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:26.991Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:09:26.992Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:09:26.992Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:09:26.993Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:09:26.994Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666966991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:09:27.094Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:09:27.094Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:09:27.094Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:09:27.161Z||pool-304-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:09:27.161Z||pool-304-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:09:27.994Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:09:28.003Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:09:28.004Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:09:28.005Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T06:09:28.005Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T06:09:58.005Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:09:58.014Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:09:58.016Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:09:58.016Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T06:09:58.016Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T06:10:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:10:02.781Z||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-08-28T06:10:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:10:02.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:10:02.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:10:02.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:10:02.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:10:28.017Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:10:28.027Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:10:28.029Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:10:28.029Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T06:10:28.029Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T06:10:58.029Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:10:58.042Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:10:58.044Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:10:58.044Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T06:10:58.044Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T06:11:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:11:02.781Z||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-08-28T06:11:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:11:02.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:11:02.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:11:02.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-28T06:11:02.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:11:28.045Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:11:28.055Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:11:28.057Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:11:28.057Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T06:11:28.057Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T06:11:58.058Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:11:58.068Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:11:58.070Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:11:58.070Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-28T06:11:58.070Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-28T06:12:02.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:12:02.783Z||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-08-28T06:12:02.783Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:12:02.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:12:02.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-28T06:12:02.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-28T06:12:02.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666938498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666935586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666935507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666952528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666952165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666943185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666953169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666942779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:02.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666953740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666954137, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "policy-id", "timestamp": 1661666954173, "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-08-28T06:12:02.945Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc05152-26fa-46ac-9850-be6c6020b92e 2022-08-28T06:12:02.945Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:02.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666953756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666954933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666956220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666957299, "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-08-28T06:12:02.975Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc05152-26fa-46ac-9850-be6c6020b92e 2022-08-28T06:12:02.975Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:02.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666956365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "cds", "timestamp": 1661666958290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-28T06:12:02.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bc05152-26fa-46ac-9850-be6c6020b92e 2022-08-28T06:12:02.986Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:02.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "multicloud-k8s-id", "timestamp": 1661666958304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T06:12:02.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666957495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "ves-openapi-manager", "timestamp": 1661666948726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666958596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666959561, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666959796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666960917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666961976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:02.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666953549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666962978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666964448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666963981, "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-08-28T06:12:03.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666964984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666965987, "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-08-28T06:12:03.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666966904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661666966991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666967907, "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-08-28T06:12:03.009Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bc05152-26fa-46ac-9850-be6c6020b92e 2022-08-28T06:12:03.009Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666968568, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "clamp", "timestamp": 1661666969571, "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-08-28T06:12:03.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bc05152-26fa-46ac-9850-be6c6020b92e 2022-08-28T06:12:03.029Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:03.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666960053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T06:12:03.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666971019, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:12:03.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-28T06:12:03.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666959310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666959294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "ves-openapi-manager", "timestamp": 1661666968747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666977226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666977235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666977511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666970574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "cds", "timestamp": 1661666978874, "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-08-28T06:12:03.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b244fd9e-513e-4fae-957a-4de6fdac1e9b 2022-08-28T06:12:03.062Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b244fd9e-513e-4fae-957a-4de6fdac1e9b 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-08-28T06:12:03.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666978901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T06:12:03.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "aai-ml", "timestamp": 1661666978515, "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-08-28T06:12:03.076Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5bc05152-26fa-46ac-9850-be6c6020b92e 2022-08-28T06:12:03.076Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:03.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666980206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666981230, "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-08-28T06:12:03.089Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b244fd9e-513e-4fae-957a-4de6fdac1e9b 2022-08-28T06:12:03.089Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b244fd9e-513e-4fae-957a-4de6fdac1e9b 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-08-28T06:12:03.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "multicloud-k8s-id", "timestamp": 1661666982234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.095Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666975507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666984619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666985565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666985623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "policy-id", "timestamp": 1661666986626, "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-08-28T06:12:03.103Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b244fd9e-513e-4fae-957a-4de6fdac1e9b 2022-08-28T06:12:03.103Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b244fd9e-513e-4fae-957a-4de6fdac1e9b 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-08-28T06:12:03.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666990573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666983549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "clamp", "timestamp": 1661666991577, "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-08-28T06:12:03.115Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b244fd9e-513e-4fae-957a-4de6fdac1e9b 2022-08-28T06:12:03.115Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b244fd9e-513e-4fae-957a-4de6fdac1e9b 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-08-28T06:12:03.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666992677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666994805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661666995807, "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-08-28T06:12:03.127Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b244fd9e-513e-4fae-957a-4de6fdac1e9b 2022-08-28T06:12:03.127Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b244fd9e-513e-4fae-957a-4de6fdac1e9b 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-08-28T06:12:03.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666990053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661666999103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:12:03.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:12:28.070Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:12:28.081Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:12:28.083Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:12:28.083Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T06:12:28.083Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T06:12:28.084Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T06:12:28.084Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T06:12:28.084Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?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-08-28T06:12:28.088Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T06:12:58.088Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bc05152-26fa-46ac-9850-be6c6020b92e 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-08-28T06:12:58.096Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bc05152-26fa-46ac-9850-be6c6020b92e and serviceModelVersionId: 7f564ca4-7f34-4af6-8ea5-fdb3c4617304 2022-08-28T06:12:58.097Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b19632db-1d9c-4299-bdef-74b381222211 2022-08-28T06:12:58.099Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0 2022-08-28T06:12:58.103Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-08-28T06:12:58.139Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5e3ecd9-cb14-46cc-a966-19945bbf9ede/model-vers/model-ver/7b9c1cd7-617c-4edf-a2c0-ddd939d475e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:12:58.141Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||Invoke 2022-08-28T06:12:59.672Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:12:59.673Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||Invoke 2022-08-28T06:13:01.204Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:13:01.206Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||Invoke 2022-08-28T06:13:02.239Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T06:13:02.240Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:13:02.240Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T06:13:02.241Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:13:02.247Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:13:02.247Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bc05152-26fa-46ac-9850-be6c6020b92e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T06:13:02.247Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T06:13:02.248Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:02.250Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:02.250Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|DEBUG|500||try to send status { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667182247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T06:13:02.350Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:02.351Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:02.351Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:02.455Z||pool-305-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:02.456Z||pool-305-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:13:02.781Z||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-08-28T06:13:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:02.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:02.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:13:02.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661667004957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-08-28T06:13:02.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:13:02.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:13:02.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "aai-ml", "timestamp": 1661667005960, "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-08-28T06:13:02.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b244fd9e-513e-4fae-957a-4de6fdac1e9b 2022-08-28T06:13:02.950Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b244fd9e-513e-4fae-957a-4de6fdac1e9b 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 (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:13:03.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:13:03.260Z||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-08-28T06:13:03.260Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:08.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:08.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-28T06:13:08.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b244fd9e-513e-4fae-957a-4de6fdac1e9b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"37429e79-3873-4209-bb5c-15b2bb9286d7","serviceDescription":"service","serviceInvariantUUID":"4742ee79-acbb-4ad1-8dc8-1c67c4506239","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6724d44-9f07-499c-8036-43a57d4f0303","resourceInvariantUUID":"ac1f8f42-f8e0-4ff1-aef9-1e8de2b9e887","resourceCustomizationUUID":"7d4dd031-6c12-458d-93c4-b27deb3e2b34","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":"MGRjZTVmMmNmNWUxMGU3YzkzYjVlMDgwMmNjMDAyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dcd54a7-ecf6-4b25-bf66-80d680ca256b","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":"MmFhMGMyYjNiY2RjNGUyNjNhY2ZjYmYwOWMzNzc2NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3eed798d-3394-44c3-bd1f-c0365c5db779","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":"e6949ad9-0476-4eb4-8354-5c2dd7521cc4","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":"af340223-00db-430a-a55e-c4fc6f773516","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":"527fbe44-5462-432e-9481-2c5df0e04467","artifactVersion":"2","generatedFromUUID":"e6949ad9-0476-4eb4-8354-5c2dd7521cc4"},{"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":"YmM0MmIwYWNkZDk3NmI5MGUwN2Y3MDNmYzIyZGE2NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ffb7a0c-65a3-494f-b094-49ab366718f4","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":"MWYxZThmYjk4Y2E5MzI2YmU4YjQwZmRlNjlmOTdiOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b58562ce-90ef-4215-b908-807f2ac5baae","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODFlMTc4ZjE5NmRjZjEzZTkzZDY2MDc2YWJkMDI1NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31f8193b-45b7-4726-8851-8098d1e9a8ce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-28T06:13:08.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:08.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:08.097Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:08.098Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:13:08.198Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:08.198Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:08.199Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:08.299Z||pool-306-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:08.300Z||pool-306-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:09.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:09.099Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:09.100Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:09.100Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:13:09.201Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-28T06:13:09.201Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:09.202Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:09.259Z||pool-307-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:09.259Z||pool-307-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:10.101Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:10.101Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:10.103Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:10.103Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T06:13:10.203Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:10.205Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:10.205Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:10.246Z||pool-308-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:10.246Z||pool-308-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:13:11.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:11.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:11.106Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:11.106Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:13:11.206Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:11.206Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:11.207Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:11.255Z||pool-309-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:11.255Z||pool-309-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:13:12.106Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:12.107Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:12.110Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:12.110Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-28T06:13:12.210Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:12.211Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:12.211Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:12.235Z||pool-310-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:12.235Z||pool-310-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:13.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:13.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:13.113Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:13.113Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:13:13.213Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:13.214Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:13.214Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:13.291Z||pool-311-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:13.292Z||pool-311-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:13:14.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:14.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:14.115Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:14.115Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:13:14.216Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:14.217Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:14.217Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:14.282Z||pool-312-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:14.282Z||pool-312-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:15.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-28T06:13:15.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:15.119Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:15.119Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:13:15.219Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:15.220Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:15.220Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:15.263Z||pool-313-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:15.263Z||pool-313-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:13:16.119Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "37429e79-3873-4209-bb5c-15b2bb9286d7", "serviceDescription": "service", "serviceInvariantUUID": "4742ee79-acbb-4ad1-8dc8-1c67c4506239", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7d4dd031-6c12-458d-93c4-b27deb3e2b34", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b6724d44-9f07-499c-8036-43a57d4f0303", "resourceInvariantUUID": "ac1f8f42-f8e0-4ff1-aef9-1e8de2b9e887", "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": "MmFhMGMyYjNiY2RjNGUyNjNhY2ZjYmYwOWMzNzc2NzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3eed798d-3394-44c3-bd1f-c0365c5db779", "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": "e6949ad9-0476-4eb4-8354-5c2dd7521cc4", "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": "527fbe44-5462-432e-9481-2c5df0e04467", "generatedFromUUID": "e6949ad9-0476-4eb4-8354-5c2dd7521cc4" }, "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": "527fbe44-5462-432e-9481-2c5df0e04467", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODFlMTc4ZjE5NmRjZjEzZTkzZDY2MDc2YWJkMDI1NzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31f8193b-45b7-4726-8851-8098d1e9a8ce" } ], "workloadContext": "Production" } 2022-08-28T06:13:16.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-28T06:13:16.120Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37429e79-3873-4209-bb5c-15b2bb9286d7 ASDC 2022-08-28T06:13:16.121Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b244fd9e-513e-4fae-957a-4de6fdac1e9b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:37429e79-3873-4209-bb5c-15b2bb9286d7 ServiceInvariantUUID:4742ee79-acbb-4ad1-8dc8-1c67c4506239 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:31f8193b-45b7-4726-8851-8098d1e9a8ce ArtifactChecksum:ODFlMTc4ZjE5NmRjZjEzZTkzZDY2MDc2YWJkMDI1NzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7d4dd031-6c12-458d-93c4-b27deb3e2b34 ResourceInvariantUUID:ac1f8f42-f8e0-4ff1-aef9-1e8de2b9e887 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:b6724d44-9f07-499c-8036-43a57d4f0303 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:3eed798d-3394-44c3-bd1f-c0365c5db779 ArtifactChecksum:MmFhMGMyYjNiY2RjNGUyNjNhY2ZjYmYwOWMzNzc2NzU= 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:e6949ad9-0476-4eb4-8354-5c2dd7521cc4 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:527fbe44-5462-432e-9481-2c5df0e04467 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:527fbe44-5462-432e-9481-2c5df0e04467 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-28T06:13:16.121Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37429e79-3873-4209-bb5c-15b2bb9286d7 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-08-28T06:13:16.160Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T06:13:16.162Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-28T06:13:16.162Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-28T06:13:16.163Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31f8193b-45b7-4726-8851-8098d1e9a8ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-28T06:13:16.163Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-28T06:13:16.163Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-28T06:13:17.084Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-28T06:13:17.088Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 31f8193b-45b7-4726-8851-8098d1e9a8ce 78818 2022-08-28T06:13:17.088Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-08-28T06:13:17.089Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-28T06:13:17.089Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:13:17.089Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:17.091Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:17.091Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667197088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:13:17.191Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:17.192Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:17.192Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:17.253Z||pool-314-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:17.253Z||pool-314-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-08-28T06:13:18.092Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-28T06:13:18.092Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-08-28T06:13:18.092Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 31f8193b-45b7-4726-8851-8098d1e9a8ce, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:18.093Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-08-28T06:13:18.093Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:18.093Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:18.235Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2905330473358598680/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-08-28T06:13:19.362Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-28T06:13:19.362Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-08-28T06:13:19.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-28T06:13:19.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:19.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:19.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:19.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-28T06:13:19.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-08-28T06:13:19.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:19.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-08-28T06:13:19.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T06:13:19.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:19.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-08-28T06:13:19.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-28T06:13:19.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.368Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.368Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-28T06:13:19.368Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-28T06:13:19.368Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-28T06:13:19.369Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-28T06:13:19.369Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-28T06:13:19.369Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-28T06:13:19.369Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.369Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T06:13:19.370Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.370Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:19.370Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:13:19.370Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.370Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:19.371Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:13:19.371Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.371Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:19.371Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:13:19.372Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.372Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-28T06:13:19.372Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-28T06:13:19.372Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-28T06:13:19.372Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1020e706-6d1d-4045-a7c0-585379e32b71 2022-08-28T06:13:19.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.374Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.374Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:19.374Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:19.374Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:37429e79-3873-4209-bb5c-15b2bb9286d7 Model Version:NULL Model InvariantUuid:4742ee79-acbb-4ad1-8dc8-1c67c4506239 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b3f84647-03c4-47cb-aee4-3343ebb13418 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ac1f8f42-f8e0-4ff1-aef9-1e8de2b9e887 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7d4dd031-6c12-458d-93c4-b27deb3e2b34 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7f6f7279-1ed9-424f-be4b-5e99a43863ba ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b537bbcc-e8e0-4244-8ca8-291c1851ace6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1020e706-6d1d-4045-a7c0-585379e32b71 ModelInvariantUuid:cd7f6791-c4a7-4c88-b7cd-35aca4468111 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:905b7df2-a8e2-473f-bcb5-58e579f68921 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f0a9ff54-e407-4aca-8ffa-6bfc9080cfce ModelInvariantUuid:6d32940d-6a39-4197-99f6-ce190ee7ca27 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:14ee2091-443e-4e80-a0f1-e9a296c856c4 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-08-28T06:13:19.384Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b6724d44-9f07-499c-8036-43a57d4f0303 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-08-28T06:13:19.387Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-08-28T06:13:19.387Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6724d44-9f07-499c-8036-43a57d4f0303 2022-08-28T06:13:19.387Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3eed798d-3394-44c3-bd1f-c0365c5db779 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-28T06:13:19.388Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-28T06:13:19.388Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:19.628Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-28T06:13:19.628Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3eed798d-3394-44c3-bd1f-c0365c5db779 792 2022-08-28T06:13:19.629Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:19.629Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:19.629Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:13:19.629Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:19.631Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:19.631Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667199629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T06:13:19.731Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:19.732Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:19.732Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:19.771Z||pool-315-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:19.771Z||pool-315-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:20.632Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7f6f7279-1ed9-424f-be4b-5e99a43863ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b537bbcc-e8e0-4244-8ca8-291c1851ace6", "vfModuleModelCustomizationUUID": "29b87566-cd9a-43bc-afc7-0651eb1739fb", "isBase": true, "artifacts": [ "e6949ad9-0476-4eb4-8354-5c2dd7521cc4", "527fbe44-5462-432e-9481-2c5df0e04467" ], "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-08-28T06:13:20.637Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b537bbcc-e8e0-4244-8ca8-291c1851ace6 VfModuleModelInvariantUUID:7f6f7279-1ed9-424f-be4b-5e99a43863ba VfModuleModelDescription:NULL Artifacts UUID List:{ e6949ad9-0476-4eb4-8354-5c2dd7521cc4 , 527fbe44-5462-432e-9481-2c5df0e04467 } 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-08-28T06:13:20.638Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7f6f7279-1ed9-424f-be4b-5e99a43863ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b537bbcc-e8e0-4244-8ca8-291c1851ace6", "vfModuleModelCustomizationUUID": "29b87566-cd9a-43bc-afc7-0651eb1739fb", "isBase": true, "artifacts": [ "e6949ad9-0476-4eb4-8354-5c2dd7521cc4", "527fbe44-5462-432e-9481-2c5df0e04467" ], "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-08-28T06:13:20.639Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b537bbcc-e8e0-4244-8ca8-291c1851ace6 VfModuleModelInvariantUUID:7f6f7279-1ed9-424f-be4b-5e99a43863ba VfModuleModelDescription:NULL Artifacts UUID List:{ e6949ad9-0476-4eb4-8354-5c2dd7521cc4 , 527fbe44-5462-432e-9481-2c5df0e04467 } 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-08-28T06:13:20.639Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e6949ad9-0476-4eb4-8354-5c2dd7521cc4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-28T06:13:20.639Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-28T06:13:20.639Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:20.809Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-28T06:13:20.810Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e6949ad9-0476-4eb4-8354-5c2dd7521cc4 5033 2022-08-28T06:13:20.810Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:20.810Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:20.810Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:13:20.811Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:20.813Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:20.813Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667200810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T06:13:20.913Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:20.914Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:20.914Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:20.935Z||pool-316-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:20.935Z||pool-316-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1} 2022-08-28T06:13:21.814Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 527fbe44-5462-432e-9481-2c5df0e04467 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-28T06:13:21.814Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-08-28T06:13:21.815Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:22.244Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-08-28T06:13:22.245Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 527fbe44-5462-432e-9481-2c5df0e04467 903 2022-08-28T06:13:22.245Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:22.245Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:22.245Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-28T06:13:22.245Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:22.247Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:22.247Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667202245, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:13:22.347Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:22.348Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:22.348Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:22.425Z||pool-317-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:22.425Z||pool-317-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:23.247Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 37429e79-3873-4209-bb5c-15b2bb9286d7 2022-08-28T06:13:23.248Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b6724d44-9f07-499c-8036-43a57d4f0303 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-08-28T06:13:23.263Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48a7c449, org.onap.sdc.toscaparser.api.parameters.Input@43c199be, org.onap.sdc.toscaparser.api.parameters.Input@2f572667, org.onap.sdc.toscaparser.api.parameters.Input@317c4521, org.onap.sdc.toscaparser.api.parameters.Input@478f4acb] 2022-08-28T06:13:23.264Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.265Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.265Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-08-28T06:13:23.265Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7d4dd031-6c12-458d-93c4-b27deb3e2b34 2022-08-28T06:13:23.265Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d4dd031-6c12-458d-93c4-b27deb3e2b34 matches Tosca VF Customization UUID: 7d4dd031-6c12-458d-93c4-b27deb3e2b34 2022-08-28T06:13:23.265Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7d4dd031-6c12-458d-93c4-b27deb3e2b34 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-08-28T06:13:23.268Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.268Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.269Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7d4dd031-6c12-458d-93c4-b27deb3e2b34: {\"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-08-28T06:13:23.269Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d384736 2022-08-28T06:13:23.269Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.269Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-28T06:13:23.269Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29b87566-cd9a-43bc-afc7-0651eb1739fb 2022-08-28T06:13:23.269Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29b87566-cd9a-43bc-afc7-0651eb1739fb 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-08-28T06:13:23.272Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.272Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:23.272Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:13:23.273Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.273Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:23.273Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:13:23.274Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.274Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-28T06:13:23.274Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-28T06:13:23.274Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-28T06:13:23.275Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1020e706-6d1d-4045-a7c0-585379e32b71 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-08-28T06:13:23.277Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.278Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:23.278Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-28T06:13:23.278Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.279Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-28T06:13:23.279Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7d4dd031-6c12-458d-93c4-b27deb3e2b34 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-08-28T06:13:23.281Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.281Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.282Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 37429e79-3873-4209-bb5c-15b2bb9286d7: basic_vm_macro 2022-08-28T06:13:23.282Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.282Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.283Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.283Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.283Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.284Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.284Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.284Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.284Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-28T06:13:23.285Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-28T06:13:23.285Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:23.372Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b6724d44-9f07-499c-8036-43a57d4f0303 1 ASDC deployResourceStructure 2022-08-28T06:13:23.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:23.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:23.373Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:13:23.374Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:23.376Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:23.376Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667203373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T06:13:23.476Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:23.476Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:23.477Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:23.504Z||pool-318-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:23.505Z||pool-318-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:24.377Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:24.377Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:24.377Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:13:24.377Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:24.379Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:24.379Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667204376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-28T06:13:24.479Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:24.480Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:24.480Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:24.528Z||pool-319-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:24.528Z||pool-319-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:25.380Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:25.380Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:25.380Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:13:25.380Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:25.382Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:25.382Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667205380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-28T06:13:25.482Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:13:25.483Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:25.483Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:25.563Z||pool-320-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:25.564Z||pool-320-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1} 2022-08-28T06:13:26.383Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-08-28T06:13:26.383Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-28T06:13:26.383Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-28T06:13:26.384Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-08-28T06:13:26.385Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:13:26.385Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667206383, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:13:26.485Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-28T06:13:26.486Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:13:26.486Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:13:26.523Z||pool-321-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:13:26.524Z||pool-321-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":2,"count":1} 2022-08-28T06:13:27.386Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b244fd9e-513e-4fae-957a-4de6fdac1e9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-28T06:13:27.400Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b244fd9e-513e-4fae-957a-4de6fdac1e9b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-08-28T06:13:27.403Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-28T06:13:27.403Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-28T06:13:27.403Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-28T06:13:27.403Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-28T06:13:27.403Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-08-28T06:13:27.403Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||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-08-28T06:13:27.407Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-28T06:13:57.408Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b244fd9e-513e-4fae-957a-4de6fdac1e9b 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-08-28T06:13:57.414Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b244fd9e-513e-4fae-957a-4de6fdac1e9b and serviceModelVersionId: 37429e79-3873-4209-bb5c-15b2bb9286d7 2022-08-28T06:13:57.414Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4742ee79-acbb-4ad1-8dc8-1c67c4506239 2022-08-28T06:13:57.415Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0 2022-08-28T06:13:57.420Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-08-28T06:13:57.455Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Invoke 2022-08-28T06:13:57.456Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[664dce56-6311-4b01-b71b-013381d89d35], X-ECOMP-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], X-TransactionId=[], X-ONAP-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], Content-Type=[application/merge-patch+json]} 2022-08-28T06:13:58.997Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Invoke 2022-08-28T06:13:58.997Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e449c409-9fda-4fac-8c4e-54baa4e51e3f], X-ECOMP-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], X-TransactionId=[], X-ONAP-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], Content-Type=[application/merge-patch+json]} 2022-08-28T06:14:00.533Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Invoke 2022-08-28T06:14:00.533Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af811171-1b47-442c-8488-34d49cd21d75], X-ECOMP-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], X-TransactionId=[], X-ONAP-RequestID=[b244fd9e-513e-4fae-957a-4de6fdac1e9b], Content-Type=[application/merge-patch+json]} 2022-08-28T06:14:01.567Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T06:14:01.567Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:14:01.568Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T06:14:01.568Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:14:01.574Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:14:01.574Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b244fd9e-513e-4fae-957a-4de6fdac1e9b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-08-28T06:14:01.574Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-08-28T06:14:01.574Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||DistributionClient - sendStatus 2022-08-28T06:14:01.576Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-28T06:14:01.576Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||try to send status { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667241574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T06:14:01.676Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-28T06:14:01.677Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-28T06:14:01.677Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:14:01.780Z||pool-322-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:14:01.781Z||pool-322-thread-1|||||INFO|500||cambria reply ok (104 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-08-28T06:14:02.587Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:14:02.587Z||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-08-28T06:14:02.587Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:14:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:14:02.781Z||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-08-28T06:14:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:14:02.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:14:02.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-28T06:14:02.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bc05152-26fa-46ac-9850-be6c6020b92e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667182247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T06:14:02.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:14:12.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:14:12.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:14:12.351Z||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-08-28T06:14:12.351Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:14:21.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:14:21.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:14:21.986Z||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-08-28T06:14:21.986Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:14:31.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:14:31.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:14:31.649Z||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-08-28T06:14:31.649Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:14:41.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:15:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:15:02.779Z||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-08-28T06:15:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:15:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:15:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:15:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:15:03.361Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:15:03.362Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.362Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:15:03.362Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.363Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-28T06:15:03.364Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667183260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Missing status on Status Object. 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667197088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.365Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667199629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667200810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667202245, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667203373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-28T06:15:03.366Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667204376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667205380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667206383, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:03.367Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||received message from topic 2022-08-28T06:15:03.368Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b244fd9e-513e-4fae-957a-4de6fdac1e9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661667241574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-08-28T06:15:03.368Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-28T06:15:12.416Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:16:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:16:02.779Z||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-08-28T06:16:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:16:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:16:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:16:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:16:12.470Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:16:12.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:17:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:17:02.779Z||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-08-28T06:17:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:17:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:17:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:17:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:17:12.599Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:17:12.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:18:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:18:02.779Z||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-08-28T06:18:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:18:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:18:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:18:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:18:12.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:18:12.454Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:19:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:19:02.779Z||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-08-28T06:19:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:19:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:19:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:19:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:19:12.442Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:19:12.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:20:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:20:02.780Z||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-08-28T06:20:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:20:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:20:02.781Z||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-08-28T06:20:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:20:12.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:20:12.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:21:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:21:02.780Z||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-08-28T06:21:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:21:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:21:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:21:02.782Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:21:12.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:21:12.543Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:22:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:22:02.781Z||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-08-28T06:22:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:22:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:22:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T06:22:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:22:12.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:22:12.546Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:23:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:23:02.779Z||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-08-28T06:23:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:23:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:23:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T06:23:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:23:12.544Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:23:12.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:24:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:24:02.779Z||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-08-28T06:24:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:24:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:24:02.781Z||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-08-28T06:24:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:24:12.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:24:12.703Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:25:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:25:02.779Z||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-08-28T06:25:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:25:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:25:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:25:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:25:12.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:25:12.597Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:26:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:26:02.779Z||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-08-28T06:26:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:26:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:26:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T06:26:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:26:12.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:26:12.493Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:27:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:27:02.779Z||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-08-28T06:27:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:27:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:27:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:27:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:27:12.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:27:12.706Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:28:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:28:02.779Z||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-08-28T06:28:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:28:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:28:02.781Z||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-08-28T06:28:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:28:12.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:28:12.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:29:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:29:02.780Z||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-08-28T06:29:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:29:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:29:02.781Z||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-08-28T06:29:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:29:12.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:29:12.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:30:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:30:02.780Z||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-08-28T06:30:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:30:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:30:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:30:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:30:12.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:30:12.570Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:31:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:31:02.779Z||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-08-28T06:31:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:31:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:31:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T06:31:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:31:12.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:31:12.521Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:32:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:32:02.779Z||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-08-28T06:32:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:32:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:32:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:32:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:32:12.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:32:12.548Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:33:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:33:02.779Z||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-08-28T06:33:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:33:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:33:02.782Z||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-08-28T06:33:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:33:12.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:33:12.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:34:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:34:02.779Z||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-08-28T06:34:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:34:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:34:02.781Z||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-08-28T06:34:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:34:12.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:34:12.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:35:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:35:02.779Z||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-08-28T06:35:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:35:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:35:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:35:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:35:12.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:35:12.604Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:36:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:36:02.779Z||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-08-28T06:36:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:36:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:36:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T06:36:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:36:12.497Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:36:12.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:37:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:37:02.779Z||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-08-28T06:37:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:37:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:37:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:37:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:37:12.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:37:12.537Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:38:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:38:02.780Z||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-08-28T06:38:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:38:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:38:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:38:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:38:12.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:38:12.598Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:39:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:39:02.780Z||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-08-28T06:39:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:39:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:39:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T06:39:02.782Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:39:12.514Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:39:12.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:40:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:40:02.779Z||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-08-28T06:40:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:40:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:40:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:40:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:40:12.540Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:40:12.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:41:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:41:02.779Z||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-08-28T06:41:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:41:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:41:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:41:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:41:12.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:41:12.765Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:42:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:42:02.780Z||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-08-28T06:42:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:42:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:42:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T06:42:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:42:12.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:42:12.623Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:43:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:43:02.779Z||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-08-28T06:43:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:43:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:43:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:43:02.782Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:43:12.638Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:43:12.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:44:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:44:02.779Z||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-08-28T06:44:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:44:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:44:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:44:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:44:12.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:44:12.650Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:45:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:45:02.779Z||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-08-28T06:45:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:45:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:45:02.781Z||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-08-28T06:45:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:45:12.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:45:12.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:46:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:46:02.779Z||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-08-28T06:46:02.779Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:46:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:46:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:46:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:46:12.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:46:12.513Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:47:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:47:02.780Z||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-08-28T06:47:02.780Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:47:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:47:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T06:47:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:47:12.550Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:47:12.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:48:02.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:48:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:48:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:48:02.781Z||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-08-28T06:48:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:48:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:48:12.471Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:48:12.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:49:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:49:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:49:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:49:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:49:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:49:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:49:12.465Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:49:12.475Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:50:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:50:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:50:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:50:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:50:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:50:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:50:12.460Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:50:12.470Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:51:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:51:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:51:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:51:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:51:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?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-08-28T06:51:02.781Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:51:12.470Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:51:12.500Z|5bc05152-26fa-46ac-9850-be6c6020b92e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19632db-1d9c-4299-bdef-74b381222211/model-vers/model-ver/7f564ca4-7f34-4af6-8ea5-fdb3c4617304?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:52:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:52:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:52:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:52:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:52:02.781Z||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-08-28T06:52:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:52:12.398Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:52:12.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:53:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:53:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:53:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:53:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:53:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T06:53:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:53:12.416Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:53:12.464Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:54:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:54:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:54:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:54:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:54:02.781Z||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-08-28T06:54:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:54:12.434Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:54:12.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:55:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:55:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:55:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:55:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:55:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:55:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:55:12.395Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:55:12.409Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:56:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:56:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:56:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:56:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:56:02.782Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T06:56:02.782Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:56:12.435Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:56:12.438Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:57:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:57:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:57:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:57:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:57:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T06:57:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:57:12.430Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:57:12.450Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:58:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:58:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:58:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:58:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:58:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T06:58:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:58:12.481Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:58:12.516Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:59:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:59:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T06:59:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T06:59:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T06:59:02.781Z||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-08-28T06:59:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T06:59:12.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T06:59:12.494Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:00:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:00:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:00:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:00:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:00:02.781Z||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-08-28T07:00:02.782Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T07:00:12.415Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:00:12.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:01:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:01:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:01:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:01:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:01:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?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-08-28T07:01:02.781Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:01:12.381Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:01:12.384Z|73218387-28be-4f2f-bae9-81fe2a9e7534|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba9c4f4-992c-4b45-9352-11124c658362/model-vers/model-ver/fd292f8d-7ebe-49e4-a0e9-a9752f7a6a24?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:02:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:02:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:02:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:02:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:02:02.781Z||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-08-28T07:02:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T07:02:12.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:02:12.440Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:03:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:03:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:03:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:03:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:03:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T07:03:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:03:12.485Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:03:12.495Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:04:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:04:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:04:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:04:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:04:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?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-08-28T07:04:02.781Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:04:12.405Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:04:12.421Z|b244fd9e-513e-4fae-957a-4de6fdac1e9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4742ee79-acbb-4ad1-8dc8-1c67c4506239/model-vers/model-ver/37429e79-3873-4209-bb5c-15b2bb9286d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:05:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:05:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:05:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:05:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:05:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T07:05:02.782Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:05:12.503Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:05:12.510Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:06:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:06:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:06:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:06:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:06:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?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-08-28T07:06:02.781Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:06:12.468Z|8e10b1bf-1639-4cf5-abd8-460631ce412b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6741b3df-a608-4b0f-aad4-6ec14311adbd/model-vers/model-ver/f53df0d1-afc9-4582-9930-225aab69a447?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:06:12.492Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:07:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:07:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:07:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:07:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:07:02.781Z||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-08-28T07:07:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T07:07:12.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:07:12.517Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:08:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:08:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:08:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:08:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:08:02.781Z||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-08-28T07:08:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T07:08:12.488Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:08:12.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:09:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:09:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:09:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:09:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:09:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?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-08-28T07:09:02.781Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:09:12.521Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:09:12.540Z|99d0df42-1e18-43bd-85b1-23813d864a5b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44df762a-1f58-45f3-8a6f-036826ca684c/model-vers/model-ver/69ebeb38-259c-4321-af45-1d8676f188c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:10:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:10:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:10:02.781Z||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-08-28T07:10:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:10:02.781Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:10:02.781Z||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 wYGLBhsMeYHSGirL) ... 2022-08-28T07:10:12.570Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:10:12.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:11:02.779Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:11:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?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-08-28T07:11:02.780Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:11:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-28T07:11:02.781Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?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-08-28T07:11:02.782Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ... 2022-08-28T07:11:12.444Z|f4c73646-54d9-4d42-a21d-00e56d6f87bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1635f9-6c2a-475f-841c-1f458b6de020/model-vers/model-ver/b15e7c2c-48b4-4e42-86da-05563a9fa995?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-08-28T07:11:12.504Z|7f438682-62e4-4771-8013-45f32c9bc3a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc575c-cdd9-4fda-b9fb-deb5ccf35641/model-vers/model-ver/dce953ba-040a-4eca-85b4-edd0b3062477?depth=0|INFO|500|| --> HTTP/1.1 200 OK