JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-04-08T05:35:00.449Z||main|||||INFO|500||The following profiles are active: basic 2022-04-08T05:35:16.322Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-08T05:35:16.324Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-08T05:35:16.462Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-08T05:35:22.614Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-08T05:35:23.219Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-08T05:35:23.772Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-08T05:35:23.783Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-08T05:35:23.909Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-08T05:35:24.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-08T05:35:24.847Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-08T05:35:26.897Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-08T05:35:29.889Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-08T05:35:29.986Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-08T05:35:30.894Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-08T05:35:31.158Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-04-08T05:35:33.151Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-08T05:35:34.838Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-08T05:35:34.875Z||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$$fa32a587.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-04-08T05:35:34.877Z||main|||||WARN|500||The sdc end point is not alive 2022-04-08T05:35:39.878Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-04-08T05:35:44.399Z||main|||||WARN|500||--- 2022-04-08T05:35:44.399Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-08T05:35:44.400Z||main|||||WARN|500||--- 2022-04-08T05:35:45.004Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-08T05:35:51.728Z||main|||||INFO|500||Started Application in 54.975 seconds (JVM running for 58.189) 2022-04-08T05:35:51.768Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-08T05:35:51.770Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-08T05:35:51.790Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-08T05:35:51.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-08T05:35:51.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 721dbda8-8ac0-4dc3-8b4d-cfa70062ec1d url= /sdc/v1/artifactTypes 2022-04-08T05:35:51.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-08T05:35:52.277Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-08T05:35:52.314Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-04-08T05:35:52.340Z||scheduling-1|||||DEBUG|500||create keys 2022-04-08T05:35:52.350Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-08T05:35:52.510Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:35:52.536Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 53dcc94a-5371-4c11-b796-6a8aeca89b63 url= /sdc/v1/registerForDistribution 2022-04-08T05:35:53.369Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 53dcc94a-5371-4c11-b796-6a8aeca89b63 url= /sdc/v1/registerForDistribution 2022-04-08T05:35:53.370Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-08T05:35:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:35:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:35:53.395Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-08T05:35:53.397Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:35:53.397Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:35:53.398Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:35:53.398Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:36:04.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:36:04.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:36:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:36:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:36:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:36:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:36:53.383Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:36:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:37:03.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:37:03.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:37:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:37:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:37:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:37:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:37:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:37:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:38:02.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:38:03.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:38:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:38:53.380Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:38:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:38:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:38:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:38:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:39:02.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:39:02.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:39:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:39:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:39:53.383Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:39:53.383Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:39:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:39:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:40:03.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:40:03.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:40:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:40:53.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-04-08T05:40:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:40:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:40:53.383Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:40:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:41:02.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:41:02.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:41:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:41:53.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-04-08T05:41:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:41:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:41:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:41:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:42:02.940Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:42:02.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:42:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:42:53.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-04-08T05:42:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:42:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:42:53.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:42:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:43:02.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:43:02.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:43:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:43:53.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-04-08T05:43:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:43:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:43:53.383Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:43:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:44:02.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:44:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:44:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:44:53.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-04-08T05:44:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:44:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:44:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:44:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:45:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:45:02.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:45:24.748Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-08T05:45:24.993Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@d32a19a ((conn=1252) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2022-04-08T05:45:24.996Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5e665f7b ((conn=1253) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2022-04-08T05:45:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:45:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:45:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:45:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:45:53.382Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:45:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:46:02.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:46:03.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:46:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:46:53.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-04-08T05:46:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:46:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:46:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:46:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:47:02.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:47:02.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:47:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:47:53.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-04-08T05:47:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:47:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:47:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:47:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:48:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:48:02.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:48:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:48:53.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-04-08T05:48:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:48:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:48:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:48:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:49:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:49:02.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:49:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:49:53.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-04-08T05:49:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:49:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:49:53.383Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:49:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:50:02.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:50:02.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:50:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:50:53.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-04-08T05:50:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:50:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:50:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:50:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:51:02.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:51:02.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:51:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:51:53.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-04-08T05:51:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:51:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:51:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:51:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:52:02.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:52:02.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:52:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:52:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:52:53.382Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:52:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:52:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:52:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:53:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:53:02.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:53:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:53:53.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-04-08T05:53:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:53:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:53:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:53:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:54:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:54:03.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:54:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:54:53.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-04-08T05:54:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:54:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:54:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:54:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:55:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:55:02.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:55:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:55:53.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-04-08T05:55:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:55:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:55:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:55:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:56:02.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:56:02.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:56:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:56:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:56:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:56:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:56:53.383Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:56:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:57:02.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:57:02.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:57:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:57:53.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-04-08T05:57:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:57:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:57:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:57:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:58:02.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:58:02.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:58:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:58:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:58:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:58:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:58:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:58:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:59:02.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:59:02.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T05:59:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:59:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:59:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T05:59:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T05:59:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T05:59:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:00:03.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:00:03.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:00:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:00:53.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-04-08T06:00:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:00:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:00:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:00:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:01:02.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:01:02.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:01:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:01:53.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-04-08T06:01:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:01:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:01:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:01:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:02:02.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:02:03.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:02:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:02:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:02:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:02:53.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:02:53.384Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:02:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:03:02.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:03:02.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:03:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:03:53.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-04-08T06:03:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:03:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:03:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:03:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:04:02.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:04:03.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:04:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:04:53.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-04-08T06:04:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:04:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:04:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:04:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:05:03.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:05:03.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:05:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:05:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:05:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:05:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:05:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:05:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:06:02.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:06:03.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:06:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:06:53.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:06:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:06:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:06:53.381Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:06:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:07:03.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:07:03.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:07:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:07:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:07:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:07:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:07:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:07:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:08:02.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:08:02.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:08:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:08:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:08:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:08:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:08:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:08:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:09:02.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:09:02.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:09:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:09:53.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:09:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:09:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:09:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:09:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:10:02.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:10:03.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:10:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:10:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:10:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:10:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:10:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:10:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:11:02.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:11:02.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:11:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:11:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:11:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:11:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:11:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:11:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:12:02.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:12:02.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:12:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:12:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:12:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:12:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:12:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:12:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:13:02.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:13:02.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:13:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:13:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:13:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:13:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:13:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:13:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:14:03.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:14:03.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:14:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:14:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:14:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:14:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:14:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:14:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:15:02.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:15:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:15:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:15:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:15:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:15:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:15:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:15:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:16:02.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:16:02.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:16:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:16:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:16:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:16:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:16:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:16:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:17:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:17:02.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:17:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:17:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:17:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:17:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:17:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:17:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:18:02.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:18:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:18:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:18:53.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:18:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:18:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:18:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:18:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:19:02.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:19:02.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:19:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:19:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:19:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:19:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:19:53.382Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:19:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:20:02.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:20:03.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:20:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:20:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:20:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:20:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:20:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:20:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:21:02.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:21:03.005Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:21:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:21:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:21:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:21:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:21:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:21:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:22:02.995Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:22:02.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:22:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:22:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:22:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:22:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:22:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:22:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:23:02.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:23:03.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:23:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:23:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:23:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:23:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:23:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:23:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:24:02.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:24:02.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:24:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:24:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:24:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:24:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:24:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:24:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:25:03.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:25:03.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:25:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:25:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:25:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:25:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:25:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:25:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:26:02.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:26:02.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:26:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:26:53.380Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:26:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:26:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:26:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:26:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:27:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:27:02.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:27:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:27:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:27:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:27:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:27:53.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:27:53.387Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:28:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:28:02.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:28:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:28:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:28:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:28:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:28:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:28:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:29:02.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:29:02.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:29:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:29:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:29:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:29:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:29:53.383Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:29:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:30:03.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:30:03.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:30:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:30:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:30:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:30:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:30:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:30:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:31:02.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:31:02.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:31:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:31:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:31:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:31:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:31:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:31:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:32:02.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:32:03.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:32:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:32:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:32:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:32:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:32:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:32:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:33:02.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:33:02.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:33:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:33:53.380Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:33:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:33:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:33:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:33:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:34:02.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:34:02.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:34:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:34:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:34:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:34:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:34:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:34:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:35:02.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:35:03.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:35:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:35:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:35:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:35:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:35:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:35:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:36:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:36:02.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:36:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:36:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:36:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:36:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:36:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:36:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:37:02.999Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:37:03.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:37:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:37:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:37:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:37:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:37:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:37:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:38:02.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:38:02.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:38:53.380Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:38:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:38:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:38:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:38:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:38:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:39:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:39:02.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:39:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:39:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:39:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:39:53.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:39:53.384Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:39:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:40:02.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:40:02.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:40:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:40:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:40:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:40:53.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:40:53.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:40:53.388Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:41:02.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:41:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:41:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:41:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:41:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:41:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:41:53.383Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:41:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:42:03.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:42:03.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:42:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:42:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:42:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:42:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:42:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:42:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:43:02.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:43:03.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:43:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:43:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:43:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:43:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:43:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:43:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:44:03.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:44:03.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:44:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:44:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:44:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:44:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:44:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:44:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:45:03.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:45:03.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:45:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:45:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:45:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:45:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:45:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:45:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:46:02.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:46:02.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:46:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:46:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:46:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:46:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:46:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:46:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:47:02.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:47:02.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:47:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:47:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:47:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:47:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:47:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:47:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:48:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:48:03.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:48:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:48:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:48:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:48:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:48:53.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:48:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:49:02.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:49:02.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:49:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:49:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:49:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:49:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:49:53.383Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:49:53.390Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:50:02.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:50:02.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:50:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:50:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:50:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:50:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:50:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:50:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:51:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:51:02.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:51:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:51:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:51:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:51:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:51:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:51:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:52:02.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:52:03.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:52:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:52:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:52:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:52:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:52:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:52:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:53:02.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:53:02.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:53:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:53:53.378Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:53:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:53:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:53:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:53:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:54:02.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:54:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:54:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:54:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:54:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:54:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:54:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:54:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:55:02.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:55:02.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:55:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:55:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:55:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:55:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:55:53.383Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:55:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:56:02.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:56:02.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:56:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:56:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:56:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:56:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:56:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:56:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:57:02.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:57:02.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:57:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:57:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:57:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:57:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:57:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:57:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:58:02.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:58:02.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:58:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:58:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:58:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:58:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:58:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:58:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:59:02.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:59:02.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T06:59:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:59:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:59:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T06:59:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T06:59:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T06:59:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:00:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:00:02.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:00:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:00:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:00:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:00:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:00:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:00:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:01:02.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:01:02.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:01:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:01:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:01:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:01:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:01:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:01:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:02:02.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:02:02.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:02:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:02:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:02:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:02:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:02:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:02:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:03:02.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:03:02.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:03:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:03:53.380Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:03:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:03:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:03:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:03:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:04:02.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:04:02.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:04:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:04:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:04:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:04:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:04:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:04:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:05:02.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:05:02.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:05:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:05:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:05:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:05:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:05:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:05:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:06:02.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:06:02.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:06:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:06:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:06:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:06:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:06:53.383Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:06:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:07:02.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:07:02.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:07:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:07:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:07:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:07:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:07:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:07:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:08:02.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:08:02.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:08:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:08:53.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:08:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:08:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:08:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:08:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:09:02.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:09:02.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:09:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:09:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:09:53.383Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:09:53.383Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:09:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:09:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:10:02.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:10:02.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:10:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:10:53.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-04-08T07:10:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:10:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:10:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:10:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:11:02.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:11:02.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:11:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:11:53.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-04-08T07:11:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:11:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:11:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:11:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:12:02.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:12:02.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:12:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:12:53.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-04-08T07:12:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:12:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:12:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:12:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:13:02.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:13:02.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:13:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:13:53.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-04-08T07:13:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:13:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:13:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:13:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:14:02.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:14:02.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:14:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:14:53.378Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:14:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:14:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:14:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:14:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:15:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:15:02.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:15:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:15:53.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-04-08T07:15:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:15:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:15:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:15:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:16:02.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:16:02.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:16:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:16:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:16:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:16:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:16:53.381Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:16:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:17:03.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:17:03.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:17:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:17:53.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-04-08T07:17:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:17:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:17:53.383Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:17:53.388Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:18:02.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:18:02.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:18:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:18:53.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-04-08T07:18:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:18:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:18:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:18:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:19:02.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:19:02.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:19:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:19:53.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-04-08T07:19:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:19:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:19:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:19:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:20:02.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:20:02.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:20:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:20:53.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-04-08T07:20:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:20:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:20:53.381Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:20:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:21:02.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:21:03.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:21:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:21:53.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-04-08T07:21:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:21:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:21:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:21:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:22:02.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:22:02.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:22:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:22:53.378Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:22:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:22:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:22:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:22:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:23:02.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:23:02.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:23:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:23:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:23:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:23:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:23:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:23:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:24:02.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:24:02.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:24:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:24:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:24:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:24:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:24:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:24:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:25:02.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:25:02.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:25:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:25:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:25:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:25:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:25:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:25:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:26:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:26:02.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:26:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:26:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:26:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:26:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:26:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:26:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:27:02.942Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:27:02.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:27:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:27:53.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:27:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:27:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:27:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:27:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:28:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:28:02.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:28:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:28:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:28:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:28:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:28:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:28:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:29:02.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:29:02.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:29:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:29:53.381Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:29:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:29:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:29:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:29:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:30:02.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:30:02.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:30:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:30:53.380Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:30:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:30:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:30:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:30:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:31:03.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:31:03.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:31:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:31:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:31:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:31:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:31:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:31:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:32:02.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:32:02.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:32:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:32:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:32:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:32:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:32:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:32:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:33:02.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:33:02.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:33:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:33:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:33:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:33:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:33:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:33:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:34:02.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:34:02.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:34:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:34:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:34:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:34:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:34:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:34:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:35:03.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:35:03.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:35:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:35:53.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:35:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:35:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:35:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:35:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:36:02.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:36:02.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:36:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:36:53.380Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:36:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:36:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:36:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:36:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:37:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:37:02.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:37:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:37:53.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-04-08T07:37:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:37:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:37:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:37:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:38:02.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:38:02.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:38:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:38:53.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:38:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:38:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:38:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:38:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:39:02.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:39:02.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:39:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:39:53.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:39:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:39:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:39:53.384Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:39:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:40:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:40:02.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:40:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:40:53.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:40:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:40:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:40:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:40:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:41:03.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:41:03.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:41:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:41:53.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:41:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:41:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:41:53.383Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:41:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:42:02.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:42:03.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:42:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:42:53.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:42:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:42:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:42:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:42:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:43:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:43:02.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:43:53.379Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:43:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:43:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:43:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:43:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:43:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:44:02.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:44:02.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:44:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:44:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:44:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:44:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:44:53.383Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:44:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:45:03.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:45:03.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:45:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:45:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:45:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:45:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:45:53.383Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:45:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:46:02.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:46:03.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:46:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:46:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:46:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:46:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:46:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:46:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:47:02.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:47:02.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:47:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:47:53.378Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:47:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:47:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:47:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:47:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:48:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:48:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:48:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:48:53.378Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:48:53.378Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:48:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:48:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:48:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:49:02.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:49:03.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:49:32.040Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T07:49:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:49:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:49:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:49:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:49:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:49:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:50:02.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:50:02.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:50:53.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:50:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:50:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:50:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:50:53.382Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:50:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:51:02.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:51:02.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:51:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:51:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:51:53.380Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:51:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:51:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:51:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:52:02.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:52:03.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:52:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:52:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:52:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:52:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:52:53.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:52:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:53:02.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:53:02.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:53:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:53:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:53:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:53:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:53:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:53:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:54:02.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:54:02.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:54:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:54:53.378Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:54:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:54:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:54:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:54:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:55:02.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:55:03.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:55:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:55:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:55:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:55:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:55:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:55:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:56:02.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:56:02.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:56:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:56:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:56:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:56:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:56:53.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:56:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:57:02.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:57:02.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:57:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:57:53.381Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:57:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:57:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:57:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:57:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:58:03.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:58:03.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:58:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:58:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:58:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:58:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:58:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:58:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:59:02.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:59:03.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T07:59:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:59:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:59:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T07:59:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T07:59:53.382Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T07:59:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:03.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:03.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:00:53.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:00:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:00:53.381Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:00:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:54.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:54.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:54.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"71340893-33f5-422d-827f-994717e033fe","serviceName":"basic_onboard_VbCKdK","serviceVersion":"1.0","serviceUUID":"fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46","serviceDescription":"service","serviceInvariantUUID":"010a9dbc-7e7e-4fd8-a741-b071041c98d2","resources":[{"resourceInstanceName":"basic_onboard_VbCKdK 0","resourceName":"basic_onboard_VbCKdK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"daf9e24f-8c99-4e6c-acde-9d4e6f336369","resourceInvariantUUID":"4fe363f3-ea3f-4a43-99c9-a409e34f0464","resourceCustomizationUUID":"aa1c7ad9-1ee0-40fc-894c-1449b3264bed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1Y2MzZDk5ZWM1MzI1N2IzNjIxZDk5MTc1MTc1YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8baebf7-2f3c-4f17-a1e1-af6e88c1716c","artifactVersion":"1"},{"artifactName":"basic_onboard_vbckdk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json","artifactChecksum":"M2Q5NTFhMTViNWFhYjk3YzE1NTk3MGYzZDAyOTQyZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22a11ba4-d3c3-4418-9df1-7d3382052524","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b9546981-5f52-48d1-8262-20adc8804aca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3a2acb2-ef3e-487c-8bdb-7cba25428822","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"009783c3-fb0c-4793-8797-d18ea119ef2c","artifactVersion":"2","generatedFromUUID":"b9546981-5f52-48d1-8262-20adc8804aca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVbckdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml","artifactChecksum":"OTkwZmE3NjU0MGNiODFiYWExNzAxMDY4NTk1M2ZlN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"314cbc1b-c7c5-4063-bb0a-fb3c97b9d7fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVbckdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar","artifactChecksum":"NDNlYmNhNjE1ODhjZGMxNGZiN2U3YmIwY2U4MWRjZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5684f51f-8fee-4ae1-a765-d1d134d29766","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:00:54.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.058Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:00:54.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:00:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:00:54.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.086Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.086Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-08T08:00:54.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-08T08:00:54.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "ves-openapi-manager", "timestamp": 1649404801444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404800053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404805080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:00:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404805188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:00:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404813970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404814306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404814467, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404808525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:00:54.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "cds", "timestamp": 1649404815506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:00:54.186Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-04-08T08:00:54.191Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:00:54.191Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:54.226Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:54.227Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:00:54.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71340893-33f5-422d-827f-994717e033fe 2022-04-08T08:00:54.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:00:54.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404815544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404816896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404817132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404817912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:00:54.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404818260, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:00:54.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71340893-33f5-422d-827f-994717e033fe 2022-04-08T08:00:54.465Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:00:54.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "policy-id", "timestamp": 1649404818917, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:00:54.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71340893-33f5-422d-827f-994717e033fe 2022-04-08T08:00:54.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:00:54.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "multicloud-k8s-id", "timestamp": 1649404819268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:00:54.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649404820813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:00:54.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:54.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404819894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:00:54.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:00:54.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404828405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:00:54.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404845718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:00:54.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:00:54.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:00:54.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "aai-ml", "timestamp": 1649404846727, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:00:54.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 71340893-33f5-422d-827f-994717e033fe 2022-04-08T08:00:54.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:00:55.096Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:00:55.096Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:00:55.099Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:00:55.099Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:00:55.199Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:00:55.200Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:00:55.200Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:55.220Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:55.221Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:00:56.099Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:00:56.100Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:00:56.103Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:00:56.103Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-08T08:00:56.203Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:00:56.204Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:00:56.205Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:56.225Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:56.226Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:00:57.103Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:00:57.105Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:00:57.107Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:00:57.108Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:57.208Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:00:57.209Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:00:57.209Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:57.246Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:57.248Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:00:58.108Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:00:58.110Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:00:58.112Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:00:58.112Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-08T08:00:58.212Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:00:58.213Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:00:58.213Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:58.261Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:58.263Z||pool-7-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:00:59.113Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:00:59.115Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:00:59.117Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:00:59.117Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:00:59.218Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:00:59.219Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:00:59.219Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:00:59.282Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:00:59.282Z||pool-8-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:01:00.118Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:01:00.119Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:00.122Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:00.122Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:01:00.222Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:01:00.223Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:00.223Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:00.256Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:00.257Z||pool-9-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:01:01.124Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "serviceName": "basic_onboard_VbCKdK", "serviceVersion": "1.0", "serviceUUID": "fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46", "serviceDescription": "service", "serviceInvariantUUID": "010a9dbc-7e7e-4fd8-a741-b071041c98d2", "resources": [ { "resourceInstanceName": "basic_onboard_VbCKdK 0", "resourceCustomizationUUID": "aa1c7ad9-1ee0-40fc-894c-1449b3264bed", "resourceName": "basic_onboard_VbCKdK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "daf9e24f-8c99-4e6c-acde-9d4e6f336369", "resourceInvariantUUID": "4fe363f3-ea3f-4a43-99c9-a409e34f0464", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vbckdk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "artifactChecksum": "M2Q5NTFhMTViNWFhYjk3YzE1NTk3MGYzZDAyOTQyZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "22a11ba4-d3c3-4418-9df1-7d3382052524", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b9546981-5f52-48d1-8262-20adc8804aca", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "009783c3-fb0c-4793-8797-d18ea119ef2c", "generatedFromUUID": "b9546981-5f52-48d1-8262-20adc8804aca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "009783c3-fb0c-4793-8797-d18ea119ef2c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVbckdk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "artifactChecksum": "NDNlYmNhNjE1ODhjZGMxNGZiN2U3YmIwY2U4MWRjZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5684f51f-8fee-4ae1-a765-d1d134d29766" } ], "workloadContext": "Production" } 2022-04-08T08:01:01.126Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:01:01.126Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 ASDC 2022-04-08T08:01:01.281Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:71340893-33f5-422d-827f-994717e033fe ServiceName:basic_onboard_VbCKdK ServiceVersion:1.0 ServiceUUID:fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 ServiceInvariantUUID:010a9dbc-7e7e-4fd8-a741-b071041c98d2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVbckdk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar ArtifactUUID:5684f51f-8fee-4ae1-a765-d1d134d29766 ArtifactChecksum:NDNlYmNhNjE1ODhjZGMxNGZiN2U3YmIwY2U4MWRjZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_VbCKdK 0 ResourceCustomizationUUID:aa1c7ad9-1ee0-40fc-894c-1449b3264bed ResourceInvariantUUID:4fe363f3-ea3f-4a43-99c9-a409e34f0464 ResourceName:basic_onboard_VbCKdK ResourceType:VF ResourceUUID:daf9e24f-8c99-4e6c-acde-9d4e6f336369 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vbckdk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json ArtifactUUID:22a11ba4-d3c3-4418-9df1-7d3382052524 ArtifactChecksum:M2Q5NTFhMTViNWFhYjk3YzE1NTk3MGYzZDAyOTQyZmY= 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/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml ArtifactUUID:b9546981-5f52-48d1-8262-20adc8804aca 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/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env ArtifactUUID:009783c3-fb0c-4793-8797-d18ea119ef2c 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/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env ArtifactUUID:009783c3-fb0c-4793-8797-d18ea119ef2c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:01:01.282Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:01:01.444Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:01:01.447Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-08T08:01:01.451Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-08T08:01:01.452Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5684f51f-8fee-4ae1-a765-d1d134d29766 from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:01.452Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-08T08:01:01.455Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:02.166Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-08T08:01:02.186Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar 5684f51f-8fee-4ae1-a765-d1d134d29766 71576 2022-04-08T08:01:02.192Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar ASDC sendASDCNotification 2022-04-08T08:01:02.192Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:02.193Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:01:02.195Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:02.197Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:02.198Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404862190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:01:02.297Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:01:02.298Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:02.299Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:02.314Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:02.315Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:01:03.199Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:01:03.200Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-08T08:01:03.200Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5684f51f-8fee-4ae1-a765-d1d134d29766, URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar to file: /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:03.201Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:03.339Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:03.340Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:03.997Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5211911865571727502/Definitions/service-BasicOnboardVbckdk-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-08T08:01:06.827Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VbCKdK 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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.834Z|71340893-33f5-422d-827f-994717e033fe|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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:06.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-08T08:01:06.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.842Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:06.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-08T08:01:06.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:01:06.849Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.849Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is not matching search criteria 2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.856Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:01:06.857Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.857Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:06.857Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:01:06.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:06.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is not matching search criteria 2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=314699ba-19ba-47e9-95e2-4c6b88c92818 2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_VbCKdK Description:service Model UUID:fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 Model Version:NULL Model InvariantUuid:010a9dbc-7e7e-4fd8-a741-b071041c98d2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_VbCKdK Model UUID:6d244f5c-ba96-4a34-ae1e-e9739e033697 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4fe363f3-ea3f-4a43-99c9-a409e34f0464 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aa1c7ad9-1ee0-40fc-894c-1449b3264bed NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:132acf3a-e379-446d-a568-499158e70939 ModelName:BasicOnboardVbckdk..base_ubuntu18..module-0 ModelUuid:4e6f60e1-cc7d-4065-8915-3bd6e4891097 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:314699ba-19ba-47e9-95e2-4c6b88c92818 ModelInvariantUuid:173c9cb4-9adb-4bbb-bc38-e8a4a4f4e8f4 ModelName:basic_onboard_VbCKdK-nodes.ubuntu18Cvfc ModelUuid:0871876a-5812-4535-bf34-7bef6948bd25 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:968ef605-f930-4ca7-a29b-29326d00d44e ModelInvariantUuid:8174d9b7-051d-4133-99ac-3903996eddb4 ModelName:BasicOnboardVbckdk.compute.nodes.heat.ubuntu18 ModelUuid:03b2ca05-f2d5-4be8-9579-87e390b9198a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:01:06.879Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: daf9e24f-8c99-4e6c-acde-9d4e6f336369 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:01:06.998Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||basic_onboard_VbCKdK 0 2022-04-08T08:01:07.005Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: daf9e24f-8c99-4e6c-acde-9d4e6f336369 2022-04-08T08:01:07.005Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 22a11ba4-d3c3-4418-9df1-7d3382052524 from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json 2022-04-08T08:01:07.006Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-08T08:01:07.006Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json 2022-04-08T08:01:07.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-08T08:01:07.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json 22a11ba4-d3c3-4418-9df1-7d3382052524 798 2022-04-08T08:01:07.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json ASDC sendASDCNotification 2022-04-08T08:01:07.841Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json 2022-04-08T08:01:07.841Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:01:07.842Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:07.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:07.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404867840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:01:07.946Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:01:07.947Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:07.947Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:08.003Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:08.003Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:01:08.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVbckdk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "132acf3a-e379-446d-a568-499158e70939", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e6f60e1-cc7d-4065-8915-3bd6e4891097", "vfModuleModelCustomizationUUID": "39116732-650d-4be4-87e8-e40a8d42e0c1", "isBase": true, "artifacts": [ "b9546981-5f52-48d1-8262-20adc8804aca", "009783c3-fb0c-4793-8797-d18ea119ef2c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:01:08.870Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVbckdk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e6f60e1-cc7d-4065-8915-3bd6e4891097 VfModuleModelInvariantUUID:132acf3a-e379-446d-a568-499158e70939 VfModuleModelDescription:NULL Artifacts UUID List:{ b9546981-5f52-48d1-8262-20adc8804aca , 009783c3-fb0c-4793-8797-d18ea119ef2c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:01:08.877Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVbckdk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "132acf3a-e379-446d-a568-499158e70939", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e6f60e1-cc7d-4065-8915-3bd6e4891097", "vfModuleModelCustomizationUUID": "39116732-650d-4be4-87e8-e40a8d42e0c1", "isBase": true, "artifacts": [ "b9546981-5f52-48d1-8262-20adc8804aca", "009783c3-fb0c-4793-8797-d18ea119ef2c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:01:08.877Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVbckdk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e6f60e1-cc7d-4065-8915-3bd6e4891097 VfModuleModelInvariantUUID:132acf3a-e379-446d-a568-499158e70939 VfModuleModelDescription:NULL Artifacts UUID List:{ b9546981-5f52-48d1-8262-20adc8804aca , 009783c3-fb0c-4793-8797-d18ea119ef2c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:01:08.878Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9546981-5f52-48d1-8262-20adc8804aca from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml 2022-04-08T08:01:08.878Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-08T08:01:08.878Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml 2022-04-08T08:01:09.553Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-08T08:01:09.554Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml b9546981-5f52-48d1-8262-20adc8804aca 5033 2022-04-08T08:01:09.555Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-08T08:01:09.555Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml 2022-04-08T08:01:09.555Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:01:09.556Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:09.558Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:09.558Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404869555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:01:09.658Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:01:09.659Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:09.660Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:09.683Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:09.684Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:01:10.560Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 009783c3-fb0c-4793-8797-d18ea119ef2c from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env 2022-04-08T08:01:10.561Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-08T08:01:10.563Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env 2022-04-08T08:01:10.955Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-08T08:01:10.958Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env 009783c3-fb0c-4793-8797-d18ea119ef2c 909 2022-04-08T08:01:10.959Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-08T08:01:10.959Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env 2022-04-08T08:01:10.959Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:01:10.960Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:10.967Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:10.967Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404870959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:01:11.067Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:01:11.068Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:11.068Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:11.095Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:11.096Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:01:11.968Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 2022-04-08T08:01:11.969Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VbCKdK 0 daf9e24f-8c99-4e6c-acde-9d4e6f336369 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:01:12.010Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d70857, org.onap.sdc.toscaparser.api.parameters.Input@183808be, org.onap.sdc.toscaparser.api.parameters.Input@64810c32, org.onap.sdc.toscaparser.api.parameters.Input@3270cca5, org.onap.sdc.toscaparser.api.parameters.Input@3e69ef0c] 2022-04-08T08:01:12.015Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.016Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.016Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-08T08:01:12.016Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aa1c7ad9-1ee0-40fc-894c-1449b3264bed 2022-04-08T08:01:12.017Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa1c7ad9-1ee0-40fc-894c-1449b3264bed matches Tosca VF Customization UUID: aa1c7ad9-1ee0-40fc-894c-1449b3264bed 2022-04-08T08:01:12.017Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aa1c7ad9-1ee0-40fc-894c-1449b3264bed matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:01:12.025Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.026Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.027Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aa1c7ad9-1ee0-40fc-894c-1449b3264bed: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-08T08:01:12.028Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@640348fe 2022-04-08T08:01:12.028Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.028Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:01:12.029Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39116732-650d-4be4-87e8-e40a8d42e0c1 2022-04-08T08:01:12.030Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39116732-650d-4be4-87e8-e40a8d42e0c1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:01:12.038Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.039Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:12.039Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is not matching search criteria 2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=314699ba-19ba-47e9-95e2-4c6b88c92818 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:01:12.056Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.056Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:12.057Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:01:12.057Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.058Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria 2022-04-08T08:01:12.058Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=aa1c7ad9-1ee0-40fc-894c-1449b3264bed Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:01:12.060Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.061Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.061Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46: basic_onboard_VbCKdK 2022-04-08T08:01:12.061Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:01:12.064Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:01:12.064Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_VbCKdK Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:01:12.283Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VbCKdK daf9e24f-8c99-4e6c-acde-9d4e6f336369 1 ASDC deployResourceStructure 2022-04-08T08:01:12.284Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json ASDC sendASDCNotification 2022-04-08T08:01:12.284Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json 2022-04-08T08:01:12.284Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:01:12.285Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:12.287Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:12.287Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404872284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:01:12.387Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:01:12.389Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:12.389Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:12.414Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:12.415Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:01:13.289Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-08T08:01:13.290Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml 2022-04-08T08:01:13.290Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:01:13.291Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:13.296Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:13.297Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404873289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:01:13.396Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T08:01:13.400Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:13.400Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:13.438Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:13.438Z||pool-15-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1} 2022-04-08T08:01:14.298Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-08T08:01:14.299Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env 2022-04-08T08:01:14.300Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:01:14.300Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:14.302Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:14.303Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404874298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-08T08:01:14.403Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:01:14.404Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:14.404Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:14.433Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:14.434Z||pool-16-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:01:15.304Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar ASDC sendASDCNotification 2022-04-08T08:01:15.304Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar 2022-04-08T08:01:15.305Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:01:15.305Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:01:15.307Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:01:15.307Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404875303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:01:15.407Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:01:15.408Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:01:15.408Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:15.428Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:15.430Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:01:16.309Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:01:16.338Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:01:16.343Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:01:16.344Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:01:16.344Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:01:16.344Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:01:46.345Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:01:46.360Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:01:46.376Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:01:46.376Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:01:46.377Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:01:46.377Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:01:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:01:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:01:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:01:53.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:01:53.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:01:53.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:01:53.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:16.377Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:02:16.398Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:02:16.404Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:02:16.404Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:02:16.405Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:02:16.405Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:02:46.406Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:02:46.422Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:02:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:02:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:02:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:02:53.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:02:53.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:02:53.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-08T08:02:53.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:02:53.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:53.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-08T08:02:53.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:02:53.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404853378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:02:53.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:02:53.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404862190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:02:53.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404867840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:02:53.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404869555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:02:53.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404870959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:02:53.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404872284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:02:53.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404873289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:02:53.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404874298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-08T08:02:53.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:02:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:02:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649404875303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:02:53.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:03:16.430Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:03:16.458Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:03:16.470Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:03:16.471Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:03:16.471Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:03:16.471Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:03:46.472Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:03:46.481Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@58bc20f0 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=4580) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 69 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 70 common frames omitted 2022-04-08T08:03:46.484Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-08T08:03:46.484Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||ERROR|500||(conn=4580) WSREP has not yet prepared node for application use 2022-04-08T08:03:46.486Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=4580) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 64 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 69 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 70 common frames omitted 2022-04-08T08:03:46.489Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 43 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=4580) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 64 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 69 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 70 common frames omitted 2022-04-08T08:03:46.499Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-04-08T08:03:46.500Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||ERROR|500||Exception occurred org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 24 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 27 common frames omitted 2022-04-08T08:03:46.501Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-04-08T08:03:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:03:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:03:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:04:02.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:04:16.501Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:04:16.521Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:04:46.526Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:04:46.546Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:04:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:04:53.383Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:04:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:04:54.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:04:54.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOTIFIED" } 2022-04-08T08:04:54.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:04:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:04:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:04:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405045188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:04:54.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405045080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:04:54.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405048525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:04:54.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405060926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405061293, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405060832, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "cds", "timestamp": 1649405061941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:04:54.113Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d 2022-04-08T08:04:54.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:04:54.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405062298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:04:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405062063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "policy-id", "timestamp": 1649405063301, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:04:54.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d 2022-04-08T08:04:54.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:04:54.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405063428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405064467, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:04:54.183Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d 2022-04-08T08:04:54.183Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:04:54.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649405065474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:04:54.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405059893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:04:54.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "ves-openapi-manager", "timestamp": 1649405061440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405068396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:04:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405070053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:04:54.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405078261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:04:54.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405083068, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:04:54.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405084075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:04:54.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d 2022-04-08T08:04:54.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:04:54.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405083743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:04:54.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:04:54.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:04:54.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "aai-ml", "timestamp": 1649405084750, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:04:54.248Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d 2022-04-08T08:04:54.249Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:05:16.551Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:05:16.568Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:05:16.573Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:05:16.573Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:05:16.574Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:05:16.574Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:05:46.574Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:05:46.588Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:05:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:05:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:05:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:02.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:16.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-04-08T08:06:16.594Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71340893-33f5-422d-827f-994717e033fe and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:06:16.608Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71340893-33f5-422d-827f-994717e033fe and serviceModelVersionId: fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 2022-04-08T08:06:16.609Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 010a9dbc-7e7e-4fd8-a741-b071041c98d2 2022-04-08T08:06:35.210Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0 2022-04-08T08:06:35.383Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:06:36.162Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:06:36.174Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Invoke 2022-04-08T08:06:37.744Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:06:37.746Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Invoke 2022-04-08T08:06:39.273Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:06:39.274Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Invoke 2022-04-08T08:06:40.312Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:06:40.314Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:06:40.314Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:06:40.316Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:06:40.327Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:06:40.328Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71340893-33f5-422d-827f-994717e033fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:06:40.330Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:06:40.330Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:40.333Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:40.333Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405200329, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:06:40.433Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:06:40.435Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:40.435Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:40.477Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:40.478Z||pool-18-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-04-08T08:06:41.362Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:06:41.363Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:06:41.363Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:45.818Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:45.819Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||received message from topic 2022-04-08T08:06:45.819Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"caff4f50-d20d-4637-83ad-66b8da5b7a2d","serviceName":"vFW 2022-04-08 07-59-41","serviceVersion":"1.0","serviceUUID":"3a146845-cc91-4a4e-97a8-9c0eb0ead22e","serviceDescription":"catalog service description","serviceInvariantUUID":"ca3d4119-19e0-4ca1-8a96-3e28b2a508b2","resources":[{"resourceInstanceName":"vFW 895261ca-6ee4 0","resourceName":"vFW 895261ca-6ee4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40f53275-4afd-452d-8782-8587c9858ed4","resourceInvariantUUID":"d12d67ab-652f-4014-8e79-b53a135580a4","resourceCustomizationUUID":"c40d54a0-243b-4945-95d5-5b33d68d7057","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml","artifactChecksum":"MjdkNzQ3OThlNDdkMTk5Y2IwODRiMTAxMjUyOGMyOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d93367e-409e-410a-88ed-caeef82ad5b5","artifactVersion":"1"},{"artifactName":"vfw895261ca6ee40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json","artifactChecksum":"NjM3NGUyZmMwNDAxMGUxMGU0ODNmNGM2N2VlMmU1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbd90de1-c1c4-4eb8-b631-165c705a8a0d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f453415-a077-49ef-9a8d-f4ce4eba8620","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml","artifactChecksum":"OWYyMWQxOWM5MGZkNzFhOTI0MjcyNjhiZTQ1NjQzYjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db847100-1dbe-43a4-ac55-c684687ffe36","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed3959c3-2400-4191-8464-e8a3ea93a160","artifactVersion":"2","generatedFromUUID":"1f453415-a077-49ef-9a8d-f4ce4eba8620"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408075941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml","artifactChecksum":"ODE4NTQyZDJjZmQ3NjliYWI4ZDkyODBlYWY4NzE1ZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a3dbbdc-58d6-4df5-9bf1-cd4332cf4b5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220408075941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar","artifactChecksum":"ODU5OTYyZTY1NjRlZmI2OTZkYWIzNzM5OTExZmQwNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f887a893-bee5-40e1-b2e4-3caabba7d0d5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:06:45.823Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:45.824Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:45.831Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:45.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:06:45.927Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-08T08:06:45.928Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:45.928Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:45.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:45.946Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:06:46.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:46.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:46.836Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:46.836Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOTIFIED" } 2022-04-08T08:06:46.936Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:46.937Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:46.937Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:46.960Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:46.961Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:06:47.836Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:47.839Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:47.844Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:47.844Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:06:47.944Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:47.945Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:47.945Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:47.972Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:47.973Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:06:48.845Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:48.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:48.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:48.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:06:48.948Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:48.950Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:48.950Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:48.977Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:48.978Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:06:49.849Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:49.851Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:49.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:49.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:06:49.955Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:06:49.957Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:49.957Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:49.996Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:49.997Z||pool-23-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:06:50.856Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:50.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:50.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:50.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:06:50.960Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:50.962Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:50.962Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:51.005Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:51.006Z||pool-24-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:06:51.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:06:51.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:51.864Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:51.864Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:06:51.964Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:51.965Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:51.965Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:51.996Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:51.996Z||pool-25-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:06:52.866Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||sending notification to client: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "serviceName": "vFW 2022-04-08 07-59-41", "serviceVersion": "1.0", "serviceUUID": "3a146845-cc91-4a4e-97a8-9c0eb0ead22e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ca3d4119-19e0-4ca1-8a96-3e28b2a508b2", "resources": [ { "resourceInstanceName": "vFW 895261ca-6ee4 0", "resourceCustomizationUUID": "c40d54a0-243b-4945-95d5-5b33d68d7057", "resourceName": "vFW 895261ca-6ee4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40f53275-4afd-452d-8782-8587c9858ed4", "resourceInvariantUUID": "d12d67ab-652f-4014-8e79-b53a135580a4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw895261ca6ee40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "artifactChecksum": "NjM3NGUyZmMwNDAxMGUxMGU0ODNmNGM2N2VlMmU1MGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbd90de1-c1c4-4eb8-b631-165c705a8a0d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1f453415-a077-49ef-9a8d-f4ce4eba8620", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed3959c3-2400-4191-8464-e8a3ea93a160", "generatedFromUUID": "1f453415-a077-49ef-9a8d-f4ce4eba8620" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed3959c3-2400-4191-8464-e8a3ea93a160", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408075941-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "artifactChecksum": "ODU5OTYyZTY1NjRlZmI2OTZkYWIzNzM5OTExZmQwNGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f887a893-bee5-40e1-b2e4-3caabba7d0d5" } ], "workloadContext": "Production" } 2022-04-08T08:06:52.867Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:06:52.867Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a146845-cc91-4a4e-97a8-9c0eb0ead22e ASDC 2022-04-08T08:06:52.869Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ASDC Notification: DistributionID:caff4f50-d20d-4637-83ad-66b8da5b7a2d ServiceName:vFW 2022-04-08 07-59-41 ServiceVersion:1.0 ServiceUUID:3a146845-cc91-4a4e-97a8-9c0eb0ead22e ServiceInvariantUUID:ca3d4119-19e0-4ca1-8a96-3e28b2a508b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408075941-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar ArtifactUUID:f887a893-bee5-40e1-b2e4-3caabba7d0d5 ArtifactChecksum:ODU5OTYyZTY1NjRlZmI2OTZkYWIzNzM5OTExZmQwNGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 895261ca-6ee4 0 ResourceCustomizationUUID:c40d54a0-243b-4945-95d5-5b33d68d7057 ResourceInvariantUUID:d12d67ab-652f-4014-8e79-b53a135580a4 ResourceName:vFW 895261ca-6ee4 ResourceType:VF ResourceUUID:40f53275-4afd-452d-8782-8587c9858ed4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw895261ca6ee40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json ArtifactUUID:cbd90de1-c1c4-4eb8-b631-165c705a8a0d ArtifactChecksum:NjM3NGUyZmMwNDAxMGUxMGU0ODNmNGM2N2VlMmU1MGE= 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/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml ArtifactUUID:1f453415-a077-49ef-9a8d-f4ce4eba8620 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/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ArtifactUUID:ed3959c3-2400-4191-8464-e8a3ea93a160 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/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ArtifactUUID:ed3959c3-2400-4191-8464-e8a3ea93a160 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:06:52.870Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a146845-cc91-4a4e-97a8-9c0eb0ead22e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:06:52.915Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:06:52.915Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: f887a893-bee5-40e1-b2e4-3caabba7d0d5 from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:53.189Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:06:53.199Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar f887a893-bee5-40e1-b2e4-3caabba7d0d5 98916 2022-04-08T08:06:53.200Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar ASDC sendASDCNotification 2022-04-08T08:06:53.200Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:53.200Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:06:53.201Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:53.202Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:53.203Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405213200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:06:53.303Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:53.304Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:53.304Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:53.334Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:53.335Z||pool-26-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:06:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:06:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:06:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:54.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:54.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71340893-33f5-422d-827f-994717e033fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405200329, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:06:54.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "NOTIFIED" } 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:06:54.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:06:54.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:06:54.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:06:54.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405201362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:06:54.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405213200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:06:54.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:06:54.203Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:06:54.204Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:06:54.204Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to write artifact UUID: f887a893-bee5-40e1-b2e4-3caabba7d0d5, URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar to file: /app/ASDC/1/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:54.205Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408075941-csar.csar 2022-04-08T08:06:54.206Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:54.206Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:54.542Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14025012641095690469/Definitions/service-Vfw20220408075941-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-08T08:06:57.271Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 895261ca-6ee4 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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar 2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.275Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:06:57.275Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:06:57.275Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=603e5d8d-da3d-424a-ba2d-a067b09a98a5 2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bfc4fc05-74f6-42ba-91c2-0306eb7d0bd3 2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34d3d4c9-6cc4-4c41-8ea4-4366f32054ba 2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:06:57.293Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 07-59-41 Description:catalog service description Model UUID:3a146845-cc91-4a4e-97a8-9c0eb0ead22e Model Version:NULL Model InvariantUuid:ca3d4119-19e0-4ca1-8a96-3e28b2a508b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 895261ca-6ee4 Model UUID:51d73193-cf39-4e76-944f-10f42a02c037 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d12d67ab-652f-4014-8e79-b53a135580a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c40d54a0-243b-4945-95d5-5b33d68d7057 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1a98c3cf-a323-4dc3-aa93-75f524ad34ef ModelName:Vfw895261ca6ee4..base_vfw..module-0 ModelUuid:7e0e6ed3-f901-464c-a64e-b552892c7e2a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:603e5d8d-da3d-424a-ba2d-a067b09a98a5 ModelInvariantUuid:8e6556d1-0836-418d-8ebe-861049ec080c ModelName:vFW 895261ca-6ee4-nodes.vfwCvfc ModelUuid:72a00c97-591f-486d-b7ac-249daf5abd3a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:dc82562d-33ea-4289-aa86-9d9d8c5fda87 ModelInvariantUuid:7b7480c3-8165-4778-b424-8f72c1e7d773 ModelName:Vfw895261ca6ee4.compute.nodes.heat.vfw ModelUuid:93b097d2-0f1e-4a73-9ccd-861312f771f5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bfc4fc05-74f6-42ba-91c2-0306eb7d0bd3 ModelInvariantUuid:da79e46a-182b-458a-8c6a-28f55ce98233 ModelName:vFW 895261ca-6ee4-nodes.vsnCvfc ModelUuid:fede5286-cd12-440f-98a6-788bfae9512c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6ff5aa39-49eb-4a38-99c4-c7950bf74947 ModelInvariantUuid:446c529d-f5c3-4ab0-b448-3d84321bef83 ModelName:Vfw895261ca6ee4.compute.nodes.heat.vsn ModelUuid:8305d1c7-61c6-46b3-82bd-25b90a50828b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34d3d4c9-6cc4-4c41-8ea4-4366f32054ba ModelInvariantUuid:30aa7119-07b3-48ff-9347-fca024ecd86d ModelName:vFW 895261ca-6ee4-nodes.vpgCvfc ModelUuid:f366d4a7-ee81-435b-bde7-f1291ae6db90 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b2e3ce98-94ed-4d07-b651-e9e328a0ed1d ModelInvariantUuid:ad7c1a4c-f317-4b55-b19f-92b2029b563e ModelName:Vfw895261ca6ee4.compute.nodes.heat.vpg ModelUuid:ff52352a-c180-4867-ab87-7ff09721cdf3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:06:57.301Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 40f53275-4afd-452d-8782-8587c9858ed4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||vFW 895261ca-6ee4 0 2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 40f53275-4afd-452d-8782-8587c9858ed4 2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: cbd90de1-c1c4-4eb8-b631-165c705a8a0d from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json 2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:06:57.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json 2022-04-08T08:06:57.942Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json cbd90de1-c1c4-4eb8-b631-165c705a8a0d 785 2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json ASDC sendASDCNotification 2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json 2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:57.946Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:57.946Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405217943, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:06:58.046Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:58.048Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:58.048Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:58.071Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:58.072Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:06:58.946Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw895261ca6ee4..base_vfw..module-0", "vfModuleModelInvariantUUID": "1a98c3cf-a323-4dc3-aa93-75f524ad34ef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7e0e6ed3-f901-464c-a64e-b552892c7e2a", "vfModuleModelCustomizationUUID": "66253dfe-9237-46b7-8539-fb345e0c0709", "isBase": true, "artifacts": [ "1f453415-a077-49ef-9a8d-f4ce4eba8620", "ed3959c3-2400-4191-8464-e8a3ea93a160" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:06:58.953Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw895261ca6ee4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7e0e6ed3-f901-464c-a64e-b552892c7e2a VfModuleModelInvariantUUID:1a98c3cf-a323-4dc3-aa93-75f524ad34ef VfModuleModelDescription:NULL Artifacts UUID List:{ 1f453415-a077-49ef-9a8d-f4ce4eba8620 , ed3959c3-2400-4191-8464-e8a3ea93a160 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:06:58.955Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw895261ca6ee4..base_vfw..module-0", "vfModuleModelInvariantUUID": "1a98c3cf-a323-4dc3-aa93-75f524ad34ef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7e0e6ed3-f901-464c-a64e-b552892c7e2a", "vfModuleModelCustomizationUUID": "66253dfe-9237-46b7-8539-fb345e0c0709", "isBase": true, "artifacts": [ "1f453415-a077-49ef-9a8d-f4ce4eba8620", "ed3959c3-2400-4191-8464-e8a3ea93a160" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw895261ca6ee4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7e0e6ed3-f901-464c-a64e-b552892c7e2a VfModuleModelInvariantUUID:1a98c3cf-a323-4dc3-aa93-75f524ad34ef VfModuleModelDescription:NULL Artifacts UUID List:{ 1f453415-a077-49ef-9a8d-f4ce4eba8620 , ed3959c3-2400-4191-8464-e8a3ea93a160 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: 1f453415-a077-49ef-9a8d-f4ce4eba8620 from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml 2022-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml 2022-04-08T08:06:59.380Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml 1f453415-a077-49ef-9a8d-f4ce4eba8620 20368 2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml 2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:06:59.383Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:06:59.385Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:06:59.385Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405219382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:06:59.485Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:06:59.486Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:06:59.486Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:06:59.507Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:06:59.508Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:00.385Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: ed3959c3-2400-4191-8464-e8a3ea93a160 from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env 2022-04-08T08:07:00.386Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:07:00.386Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env 2022-04-08T08:07:00.844Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:07:00.844Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ed3959c3-2400-4191-8464-e8a3ea93a160 2098 2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env 2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:00.847Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:00.848Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405220845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:00.948Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:00.949Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:00.949Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:00.971Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:00.972Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:01.848Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Preparing to deploy Service: 3a146845-cc91-4a4e-97a8-9c0eb0ead22e 2022-04-08T08:07:01.850Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 895261ca-6ee4 0 40f53275-4afd-452d-8782-8587c9858ed4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:07:01.883Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12288e15, org.onap.sdc.toscaparser.api.parameters.Input@4d4202c1, org.onap.sdc.toscaparser.api.parameters.Input@3e971a0f, org.onap.sdc.toscaparser.api.parameters.Input@74048449, org.onap.sdc.toscaparser.api.parameters.Input@220af4fa] 2022-04-08T08:07:01.885Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VFCustomizationUUID= c40d54a0-243b-4945-95d5-5b33d68d7057 2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c40d54a0-243b-4945-95d5-5b33d68d7057 matches Tosca VF Customization UUID: c40d54a0-243b-4945-95d5-5b33d68d7057 2022-04-08T08:07:01.887Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||vfCustomizationUUID: c40d54a0-243b-4945-95d5-5b33d68d7057 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:07:01.891Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.892Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.893Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||resource request for resource customization id c40d54a0-243b-4945-95d5-5b33d68d7057: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T08:07:01.893Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29346150 2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66253dfe-9237-46b7-8539-fb345e0c0709 2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66253dfe-9237-46b7-8539-fb345e0c0709 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:07:01.899Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.900Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:07:01.900Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:01.901Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.901Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:07:01.902Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:01.902Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.902Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:01.904Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:01.904Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.905Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:01.905Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:01.905Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:01.906Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:01.906Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.906Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=603e5d8d-da3d-424a-ba2d-a067b09a98a5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:07:01.910Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.910Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:07:01.910Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bfc4fc05-74f6-42ba-91c2-0306eb7d0bd3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:07:01.918Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.918Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:07:01.918Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:01.921Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria 2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34d3d4c9-6cc4-4c41-8ea4-4366f32054ba Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:07:01.932Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.932Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:07:01.933Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:01.933Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.934Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria 2022-04-08T08:07:01.934Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=c40d54a0-243b-4945-95d5-5b33d68d7057 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:07:01.937Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.937Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500|| resourceSeq for service uuid 3a146845-cc91-4a4e-97a8-9c0eb0ead22e: vFW 895261ca-6ee4 2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:01.940Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:01.940Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Saving Service: vFW 2022-04-08 07-59-41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:07:02.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 895261ca-6ee4 40f53275-4afd-452d-8782-8587c9858ed4 1 ASDC deployResourceStructure 2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json ASDC sendASDCNotification 2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json 2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:02.294Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:02.294Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405222291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:07:02.394Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:02.395Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:02.396Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:02.434Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:02.435Z||pool-30-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:03.295Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:07:03.296Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml 2022-04-08T08:07:03.296Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:07:03.296Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:03.299Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:03.299Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405223295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:07:03.399Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:03.400Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:03.400Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:03.429Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:03.430Z||pool-31-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:04.300Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:07:04.300Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env 2022-04-08T08:07:04.300Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:07:04.301Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:04.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:04.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405224300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:07:04.404Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:04.406Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:04.406Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:04.425Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:04.426Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar ASDC sendASDCNotification 2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar 2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:05.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:05.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405225305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:07:05.409Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:05.410Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:05.410Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:05.427Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:05.428Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:06.310Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:07:06.326Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:07:06.332Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:07:06.342Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:07:36.342Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:07:36.360Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d and serviceModelVersionId: 3a146845-cc91-4a4e-97a8-9c0eb0ead22e 2022-04-08T08:07:36.360Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca3d4119-19e0-4ca1-8a96-3e28b2a508b2 2022-04-08T08:07:36.361Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 2022-04-08T08:07:36.365Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:07:36.469Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Invoke 2022-04-08T08:07:36.470Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1327d6e-3053-44d7-bd2e-43de799bd022], X-ECOMP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-TransactionId=[], X-ONAP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], Content-Type=[application/merge-patch+json]} 2022-04-08T08:07:38.029Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Invoke 2022-04-08T08:07:38.029Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6648afb5-e603-40bb-a1b7-b3cb0cd2e29d], X-ECOMP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-TransactionId=[], X-ONAP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], Content-Type=[application/merge-patch+json]} 2022-04-08T08:07:39.566Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Invoke 2022-04-08T08:07:39.567Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50339e3e-ba22-4750-bf38-233bc44a4047], X-ECOMP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-TransactionId=[], X-ONAP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], Content-Type=[application/merge-patch+json]} 2022-04-08T08:07:40.600Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:07:40.601Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:07:40.602Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:07:40.602Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:07:40.612Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:07:40.613Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caff4f50-d20d-4637-83ad-66b8da5b7a2d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:07:40.613Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:07:40.614Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:40.617Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:40.617Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405260613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:07:40.717Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:40.718Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:40.718Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:40.746Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:40.747Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:07:41.639Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:07:41.640Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:07:41.640Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:42.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:42.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:07:42.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"823311eb-bd61-4ea0-9835-41f5180703f6","serviceName":"vFW 2022-04-08 08-02-54","serviceVersion":"1.0","serviceUUID":"99087d06-e099-4260-96f9-95fa8e3f2a4e","serviceDescription":"catalog service description","serviceInvariantUUID":"0a76728d-9182-43ac-ae72-af8de64114dd","resources":[{"resourceInstanceName":"vFW 3fdf48df-3e21 0","resourceName":"vFW 3fdf48df-3e21","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea7e7a34-42f8-4dac-9bc4-3725d5fee977","resourceInvariantUUID":"0ca748f5-1a18-4be2-b398-ef26054231eb","resourceCustomizationUUID":"b439158d-94dc-441f-b5d0-b8d63403c5c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml","artifactChecksum":"N2VlNjUzM2Q3ZmMzOTdhZWE5Yzc0NGYzNjM5ZDQ5MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5071981-27cc-4889-86cf-62a28c195445","artifactVersion":"1"},{"artifactName":"vfw3fdf48df3e210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json","artifactChecksum":"N2I3N2M1NmY1MGJjNWQwNjBkZDQ3MGQzODFmOTZlODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a212b3bc-494c-441d-a060-240cae8e9894","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b377dea-f70d-4e18-83fe-4de32dac3840","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUyMmRlYTg0NWQ1Y2M2OGUxZDEzMTU0YjJiZjEzYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74f0d004-30cf-4c82-b064-ffc41bb4ce2c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a4ca337-81dd-4ba1-96ca-c58a95c104d5","artifactVersion":"2","generatedFromUUID":"1b377dea-f70d-4e18-83fe-4de32dac3840"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408080254-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml","artifactChecksum":"MzJhM2U3OWZmYWQ5MDY1NjU0MGRkMjVjMjRjNGEyNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54486968-35ac-4b32-9c45-356a0c25b580","artifactVersion":"1"},{"artifactName":"service-Vfw20220408080254-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar","artifactChecksum":"NzFhYjhiMGFlMDZjMTcwYzM4ZWQ3MGM5YjI2OWYzZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf698f69-a545-4db8-8500-79a7702e1ee7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:07:42.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:42.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:42.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:42.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:42.385Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:42.386Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:42.386Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:42.441Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:42.442Z||pool-35-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:43.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:43.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:43.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:43.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOTIFIED" } 2022-04-08T08:07:43.389Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:43.390Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:43.390Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:43.409Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:43.410Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:44.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:44.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:44.293Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:44.293Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:07:44.393Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:44.394Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:44.394Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:44.408Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:44.409Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:45.294Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:45.295Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:45.298Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:45.298Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:45.398Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:45.399Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:45.399Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:45.415Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:45.416Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:46.299Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:46.301Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:46.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:46.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:07:46.404Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:46.405Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:46.405Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:46.423Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:46.424Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:47.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:47.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:47.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:47.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:47.408Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:47.409Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:47.409Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:47.467Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:47.468Z||pool-40-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:48.311Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:07:48.313Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:48.316Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:48.317Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:07:48.417Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:48.418Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:48.418Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:48.459Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:48.460Z||pool-41-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:49.319Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||sending notification to client: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "serviceName": "vFW 2022-04-08 08-02-54", "serviceVersion": "1.0", "serviceUUID": "99087d06-e099-4260-96f9-95fa8e3f2a4e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0a76728d-9182-43ac-ae72-af8de64114dd", "resources": [ { "resourceInstanceName": "vFW 3fdf48df-3e21 0", "resourceCustomizationUUID": "b439158d-94dc-441f-b5d0-b8d63403c5c0", "resourceName": "vFW 3fdf48df-3e21", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ea7e7a34-42f8-4dac-9bc4-3725d5fee977", "resourceInvariantUUID": "0ca748f5-1a18-4be2-b398-ef26054231eb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3fdf48df3e210_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "artifactChecksum": "N2I3N2M1NmY1MGJjNWQwNjBkZDQ3MGQzODFmOTZlODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a212b3bc-494c-441d-a060-240cae8e9894", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1b377dea-f70d-4e18-83fe-4de32dac3840", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8a4ca337-81dd-4ba1-96ca-c58a95c104d5", "generatedFromUUID": "1b377dea-f70d-4e18-83fe-4de32dac3840" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8a4ca337-81dd-4ba1-96ca-c58a95c104d5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408080254-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "artifactChecksum": "NzFhYjhiMGFlMDZjMTcwYzM4ZWQ3MGM5YjI2OWYzZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf698f69-a545-4db8-8500-79a7702e1ee7" } ], "workloadContext": "Production" } 2022-04-08T08:07:49.320Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:07:49.320Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99087d06-e099-4260-96f9-95fa8e3f2a4e ASDC 2022-04-08T08:07:49.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ASDC Notification: DistributionID:823311eb-bd61-4ea0-9835-41f5180703f6 ServiceName:vFW 2022-04-08 08-02-54 ServiceVersion:1.0 ServiceUUID:99087d06-e099-4260-96f9-95fa8e3f2a4e ServiceInvariantUUID:0a76728d-9182-43ac-ae72-af8de64114dd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408080254-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar ArtifactUUID:bf698f69-a545-4db8-8500-79a7702e1ee7 ArtifactChecksum:NzFhYjhiMGFlMDZjMTcwYzM4ZWQ3MGM5YjI2OWYzZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3fdf48df-3e21 0 ResourceCustomizationUUID:b439158d-94dc-441f-b5d0-b8d63403c5c0 ResourceInvariantUUID:0ca748f5-1a18-4be2-b398-ef26054231eb ResourceName:vFW 3fdf48df-3e21 ResourceType:VF ResourceUUID:ea7e7a34-42f8-4dac-9bc4-3725d5fee977 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3fdf48df3e210_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json ArtifactUUID:a212b3bc-494c-441d-a060-240cae8e9894 ArtifactChecksum:N2I3N2M1NmY1MGJjNWQwNjBkZDQ3MGQzODFmOTZlODU= 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/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml ArtifactUUID:1b377dea-f70d-4e18-83fe-4de32dac3840 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/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env ArtifactUUID:8a4ca337-81dd-4ba1-96ca-c58a95c104d5 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/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env ArtifactUUID:8a4ca337-81dd-4ba1-96ca-c58a95c104d5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:07:49.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99087d06-e099-4260-96f9-95fa8e3f2a4e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:07:49.357Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:07:49.358Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:07:49.359Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:07:49.359Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: bf698f69-a545-4db8-8500-79a7702e1ee7 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:49.360Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:07:49.360Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:49.778Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:07:49.785Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar bf698f69-a545-4db8-8500-79a7702e1ee7 98966 2022-04-08T08:07:49.786Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar ASDC sendASDCNotification 2022-04-08T08:07:49.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:49.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:07:49.788Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:49.791Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:49.791Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405269786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:49.890Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:49.892Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:49.892Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:49.948Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:49.949Z||pool-42-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:50.792Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:07:50.794Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:07:50.794Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to write artifact UUID: bf698f69-a545-4db8-8500-79a7702e1ee7, URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar to file: /app/ASDC/1/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:50.794Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408080254-csar.csar 2022-04-08T08:07:50.795Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:50.795Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:51.008Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3745276843586719616/Definitions/service-Vfw20220408080254-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 2022-04-08T08:07:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:07:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:07:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:53.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:53.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405217943, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:53.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405219382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:53.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405220845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:53.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405222291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:07:53.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405223295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:07:53.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405224300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:07:53.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405225305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:07:53.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405260613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:07:53.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOTIFIED" } 2022-04-08T08:07:53.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:07:53.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405255082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOTIFIED" } 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "ves-openapi-manager", "timestamp": 1649405261440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405261639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405268145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "cds", "timestamp": 1649405269153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:07:53.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 823311eb-bd61-4ea0-9835-41f5180703f6 2022-04-08T08:07:53.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823311eb-bd61-4ea0-9835-41f5180703f6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:07:53.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405269786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:53.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405265188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:07:53.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:07:53.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:07:53.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:07:53.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-08T08:07:53.740Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3fdf48df-3e21 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-Vfw20220408080254-csar.csar 2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:53.755Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.755Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.755Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d95e0260-da81-4675-9a06-3f17ca572f7b 2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.760Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:53.760Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.760Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec9daa5a-9d93-4c1c-b7e0-92aed12ba6ab 2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:53.764Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:07:53.764Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c155996a-d7fc-47ed-9673-ab4c8b5c7075 2022-04-08T08:07:53.767Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.767Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.769Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:53.769Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:53.769Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 08-02-54 Description:catalog service description Model UUID:99087d06-e099-4260-96f9-95fa8e3f2a4e Model Version:NULL Model InvariantUuid:0a76728d-9182-43ac-ae72-af8de64114dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3fdf48df-3e21 Model UUID:da1b7b8b-247c-43a3-a84a-55b821156606 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0ca748f5-1a18-4be2-b398-ef26054231eb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b439158d-94dc-441f-b5d0-b8d63403c5c0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:28631a50-4069-4848-8ac0-7d99fbcc0506 ModelName:Vfw3fdf48df3e21..base_vfw..module-0 ModelUuid:25c43534-5818-4f43-901c-26d3299b5768 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d95e0260-da81-4675-9a06-3f17ca572f7b ModelInvariantUuid:ff0a3943-82f4-4870-be64-bf1d14bd225a ModelName:vFW 3fdf48df-3e21-nodes.vfwCvfc ModelUuid:17fe94dd-054d-4e74-8529-cd771a4ed217 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6401223c-181e-4216-9b3b-a1ce49599eee ModelInvariantUuid:7ee5296f-85cf-49a6-be89-f6e0334030bf ModelName:Vfw3fdf48df3e21.compute.nodes.heat.vfw ModelUuid:9ebcc181-09af-415f-8e79-f98227ddb32b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ec9daa5a-9d93-4c1c-b7e0-92aed12ba6ab ModelInvariantUuid:433d84e0-9614-457d-ba6f-635b0a7ad8f6 ModelName:vFW 3fdf48df-3e21-nodes.vsnCvfc ModelUuid:a5a03715-3644-4c67-b7ae-4cce357ed8cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ca9081b5-adff-40f4-8644-73112e00baa9 ModelInvariantUuid:3cb96e0e-4418-4434-9d83-07849a5d1c04 ModelName:Vfw3fdf48df3e21.compute.nodes.heat.vsn ModelUuid:946b87cd-a5b9-4076-a6a0-6e2fef35af9c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c155996a-d7fc-47ed-9673-ab4c8b5c7075 ModelInvariantUuid:3873ddab-31d6-4287-b830-3bc95d626ccb ModelName:vFW 3fdf48df-3e21-nodes.vpgCvfc ModelUuid:6041873c-4eee-4155-8a2b-80e69dafe757 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4aa1821b-d5a4-48ad-9c25-e490d7b6fa69 ModelInvariantUuid:f5605c9a-f441-460a-ab3a-85ffc1e9bef3 ModelName:Vfw3fdf48df3e21.compute.nodes.heat.vpg ModelUuid:f28ac97a-93f5-4e0e-b0af-07aa0f13f7ea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:07:53.781Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: ea7e7a34-42f8-4dac-9bc4-3725d5fee977 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:07:53.786Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||vFW 3fdf48df-3e21 0 2022-04-08T08:07:53.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: ea7e7a34-42f8-4dac-9bc4-3725d5fee977 2022-04-08T08:07:53.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: a212b3bc-494c-441d-a060-240cae8e9894 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json 2022-04-08T08:07:53.788Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:07:53.788Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json 2022-04-08T08:07:53.969Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:07:53.970Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json a212b3bc-494c-441d-a060-240cae8e9894 785 2022-04-08T08:07:53.970Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json ASDC sendASDCNotification 2022-04-08T08:07:53.971Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json 2022-04-08T08:07:53.972Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:07:53.972Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:53.976Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:53.976Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405273970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:54.075Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:54.076Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:54.078Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:54.091Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:54.093Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:54.981Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3fdf48df3e21..base_vfw..module-0", "vfModuleModelInvariantUUID": "28631a50-4069-4848-8ac0-7d99fbcc0506", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25c43534-5818-4f43-901c-26d3299b5768", "vfModuleModelCustomizationUUID": "7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2", "isBase": true, "artifacts": [ "1b377dea-f70d-4e18-83fe-4de32dac3840", "8a4ca337-81dd-4ba1-96ca-c58a95c104d5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:07:54.985Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3fdf48df3e21..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25c43534-5818-4f43-901c-26d3299b5768 VfModuleModelInvariantUUID:28631a50-4069-4848-8ac0-7d99fbcc0506 VfModuleModelDescription:NULL Artifacts UUID List:{ 1b377dea-f70d-4e18-83fe-4de32dac3840 , 8a4ca337-81dd-4ba1-96ca-c58a95c104d5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:07:54.987Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3fdf48df3e21..base_vfw..module-0", "vfModuleModelInvariantUUID": "28631a50-4069-4848-8ac0-7d99fbcc0506", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25c43534-5818-4f43-901c-26d3299b5768", "vfModuleModelCustomizationUUID": "7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2", "isBase": true, "artifacts": [ "1b377dea-f70d-4e18-83fe-4de32dac3840", "8a4ca337-81dd-4ba1-96ca-c58a95c104d5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3fdf48df3e21..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25c43534-5818-4f43-901c-26d3299b5768 VfModuleModelInvariantUUID:28631a50-4069-4848-8ac0-7d99fbcc0506 VfModuleModelDescription:NULL Artifacts UUID List:{ 1b377dea-f70d-4e18-83fe-4de32dac3840 , 8a4ca337-81dd-4ba1-96ca-c58a95c104d5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: 1b377dea-f70d-4e18-83fe-4de32dac3840 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml 2022-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml 2022-04-08T08:07:55.459Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:07:55.460Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml 1b377dea-f70d-4e18-83fe-4de32dac3840 20368 2022-04-08T08:07:55.460Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:07:55.460Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml 2022-04-08T08:07:55.461Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:07:55.461Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:55.463Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:55.463Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405275460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:55.563Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:55.564Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:55.564Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:55.585Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:55.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:07:56.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: 8a4ca337-81dd-4ba1-96ca-c58a95c104d5 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env 2022-04-08T08:07:56.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:07:56.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env 2022-04-08T08:07:57.263Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:07:57.264Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env 8a4ca337-81dd-4ba1-96ca-c58a95c104d5 2098 2022-04-08T08:07:57.264Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:07:57.265Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env 2022-04-08T08:07:57.265Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:07:57.265Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:57.267Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:57.268Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405277264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:07:57.368Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:07:57.369Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:57.369Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:57.413Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:57.414Z||pool-45-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:07:58.268Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Preparing to deploy Service: 99087d06-e099-4260-96f9-95fa8e3f2a4e 2022-04-08T08:07:58.269Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3fdf48df-3e21 0 ea7e7a34-42f8-4dac-9bc4-3725d5fee977 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:07:58.296Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a34c48e, org.onap.sdc.toscaparser.api.parameters.Input@76bada60, org.onap.sdc.toscaparser.api.parameters.Input@56be4ad7, org.onap.sdc.toscaparser.api.parameters.Input@12ba8ed2, org.onap.sdc.toscaparser.api.parameters.Input@1e2628bf] 2022-04-08T08:07:58.298Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.299Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.299Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T08:07:58.299Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VFCustomizationUUID= b439158d-94dc-441f-b5d0-b8d63403c5c0 2022-04-08T08:07:58.300Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b439158d-94dc-441f-b5d0-b8d63403c5c0 matches Tosca VF Customization UUID: b439158d-94dc-441f-b5d0-b8d63403c5c0 2022-04-08T08:07:58.300Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||vfCustomizationUUID: b439158d-94dc-441f-b5d0-b8d63403c5c0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:07:58.305Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.311Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.312Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||resource request for resource customization id b439158d-94dc-441f-b5d0-b8d63403c5c0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T08:07:58.312Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ca954a1 2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2 2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:07:58.317Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.317Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:58.319Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.319Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:58.319Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:58.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:58.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d95e0260-da81-4675-9a06-3f17ca572f7b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:07:58.326Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.327Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:58.327Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:58.328Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.328Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:58.328Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:58.328Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:58.328Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:58.329Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.329Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:58.329Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:58.329Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.329Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:07:58.329Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:07:58.330Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:58.330Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:07:58.330Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.330Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec9daa5a-9d93-4c1c-b7e0-92aed12ba6ab Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:07:58.333Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.334Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:58.335Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:58.335Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.335Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria 2022-04-08T08:07:58.336Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:07:58.336Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:07:58.336Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:07:58.336Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.336Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:58.336Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:07:58.337Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c155996a-d7fc-47ed-9673-ab4c8b5c7075 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:07:58.341Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.341Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:58.341Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:07:58.342Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.342Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria 2022-04-08T08:07:58.342Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=b439158d-94dc-441f-b5d0-b8d63403c5c0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:07:58.345Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.345Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.345Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500|| resourceSeq for service uuid 99087d06-e099-4260-96f9-95fa8e3f2a4e: vFW 3fdf48df-3e21 2022-04-08T08:07:58.345Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.345Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.346Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.346Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.346Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.346Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.346Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.346Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.347Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:07:58.347Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:07:58.347Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Saving Service: vFW 2022-04-08 08-02-54 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:07:58.535Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3fdf48df-3e21 ea7e7a34-42f8-4dac-9bc4-3725d5fee977 1 ASDC deployResourceStructure 2022-04-08T08:07:58.536Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json ASDC sendASDCNotification 2022-04-08T08:07:58.536Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json 2022-04-08T08:07:58.536Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:07:58.537Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:58.539Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:58.539Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405278536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:07:58.639Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:07:58.640Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:58.640Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:58.669Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:58.670Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:07:59.540Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:07:59.540Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml 2022-04-08T08:07:59.540Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:07:59.540Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:07:59.544Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:07:59.544Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405279540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:07:59.645Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:07:59.646Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:07:59.646Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:07:59.719Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:07:59.719Z||pool-47-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:08:00.545Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:08:00.545Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env 2022-04-08T08:08:00.545Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:08:00.546Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:08:00.548Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:08:00.548Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405280545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:08:00.648Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:08:00.649Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:08:00.649Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:08:00.690Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:08:00.691Z||pool-48-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:08:01.549Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar ASDC sendASDCNotification 2022-04-08T08:08:01.549Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar 2022-04-08T08:08:01.550Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:08:01.550Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:08:01.553Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:08:01.553Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405281549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:08:01.653Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:08:01.655Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:08:01.655Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:08:01.694Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:08:01.696Z||pool-49-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:08:02.555Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:08:02.571Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:08:02.576Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:08:02.577Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:08:02.577Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:08:32.577Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:08:32.596Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:08:32.603Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:08:32.603Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:08:32.603Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:08:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:08:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:08:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:08:53.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:08:53.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:08:53.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:08:53.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:09:02.603Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:09:02.624Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:09:02.629Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:09:02.629Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:09:02.629Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:09:32.630Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:09:32.641Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:09:32.644Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:09:32.644Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:09:32.645Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:09:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:09:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:09:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:09:53.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:09:53.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:09:53.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405273142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:09:53.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:02.645Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:10:02.657Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:10:02.660Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:10:02.660Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:10:02.660Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:10:32.661Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:10:32.679Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:10:32.682Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:10:32.683Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:10:32.683Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:10:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:10:53.385Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:10:53.385Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:10:53.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:10:53.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405273970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405274538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405268525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:10:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405275460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405276224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405277065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405269892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:10:53.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405277264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405277256, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:10:53.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823311eb-bd61-4ea0-9835-41f5180703f6 2022-04-08T08:10:53.947Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823311eb-bd61-4ea0-9835-41f5180703f6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:10:53.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405278071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:10:53.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405278536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:10:53.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405277967, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:53.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "multicloud-k8s-id", "timestamp": 1649405278262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:10:53.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "policy-id", "timestamp": 1649405279075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:10:53.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823311eb-bd61-4ea0-9835-41f5180703f6 2022-04-08T08:10:53.978Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823311eb-bd61-4ea0-9835-41f5180703f6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:10:53.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405279540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:10:53.993Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405280545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:10:53.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405281549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:10:53.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:53.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:10:53.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:53.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:53.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405280053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:10:53.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405288368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405293137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:54.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:54.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405293117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:10:54.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:10:54.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:54.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649405294147, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:10:54.010Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 823311eb-bd61-4ea0-9835-41f5180703f6 2022-04-08T08:10:54.011Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823311eb-bd61-4ea0-9835-41f5180703f6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:10:54.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:10:54.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "aai-ml", "timestamp": 1649405294124, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:10:54.037Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 823311eb-bd61-4ea0-9835-41f5180703f6 2022-04-08T08:10:54.038Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823311eb-bd61-4ea0-9835-41f5180703f6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:11:02.683Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:11:02.703Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:11:02.707Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:11:02.707Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:11:02.707Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:11:02.707Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:11:02.707Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:11:02.708Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:11:02.715Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:11:32.715Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 823311eb-bd61-4ea0-9835-41f5180703f6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:11:32.727Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 823311eb-bd61-4ea0-9835-41f5180703f6 and serviceModelVersionId: 99087d06-e099-4260-96f9-95fa8e3f2a4e 2022-04-08T08:11:32.727Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a76728d-9182-43ac-ae72-af8de64114dd 2022-04-08T08:11:32.729Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0 2022-04-08T08:11:32.739Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:11:32.824Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Invoke 2022-04-08T08:11:32.825Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2aace1e-4fdb-4709-aaa3-a61359ea4b4a], X-ECOMP-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], X-TransactionId=[], X-ONAP-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], Content-Type=[application/merge-patch+json]} 2022-04-08T08:11:34.379Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Invoke 2022-04-08T08:11:34.380Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b6ceffc-7b50-49ff-98f8-63ff87080f42], X-ECOMP-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], X-TransactionId=[], X-ONAP-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], Content-Type=[application/merge-patch+json]} 2022-04-08T08:11:35.912Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Invoke 2022-04-08T08:11:35.913Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d060832e-0cef-4e38-aefd-80c4465d2f9f], X-ECOMP-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], X-TransactionId=[], X-ONAP-RequestID=[823311eb-bd61-4ea0-9835-41f5180703f6], Content-Type=[application/merge-patch+json]} 2022-04-08T08:11:36.951Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:11:36.953Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:11:36.954Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:11:36.954Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:11:36.963Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:11:36.963Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 823311eb-bd61-4ea0-9835-41f5180703f6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:11:36.964Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:11:36.964Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:11:36.968Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:11:36.968Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||try to send status { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405496963, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:11:37.067Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:11:37.069Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:11:37.069Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:11:37.088Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:11:37.089Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:11:37.993Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:11:37.994Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:11:37.994Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:11:48.315Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:11:48.316Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:11:48.316Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:11:48.317Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:11:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:11:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:11:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:11:54.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:11:54.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:11:54.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405496963, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:11:54.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:11:57.897Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:11:57.898Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:11:57.898Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:11:57.899Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:07.494Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:12:07.495Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:07.495Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:07.496Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:17.081Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:12:17.082Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:17.082Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:17.082Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:26.677Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:12:26.678Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:26.679Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:26.679Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:36.284Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:12:36.285Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:36.286Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:36.287Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:45.869Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:12:45.870Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:45.870Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:45.871Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:12:55.485Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:12:55.486Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:12:55.486Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:12:55.486Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:13:02.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:13:05.094Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:13:05.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:13:05.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:13:05.096Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:13:14.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:13:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:13:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:13:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:13:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:13:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:13:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:14:02.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:14:02.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:14:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:14:53.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:14:53.378Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:14:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:14:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:14:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:15:02.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:15:03.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:15:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:15:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:15:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:15:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:15:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:15:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:16:02.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:16:03.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:16:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:16:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:16:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:16:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:16:53.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:16:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:17:02.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:17:02.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:17:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:17:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:17:53.381Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:17:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:17:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:17:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:18:02.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:18:02.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:18:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:18:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:18:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:18:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:18:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:18:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:03.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:03.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:19:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:19:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:19:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:19:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:54.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:54.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649405945188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:19:54.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "cds", "timestamp": 1649405945080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:19:54.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "ves-openapi-manager", "timestamp": 1649405941440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:19:54.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "policy-id", "timestamp": 1649405948525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:19:54.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649405945188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:19:54.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "ves-openapi-manager", "timestamp": 1649405941440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "policy-id", "timestamp": 1649405948525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "cds", "timestamp": 1649405945080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:19:54.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:19:54.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "cds", "timestamp": 1649405955429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:19:54.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:19:54.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "policy-id", "timestamp": 1649405955780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:19:54.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:19:54.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "cds", "timestamp": 1649405956469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:19:54.098Z||pool-2-thread-8|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6b530c42 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=5397) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-04-08T08:19:54.100Z||pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-08T08:19:54.101Z||pool-2-thread-8|||||ERROR|500||(conn=5397) WSREP has not yet prepared node for application use 2022-04-08T08:19:54.103Z||pool-2-thread-8|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLNonTransientConnectionException: (conn=5397) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 60 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-04-08T08:19:54.105Z||pool-2-thread-8|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 39 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=5397) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 60 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 65 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 66 common frames omitted 2022-04-08T08:19:54.105Z||pool-2-thread-8|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-04-08T08:19:54.106Z||pool-2-thread-8|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-04-08T08:19:54.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-08T08:19:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a409d26-fef0-4074-b298-f49f442a27ad","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"59b4e39a-0274-447f-bfd7-e8a9d98e8aa1","serviceDescription":"service","serviceInvariantUUID":"0a6c11b3-7a81-4a49-8b1a-43a85433923a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a90b5ce4-fa8a-4de6-a5f5-e32f865fcf36","resourceInvariantUUID":"d14d7d78-21ad-408c-8301-3cdcbee1f926","resourceCustomizationUUID":"77a34b26-c233-45c9-bae7-34aef576a5b2","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":"NGEwZGExNTU5NmNmZDNlNDRlNGNkMTk3YmJiOGM5MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0b7119e-e84d-4356-a597-e2c2a219456f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTY4OTRhYjIyYTg3ODk4OTAyZTNjNWZkMmM5YWJlZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a86a1a99-c325-4ede-a24f-a04a589e0242","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:19:54.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:19:54.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:19:54.126Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:19:54.126Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405993378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:19:54.226Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:19:54.227Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:19:54.228Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:54.288Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:54.289Z||pool-51-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:19:55.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:19:55.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:19:55.136Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:19:55.136Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405993378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:19:55.236Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:19:55.237Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:19:55.237Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:55.251Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:55.252Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:19:56.137Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "59b4e39a-0274-447f-bfd7-e8a9d98e8aa1", "serviceDescription": "service", "serviceInvariantUUID": "0a6c11b3-7a81-4a49-8b1a-43a85433923a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "77a34b26-c233-45c9-bae7-34aef576a5b2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a90b5ce4-fa8a-4de6-a5f5-e32f865fcf36", "resourceInvariantUUID": "d14d7d78-21ad-408c-8301-3cdcbee1f926", "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": "MTY4OTRhYjIyYTg3ODk4OTAyZTNjNWZkMmM5YWJlZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a86a1a99-c325-4ede-a24f-a04a589e0242" } ], "workloadContext": "Production" } 2022-04-08T08:19:56.139Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:19:56.140Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 ASDC 2022-04-08T08:19:56.141Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4a409d26-fef0-4074-b298-f49f442a27ad ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 ServiceInvariantUUID:0a6c11b3-7a81-4a49-8b1a-43a85433923a 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:a86a1a99-c325-4ede-a24f-a04a589e0242 ArtifactChecksum:MTY4OTRhYjIyYTg3ODk4OTAyZTNjNWZkMmM5YWJlZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:77a34b26-c233-45c9-bae7-34aef576a5b2 ResourceInvariantUUID:d14d7d78-21ad-408c-8301-3cdcbee1f926 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a90b5ce4-fa8a-4de6-a5f5-e32f865fcf36 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-08T08:19:56.141Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:19:56.215Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:19:56.217Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-08T08:19:56.217Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-08T08:19:56.217Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a86a1a99-c325-4ede-a24f-a04a589e0242 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-08T08:19:56.218Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-04-08T08:19:56.218Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-08T08:19:57.070Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-04-08T08:19:57.073Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a86a1a99-c325-4ede-a24f-a04a589e0242 52506 2022-04-08T08:19:57.074Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-08T08:19:57.074Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-08T08:19:57.074Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:19:57.074Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:19:57.080Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:19:57.080Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405997073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:19:57.179Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:19:57.181Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:19:57.181Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:57.199Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:57.200Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:19:58.082Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:19:58.083Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-08T08:19:58.084Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a86a1a99-c325-4ede-a24f-a04a589e0242, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.085Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-08T08:19:58.086Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.086Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.301Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16591990450157800246/Definitions/service-BasicNetwork-template.yml 2022-04-08T08:19:58.987Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.988Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.989Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.989Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.989Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.989Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-08T08:19:58.989Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-04-08T08:19:58.989Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.990Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.990Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-08T08:19:58.990Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-04-08T08:19:58.991Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:19:58.991Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.992Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.992Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-08T08:19:58.992Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-04-08T08:19:58.992Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:19:58.992Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.992Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.993Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.993Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.993Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.994Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.994Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.994Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.994Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:58.994Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:58.995Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 Model Version:NULL Model InvariantUuid:0a6c11b3-7a81-4a49-8b1a-43a85433923a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d14d7d78-21ad-408c-8301-3cdcbee1f926 Model UUID:f370ccae-2ddd-4f00-b392-3b6a1dc7a344 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:77a34b26-c233-45c9-bae7-34aef576a5b2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:19:59.003Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: a90b5ce4-fa8a-4de6-a5f5-e32f865fcf36 2022-04-08T08:19:59.004Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||No resources found for Service: 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:19:59.015Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500|| 2022-04-08T08:19:59.016Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-08T08:19:59.017Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 2022-04-08T08:19:59.018Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 2022-04-08T08:19:59.018Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-08T08:19:59.018Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:19:59.038Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fcbbb0, org.onap.sdc.toscaparser.api.parameters.Input@126fa4d, org.onap.sdc.toscaparser.api.parameters.Input@26bd11a2, org.onap.sdc.toscaparser.api.parameters.Input@b714104, org.onap.sdc.toscaparser.api.parameters.Input@376c4ae1] 2022-04-08T08:19:59.040Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.041Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:59.041Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.041Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:59.041Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1: Generic NeutronNet 2022-04-08T08:19:59.042Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.042Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:59.042Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.042Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-04-08T08:19:59.086Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.086Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:59.086Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.087Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:59.087Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:19:59.087Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:19:59.087Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T08:19:59.200Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-08T08:19:59.200Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-08T08:19:59.200Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-08T08:19:59.200Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:19:59.201Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:19:59.204Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:19:59.204Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405999200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:19:59.303Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:19:59.304Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:19:59.304Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:19:59.336Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:19:59.337Z||pool-54-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:20:00.207Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:20:00.225Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:20:00.229Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:20:00.229Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:20:00.230Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:20:30.230Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:20:30.242Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:20:30.245Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:20:30.245Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:20:30.245Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:20:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:20:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:20:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:20:53.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:20:53.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:20:53.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405993378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:20:53.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:00.245Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:21:00.259Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:21:00.261Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:21:00.261Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:21:00.261Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:21:30.261Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:21:30.281Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:21:30.284Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:21:30.285Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:21:30.285Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:21:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:21:53.383Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:21:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:21:54.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:21:54.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405993378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:21:54.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405997073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649405999200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:21:54.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOTIFIED" } 2022-04-08T08:21:54.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406019893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:21:54.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406020080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:21:54.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "ves-openapi-manager", "timestamp": 1649406021441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:21:54.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406028776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406029254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:21:54.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "cds", "timestamp": 1649406030261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:21:54.074Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b3cde6bf-eeaf-4155-940d-364b4a2b7327 2022-04-08T08:21:54.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3cde6bf-eeaf-4155-940d-364b4a2b7327 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:21:54.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:21:54.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406025188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406033764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406028525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:21:54.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:21:54.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406035641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406030053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:21:54.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:21:54.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406037189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406037353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406038193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:21:54.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406038402, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:21:54.103Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3cde6bf-eeaf-4155-940d-364b4a2b7327 2022-04-08T08:21:54.103Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3cde6bf-eeaf-4155-940d-364b4a2b7327 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:21:54.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406038854, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:21:54.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "policy-id", "timestamp": 1649406039196, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:21:54.123Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3cde6bf-eeaf-4155-940d-364b4a2b7327 2022-04-08T08:21:54.123Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3cde6bf-eeaf-4155-940d-364b4a2b7327 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:21:54.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "multicloud-k8s-id", "timestamp": 1649406039414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:21:54.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406044109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:21:54.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406044702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:21:54.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:21:54.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406045116, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:21:54.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b3cde6bf-eeaf-4155-940d-364b4a2b7327 2022-04-08T08:21:54.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3cde6bf-eeaf-4155-940d-364b4a2b7327 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:21:54.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:21:54.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "aai-ml", "timestamp": 1649406045709, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:21:54.168Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b3cde6bf-eeaf-4155-940d-364b4a2b7327 2022-04-08T08:21:54.169Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3cde6bf-eeaf-4155-940d-364b4a2b7327 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:22:00.285Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:22:00.299Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:22:00.301Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:22:00.302Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:22:00.302Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:22:30.302Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:22:30.316Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:22:30.318Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:22:30.318Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:22:30.318Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:22:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:22:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:22:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:22:53.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:22:53.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406148525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406155080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406150053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406164753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406165051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406165390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "cds", "timestamp": 1649406166067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:22:53.699Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad 2022-04-08T08:22:53.699Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:22:53.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406166395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:22:53.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T08:22:53.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "policy-id", "timestamp": 1649406167399, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:22:53.717Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad 2022-04-08T08:22:53.717Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:22:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406167288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:22:53.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406168299, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:22:53.736Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad 2022-04-08T08:22:53.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:22:53.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406161440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406171192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:22:53.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:22:53.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406172651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:22:53.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:22:53.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:22:53.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:22:53.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:23:00.319Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:23:00.330Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:23:00.332Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:23:00.332Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:23:00.332Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:23:30.332Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:23:30.341Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:23:30.343Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:23:30.343Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:23:30.344Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:23:53.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:23:53.385Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:23:53.385Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:23:53.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:23:53.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:23:53.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "multicloud-k8s-id", "timestamp": 1649406165192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:23:53.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:24:00.344Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:24:00.354Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:24:00.356Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:24:00.356Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:24:00.356Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:24:30.357Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:24:30.381Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:24:30.385Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:24:30.385Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:24:30.385Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:24:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:24:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:24:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:24:53.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:24:53.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:24:53.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "ves-openapi-manager", "timestamp": 1649406173661, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:24:53.466Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad 2022-04-08T08:24:53.466Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:25:00.385Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-04-08T08:25:00.386Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a409d26-fef0-4074-b298-f49f442a27ad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:25:00.404Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a409d26-fef0-4074-b298-f49f442a27ad and serviceModelVersionId: 59b4e39a-0274-447f-bfd7-e8a9d98e8aa1 2022-04-08T08:25:00.404Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a6c11b3-7a81-4a49-8b1a-43a85433923a 2022-04-08T08:25:00.406Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0 2022-04-08T08:25:00.418Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:25:00.546Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Invoke 2022-04-08T08:25:00.546Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2404d2a3-18cb-4360-a02d-f3bfc2ca3e44], X-ECOMP-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], X-TransactionId=[], X-ONAP-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], Content-Type=[application/merge-patch+json]} 2022-04-08T08:25:02.095Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Invoke 2022-04-08T08:25:02.095Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f8fd356-fdce-4cd6-9f04-90e8354c3dd1], X-ECOMP-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], X-TransactionId=[], X-ONAP-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], Content-Type=[application/merge-patch+json]} 2022-04-08T08:25:03.630Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Invoke 2022-04-08T08:25:03.630Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccb3382b-4e28-4e06-83de-6f3d5ea7a983], X-ECOMP-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], X-TransactionId=[], X-ONAP-RequestID=[4a409d26-fef0-4074-b298-f49f442a27ad], Content-Type=[application/merge-patch+json]} 2022-04-08T08:25:04.663Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:25:04.664Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:25:04.665Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:25:04.665Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:25:04.672Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:25:04.672Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a409d26-fef0-4074-b298-f49f442a27ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:25:04.672Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:25:04.673Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:04.676Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:04.676Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406304672, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:25:04.776Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:04.778Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:04.778Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:04.848Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:04.849Z||pool-55-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:25:05.700Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:25:05.701Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:25:05.702Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:10.231Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:10.234Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||received message from topic 2022-04-08T08:25:10.235Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b3cde6bf-eeaf-4155-940d-364b4a2b7327","serviceName":"vFW 2022-04-08 08-14-50","serviceVersion":"1.0","serviceUUID":"177108c2-00cc-4fbd-8a25-ad695ac295d4","serviceDescription":"catalog service description","serviceInvariantUUID":"fba1e2ed-2477-4b88-abce-10de58113c6e","resources":[{"resourceInstanceName":"vFW 748069dc-eff2 0","resourceName":"vFW 748069dc-eff2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7791aa25-2832-40e4-a84c-dae30d0a0241","resourceInvariantUUID":"6d55ab3d-fdd6-469b-ad57-f4b9cba9aa7d","resourceCustomizationUUID":"e4df482d-2a85-461b-b57f-2de4d824a4b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml","artifactChecksum":"NzA2MWM3ZDRiODI2YmJmNWM1NzUwNWExYmUwOTY5MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"050c3ec9-96b0-4493-b6c5-fcc05ad2c515","artifactVersion":"1"},{"artifactName":"vfw748069dceff20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json","artifactChecksum":"MTIwMjZjYmE0ODQ2OWExYTFlOGJiM2U1M2RiODRmYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a95b6b69-2e9b-4bbc-a2d8-faa07738deb3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af234940-97bc-4cd7-8308-99b54e897abb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml","artifactChecksum":"YWFkYzlmMTFmNTM5ZDM3ODJhM2QzZWM1OTQ4NTZmOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7936ad1c-d1c7-4705-9f20-d67d11318e56","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c731f2ce-d5bb-47a3-af2b-0b455c18b38c","artifactVersion":"2","generatedFromUUID":"af234940-97bc-4cd7-8308-99b54e897abb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408081450-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml","artifactChecksum":"MGY0Y2E4MzQ0NGVkYWY5YzA1MjNmZTVmMjY2MzQyODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c54eb5b1-e2ee-4047-b50b-596d4d318144","artifactVersion":"1"},{"artifactName":"service-Vfw20220408081450-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar","artifactChecksum":"MDU3OTUwYTY1OWQwYTY3NTg3ZTllYTUxNDNlODAyZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da9a18a4-3240-49c2-93e4-bb0ce2cf4dab","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:25:10.237Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:10.240Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:10.244Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:10.244Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:10.344Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:25:10.345Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:10.346Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:10.394Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:10.396Z||pool-56-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:25:11.245Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:11.246Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:11.249Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:11.250Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOTIFIED" } 2022-04-08T08:25:11.349Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:25:11.350Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:11.350Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:11.376Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:11.377Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:12.251Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:12.252Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:12.254Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:12.255Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:25:12.355Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:12.356Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:12.356Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:12.398Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:12.399Z||pool-58-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:13.256Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:13.256Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:13.259Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:13.260Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:13.360Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:13.361Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:13.362Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:13.404Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:13.405Z||pool-59-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:14.260Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:14.261Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:14.264Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:14.264Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:25:14.365Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:25:14.366Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:14.366Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:14.402Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:14.403Z||pool-60-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:15.265Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:15.266Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:15.268Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:15.268Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:15.369Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:15.370Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:15.370Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:15.394Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:15.395Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:16.269Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:25:16.270Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:16.272Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:16.272Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:25:16.372Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:16.373Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:16.373Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:16.407Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:16.408Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:17.274Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||sending notification to client: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "serviceName": "vFW 2022-04-08 08-14-50", "serviceVersion": "1.0", "serviceUUID": "177108c2-00cc-4fbd-8a25-ad695ac295d4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fba1e2ed-2477-4b88-abce-10de58113c6e", "resources": [ { "resourceInstanceName": "vFW 748069dc-eff2 0", "resourceCustomizationUUID": "e4df482d-2a85-461b-b57f-2de4d824a4b3", "resourceName": "vFW 748069dc-eff2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7791aa25-2832-40e4-a84c-dae30d0a0241", "resourceInvariantUUID": "6d55ab3d-fdd6-469b-ad57-f4b9cba9aa7d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw748069dceff20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "artifactChecksum": "MTIwMjZjYmE0ODQ2OWExYTFlOGJiM2U1M2RiODRmYjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a95b6b69-2e9b-4bbc-a2d8-faa07738deb3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "af234940-97bc-4cd7-8308-99b54e897abb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c731f2ce-d5bb-47a3-af2b-0b455c18b38c", "generatedFromUUID": "af234940-97bc-4cd7-8308-99b54e897abb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c731f2ce-d5bb-47a3-af2b-0b455c18b38c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408081450-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "artifactChecksum": "MDU3OTUwYTY1OWQwYTY3NTg3ZTllYTUxNDNlODAyZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da9a18a4-3240-49c2-93e4-bb0ce2cf4dab" } ], "workloadContext": "Production" } 2022-04-08T08:25:17.274Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:25:17.275Z|4a409d26-fef0-4074-b298-f49f442a27ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 177108c2-00cc-4fbd-8a25-ad695ac295d4 ASDC 2022-04-08T08:25:17.275Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||ASDC Notification: DistributionID:b3cde6bf-eeaf-4155-940d-364b4a2b7327 ServiceName:vFW 2022-04-08 08-14-50 ServiceVersion:1.0 ServiceUUID:177108c2-00cc-4fbd-8a25-ad695ac295d4 ServiceInvariantUUID:fba1e2ed-2477-4b88-abce-10de58113c6e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408081450-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar ArtifactUUID:da9a18a4-3240-49c2-93e4-bb0ce2cf4dab ArtifactChecksum:MDU3OTUwYTY1OWQwYTY3NTg3ZTllYTUxNDNlODAyZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 748069dc-eff2 0 ResourceCustomizationUUID:e4df482d-2a85-461b-b57f-2de4d824a4b3 ResourceInvariantUUID:6d55ab3d-fdd6-469b-ad57-f4b9cba9aa7d ResourceName:vFW 748069dc-eff2 ResourceType:VF ResourceUUID:7791aa25-2832-40e4-a84c-dae30d0a0241 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw748069dceff20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json ArtifactUUID:a95b6b69-2e9b-4bbc-a2d8-faa07738deb3 ArtifactChecksum:MTIwMjZjYmE0ODQ2OWExYTFlOGJiM2U1M2RiODRmYjk= 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/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml ArtifactUUID:af234940-97bc-4cd7-8308-99b54e897abb 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/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env ArtifactUUID:c731f2ce-d5bb-47a3-af2b-0b455c18b38c 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/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env ArtifactUUID:c731f2ce-d5bb-47a3-af2b-0b455c18b38c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:25:17.276Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 177108c2-00cc-4fbd-8a25-ad695ac295d4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:25:17.391Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:25:17.392Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:25:17.392Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:25:17.392Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Trying to download the artifact UUID: da9a18a4-3240-49c2-93e4-bb0ce2cf4dab from URL: /sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:17.392Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:25:17.393Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:20.140Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:25:20.186Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar da9a18a4-3240-49c2-93e4-bb0ce2cf4dab 98949 2022-04-08T08:25:20.186Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar ASDC sendASDCNotification 2022-04-08T08:25:20.187Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:20.187Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:25:20.187Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:20.189Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:20.190Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406320186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:25:20.289Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:25:20.290Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:20.290Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:20.312Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:20.313Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:21.190Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:25:21.192Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:25:21.192Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Trying to write artifact UUID: da9a18a4-3240-49c2-93e4-bb0ce2cf4dab, URL: /sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar to file: /app/ASDC/1/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:21.193Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408081450-csar.csar 2022-04-08T08:25:21.194Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:21.194Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:21.588Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15874169701383248353/Definitions/service-Vfw20220408081450-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-08T08:25:24.619Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:25:24.620Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:25:24.620Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.621Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T08:25:24.621Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.621Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.621Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.622Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.622Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.622Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.622Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.622Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.623Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.623Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.623Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 748069dc-eff2 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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.623Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?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-Vfw20220408081450-csar.csar 2022-04-08T08:25:24.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:25:24.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.625Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:24.625Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:25:24.626Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:25:24.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:24.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:25:24.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:25:24.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.629Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.629Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:24.629Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:24.630Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:25:24.630Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.630Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.631Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.631Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:25:24.631Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:24.631Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:25:24.632Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:25:24.632Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.632Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.632Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:25:24.633Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.633Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:25:24.633Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.633Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:25:24.634Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.634Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:25:24.634Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.634Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:24.635Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:24.635Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:24.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:24.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:24.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:24.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:24.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:24.639Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:25:24.639Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:24.640Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:25:24.640Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:25:24.640Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.641Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.641Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:25:24.641Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.642Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:25:24.642Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.642Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18abf8ad-8708-4954-a74f-301318a6fbea 2022-04-08T08:25:24.643Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.643Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:24.644Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:24.644Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:25:24.645Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.645Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.645Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.646Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:25:24.646Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:24.646Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:25:24.647Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:25:24.647Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.647Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:25:24.648Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.648Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ce2b7f5-0bbd-4cda-b483-39f1c28978a1 2022-04-08T08:25:24.649Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.649Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:24.649Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:24.650Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:25:24.650Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.650Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:25:24.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:24.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:25:24.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:25:24.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:24.653Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:24.653Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:25:24.653Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54c7260c-b7a4-4e77-bcb7-aa9d8af46a7f 2022-04-08T08:25:24.654Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.654Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.655Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.655Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.655Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.656Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.656Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:24.656Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:24.657Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 08-14-50 Description:catalog service description Model UUID:177108c2-00cc-4fbd-8a25-ad695ac295d4 Model Version:NULL Model InvariantUuid:fba1e2ed-2477-4b88-abce-10de58113c6e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 748069dc-eff2 Model UUID:c34668b3-bd90-4310-ab7c-6ef257b0381c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6d55ab3d-fdd6-469b-ad57-f4b9cba9aa7d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e4df482d-2a85-461b-b57f-2de4d824a4b3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f318e2fe-4666-411c-be96-9e63f35f8876 ModelName:Vfw748069dcEff2..base_vfw..module-0 ModelUuid:21e3039e-6e05-495c-8a52-90e6aaf65a25 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:18abf8ad-8708-4954-a74f-301318a6fbea ModelInvariantUuid:ad910ce7-4091-4b93-b8f4-e2e7460b0d30 ModelName:vFW 748069dc-eff2-nodes.vfwCvfc ModelUuid:0f980c7c-2bce-4962-a003-b4c76af23d7f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:10dd014c-29dd-45c4-a7de-52882b8ab7a7 ModelInvariantUuid:00295b0a-e2e0-4ee2-b14d-2567f319f660 ModelName:Vfw748069dcEff2.compute.nodes.heat.vfw ModelUuid:ac128912-0348-492e-ab2d-e274ab3bd61e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1ce2b7f5-0bbd-4cda-b483-39f1c28978a1 ModelInvariantUuid:d3110cc0-5b2e-425d-a814-e80721297ab7 ModelName:vFW 748069dc-eff2-nodes.vsnCvfc ModelUuid:91842384-a8bd-470c-8755-9cf4143d88fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ca4651ec-0b8d-4f75-bd3c-248f2646cbc0 ModelInvariantUuid:7e7fcd65-1637-4552-ba05-9c08a43e2627 ModelName:Vfw748069dcEff2.compute.nodes.heat.vsn ModelUuid:9e362486-2652-4a98-bdc9-bd9343dffcdb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:54c7260c-b7a4-4e77-bcb7-aa9d8af46a7f ModelInvariantUuid:713f7cfa-acd7-49c7-9877-c956608797f3 ModelName:vFW 748069dc-eff2-nodes.vpgCvfc ModelUuid:820d9474-863d-4542-8b51-1cdc16ef09e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7a7b4b6b-99c9-4d69-a2c4-eecf14fb9c0e ModelInvariantUuid:639f9101-6322-4378-97ab-f1a56ed4591a ModelName:Vfw748069dcEff2.compute.nodes.heat.vpg ModelUuid:f9d19bb2-f52f-453d-bb47-953baf6e8dce ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:25:24.669Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7791aa25-2832-40e4-a84c-dae30d0a0241 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:25:24.674Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||vFW 748069dc-eff2 0 2022-04-08T08:25:24.674Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7791aa25-2832-40e4-a84c-dae30d0a0241 2022-04-08T08:25:24.675Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Trying to download the artifact UUID: a95b6b69-2e9b-4bbc-a2d8-faa07738deb3 from URL: /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json 2022-04-08T08:25:24.675Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:25:24.675Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json 2022-04-08T08:25:25.408Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:25:25.408Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json a95b6b69-2e9b-4bbc-a2d8-faa07738deb3 785 2022-04-08T08:25:25.409Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json ASDC sendASDCNotification 2022-04-08T08:25:25.409Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json 2022-04-08T08:25:25.409Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:25:25.409Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:25.411Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:25.411Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406325409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:25:25.512Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:25:25.514Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:25.514Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:25.611Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:25.612Z||pool-64-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:25:26.412Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw748069dcEff2..base_vfw..module-0", "vfModuleModelInvariantUUID": "f318e2fe-4666-411c-be96-9e63f35f8876", "vfModuleModelVersion": "1", "vfModuleModelUUID": "21e3039e-6e05-495c-8a52-90e6aaf65a25", "vfModuleModelCustomizationUUID": "935cd8c9-3a52-4f1f-950b-da7d71e0e2eb", "isBase": true, "artifacts": [ "af234940-97bc-4cd7-8308-99b54e897abb", "c731f2ce-d5bb-47a3-af2b-0b455c18b38c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:25:26.418Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw748069dcEff2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:21e3039e-6e05-495c-8a52-90e6aaf65a25 VfModuleModelInvariantUUID:f318e2fe-4666-411c-be96-9e63f35f8876 VfModuleModelDescription:NULL Artifacts UUID List:{ af234940-97bc-4cd7-8308-99b54e897abb , c731f2ce-d5bb-47a3-af2b-0b455c18b38c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:25:26.422Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw748069dcEff2..base_vfw..module-0", "vfModuleModelInvariantUUID": "f318e2fe-4666-411c-be96-9e63f35f8876", "vfModuleModelVersion": "1", "vfModuleModelUUID": "21e3039e-6e05-495c-8a52-90e6aaf65a25", "vfModuleModelCustomizationUUID": "935cd8c9-3a52-4f1f-950b-da7d71e0e2eb", "isBase": true, "artifacts": [ "af234940-97bc-4cd7-8308-99b54e897abb", "c731f2ce-d5bb-47a3-af2b-0b455c18b38c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:25:26.422Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw748069dcEff2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:21e3039e-6e05-495c-8a52-90e6aaf65a25 VfModuleModelInvariantUUID:f318e2fe-4666-411c-be96-9e63f35f8876 VfModuleModelDescription:NULL Artifacts UUID List:{ af234940-97bc-4cd7-8308-99b54e897abb , c731f2ce-d5bb-47a3-af2b-0b455c18b38c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:25:26.422Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Trying to download the artifact UUID: af234940-97bc-4cd7-8308-99b54e897abb from URL: /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml 2022-04-08T08:25:26.422Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:25:26.423Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml 2022-04-08T08:25:27.088Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:25:27.089Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml af234940-97bc-4cd7-8308-99b54e897abb 20368 2022-04-08T08:25:27.090Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:25:27.090Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml 2022-04-08T08:25:27.090Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:25:27.090Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:27.092Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:27.092Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406327090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:25:27.192Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:27.193Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:27.193Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:27.211Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:27.212Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:28.093Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Trying to download the artifact UUID: c731f2ce-d5bb-47a3-af2b-0b455c18b38c from URL: /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env 2022-04-08T08:25:28.093Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:25:28.094Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env 2022-04-08T08:25:28.570Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:25:28.570Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env c731f2ce-d5bb-47a3-af2b-0b455c18b38c 2098 2022-04-08T08:25:28.570Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:25:28.571Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env 2022-04-08T08:25:28.571Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:25:28.571Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:28.573Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:28.573Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406328570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:25:28.673Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:28.678Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:28.678Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:28.716Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:28.717Z||pool-66-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:29.574Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Preparing to deploy Service: 177108c2-00cc-4fbd-8a25-ad695ac295d4 2022-04-08T08:25:29.574Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 748069dc-eff2 0 7791aa25-2832-40e4-a84c-dae30d0a0241 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:25:29.600Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d72a5ec, org.onap.sdc.toscaparser.api.parameters.Input@618c1a1e, org.onap.sdc.toscaparser.api.parameters.Input@73908d86, org.onap.sdc.toscaparser.api.parameters.Input@27cc78e1, org.onap.sdc.toscaparser.api.parameters.Input@1fa9f431] 2022-04-08T08:25:29.601Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.602Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.602Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T08:25:29.602Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||VFCustomizationUUID= e4df482d-2a85-461b-b57f-2de4d824a4b3 2022-04-08T08:25:29.602Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4df482d-2a85-461b-b57f-2de4d824a4b3 matches Tosca VF Customization UUID: e4df482d-2a85-461b-b57f-2de4d824a4b3 2022-04-08T08:25:29.603Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||vfCustomizationUUID: e4df482d-2a85-461b-b57f-2de4d824a4b3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:25:29.607Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.608Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.608Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||resource request for resource customization id e4df482d-2a85-461b-b57f-2de4d824a4b3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T08:25:29.609Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2db0757b 2022-04-08T08:25:29.609Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.609Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:25:29.609Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 935cd8c9-3a52-4f1f-950b-da7d71e0e2eb 2022-04-08T08:25:29.610Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 935cd8c9-3a52-4f1f-950b-da7d71e0e2eb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:25:29.613Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.613Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:29.614Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:29.614Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.614Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:29.615Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:29.615Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.616Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:29.616Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:29.616Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:25:29.617Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:29.617Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:25:29.617Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:25:29.618Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.618Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:29.618Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:25:29.618Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:29.619Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:25:29.619Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.619Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18abf8ad-8708-4954-a74f-301318a6fbea Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:25:29.623Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:29.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:29.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:29.624Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:29.625Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:25:29.625Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:29.625Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.626Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:25:29.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:29.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:25:29.627Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:25:29.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:29.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:25:29.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.628Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ce2b7f5-0bbd-4cda-b483-39f1c28978a1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:25:29.635Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.635Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:29.635Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:29.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is not matching search criteria 2022-04-08T08:25:29.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:25:29.636Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:25:29.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:29.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:25:29.637Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:25:29.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:25:29.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:25:29.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:25:29.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:25:29.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:25:29.638Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54c7260c-b7a4-4e77-bcb7-aa9d8af46a7f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:25:29.646Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.646Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:29.646Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:25:29.647Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.647Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Node template vFW 748069dc-eff2 0 is matching search criteria 2022-04-08T08:25:29.647Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found topology templates [vFW 748069dc-eff2 0] matching following query criteria: sdcType=VF, customizationUUID=e4df482d-2a85-461b-b57f-2de4d824a4b3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:25:29.650Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500|| resourceSeq for service uuid 177108c2-00cc-4fbd-8a25-ad695ac295d4: vFW 748069dc-eff2 2022-04-08T08:25:29.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.651Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.652Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.653Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:25:29.653Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Service vFW 2022-04-08 08-14-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:25:29.653Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||Saving Service: vFW 2022-04-08 08-14-50 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:25:29.929Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 748069dc-eff2 7791aa25-2832-40e4-a84c-dae30d0a0241 1 ASDC deployResourceStructure 2022-04-08T08:25:29.929Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json ASDC sendASDCNotification 2022-04-08T08:25:29.929Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json 2022-04-08T08:25:29.929Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:25:29.930Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:29.932Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:29.932Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406329929, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:25:30.032Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:30.033Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:30.033Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:30.049Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:30.049Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:30.933Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:25:30.934Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml 2022-04-08T08:25:30.934Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:25:30.934Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:30.936Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:30.936Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406330933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:25:31.036Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:25:31.037Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:31.037Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:31.059Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:31.059Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:31.938Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:25:31.938Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env 2022-04-08T08:25:31.939Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:25:31.939Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:31.941Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:31.941Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406331938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:25:32.041Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:32.042Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:32.042Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:32.056Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:32.057Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:32.942Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar ASDC sendASDCNotification 2022-04-08T08:25:32.942Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar 2022-04-08T08:25:32.942Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:25:32.943Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:25:32.946Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:25:32.946Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406332942, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:25:33.046Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:25:33.047Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:25:33.047Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:33.070Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:33.071Z||pool-70-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:25:33.948Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3cde6bf-eeaf-4155-940d-364b4a2b7327 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:25:33.975Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3cde6bf-eeaf-4155-940d-364b4a2b7327 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:25:33.981Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:25:33.982Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:25:33.982Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:25:33.982Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:25:33.982Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:25:33.982Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:25:33.994Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:25:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:25:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:25:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:25:53.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:25:53.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:53.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:25:53.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:25:53.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406169896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:25:53.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:25:53.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406179577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:25:53.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:25:53.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406187227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:25:53.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:25:53.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:25:53.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "aai-ml", "timestamp": 1649406188235, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:25:53.495Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad 2022-04-08T08:25:53.495Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:03.995Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b3cde6bf-eeaf-4155-940d-364b4a2b7327 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:26:04.005Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b3cde6bf-eeaf-4155-940d-364b4a2b7327 and serviceModelVersionId: 177108c2-00cc-4fbd-8a25-ad695ac295d4 2022-04-08T08:26:04.005Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fba1e2ed-2477-4b88-abce-10de58113c6e 2022-04-08T08:26:04.006Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0 2022-04-08T08:26:04.009Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:26:04.072Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a6c11b3-7a81-4a49-8b1a-43a85433923a/model-vers/model-ver/59b4e39a-0274-447f-bfd7-e8a9d98e8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:26:04.073Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Invoke 2022-04-08T08:26:05.608Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:26:05.610Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Invoke 2022-04-08T08:26:07.148Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:26:07.151Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Invoke 2022-04-08T08:26:08.181Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:26:08.182Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:26:08.183Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:26:08.184Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:26:08.200Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:26:08.200Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b3cde6bf-eeaf-4155-940d-364b4a2b7327 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:26:08.201Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:26:08.202Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:08.204Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:08.204Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406368200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:26:08.304Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:08.305Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:08.306Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:08.342Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:08.343Z||pool-71-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:26:09.246Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:26:09.247Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad","serviceName":"Demo_pNF_hxsJXM952rX3YFx6LYZY","serviceVersion":"1.0","serviceUUID":"a6c52b6d-eddf-45d1-a354-72973bb62e1a","serviceDescription":"catalog service description","serviceInvariantUUID":"d22e950f-9106-4b57-80c0-ebee8ce26a17","resources":[{"resourceInstanceName":"pNF eb501a7c-1a5e 0","resourceName":"pNF eb501a7c-1a5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0cc2e371-f793-4913-b374-e5ca983811d2","resourceInvariantUUID":"d272986c-7bfc-4584-8957-ebef8b472066","resourceCustomizationUUID":"9c5ad113-db29-40a1-b88f-d659ef98f962","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0ODBiNjdmMjA1Mjc5NDVhNzMwOTlmZTkzMTczMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1663583-cc61-4266-a914-eb5f0722347f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e2b82fd-2089-4197-8e1b-20a9ee106733","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bfa0025-3356-427c-a739-9fbd6ba0e55d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJlNWNlZWFjZWU1YjVkYzVlMDc3NmUyNzAyN2UyMzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a984c1bc-5b42-448c-8fff-350305e9651b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8ab257d-82ee-4824-9ede-bc5480477240","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6022c4a1-1bbb-4f02-ab1f-f54d78bd6ae5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml","artifactChecksum":"N2M5NDgwNDI3MTJkMjNlMjNlYzZlMWQzYTBmN2Q0NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"693d65c8-1088-4179-92f9-b17945257ba2","artifactVersion":"1"},{"artifactName":"service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar","artifactChecksum":"NzNhMDU0Zjk1MzA0M2E2NDVlZTdjMTY2Mzg1YzdhMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e39450d1-8af2-4a9a-8f07-f6e73ca6dd3c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:26:09.248Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:09.248Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:09.250Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:09.250Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:09.350Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:09.351Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:09.351Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:09.401Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:09.402Z||pool-72-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:26:10.251Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:10.252Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:10.254Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:10.254Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:10.354Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:10.355Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:10.355Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:10.371Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:10.373Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:26:11.255Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:11.256Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:11.258Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:11.258Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:11.359Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:26:11.359Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:11.360Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:11.379Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:11.379Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:12.259Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:12.262Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:12.265Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:12.265Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:12.365Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:12.366Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:12.366Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:12.401Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:12.402Z||pool-75-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:13.266Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:13.267Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:13.269Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:13.269Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:13.369Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:13.370Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:13.370Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:13.394Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:13.394Z||pool-76-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:26:14.269Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:14.270Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:14.273Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:14.273Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:14.373Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:14.374Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:14.374Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:14.403Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:14.403Z||pool-77-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:15.274Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:15.275Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:15.277Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:15.277Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:15.377Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:15.378Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:15.378Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:15.403Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:15.404Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:16.278Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:16.278Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:16.282Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:16.282Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:16.382Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:16.383Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:16.384Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:16.426Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:16.427Z||pool-79-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:26:17.283Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||sending notification to client: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "serviceName": "Demo_pNF_hxsJXM952rX3YFx6LYZY", "serviceVersion": "1.0", "serviceUUID": "a6c52b6d-eddf-45d1-a354-72973bb62e1a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d22e950f-9106-4b57-80c0-ebee8ce26a17", "resources": [ { "resourceInstanceName": "pNF eb501a7c-1a5e 0", "resourceCustomizationUUID": "9c5ad113-db29-40a1-b88f-d659ef98f962", "resourceName": "pNF eb501a7c-1a5e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0cc2e371-f793-4913-b374-e5ca983811d2", "resourceInvariantUUID": "d272986c-7bfc-4584-8957-ebef8b472066", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "artifactChecksum": "NzNhMDU0Zjk1MzA0M2E2NDVlZTdjMTY2Mzg1YzdhMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e39450d1-8af2-4a9a-8f07-f6e73ca6dd3c" } ], "workloadContext": "Production" } 2022-04-08T08:26:17.284Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:26:17.284Z|b3cde6bf-eeaf-4155-940d-364b4a2b7327|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6c52b6d-eddf-45d1-a354-72973bb62e1a ASDC 2022-04-08T08:26:17.284Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||ASDC Notification: DistributionID:6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad ServiceName:Demo_pNF_hxsJXM952rX3YFx6LYZY ServiceVersion:1.0 ServiceUUID:a6c52b6d-eddf-45d1-a354-72973bb62e1a ServiceInvariantUUID:d22e950f-9106-4b57-80c0-ebee8ce26a17 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar ArtifactUUID:e39450d1-8af2-4a9a-8f07-f6e73ca6dd3c ArtifactChecksum:NzNhMDU0Zjk1MzA0M2E2NDVlZTdjMTY2Mzg1YzdhMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF eb501a7c-1a5e 0 ResourceCustomizationUUID:9c5ad113-db29-40a1-b88f-d659ef98f962 ResourceInvariantUUID:d272986c-7bfc-4584-8957-ebef8b472066 ResourceName:pNF eb501a7c-1a5e ResourceType:PNF ResourceUUID:0cc2e371-f793-4913-b374-e5ca983811d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T08:26:17.285Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6c52b6d-eddf-45d1-a354-72973bb62e1a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:26:17.331Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:26:17.332Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:26:17.332Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:26:17.332Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Trying to download the artifact UUID: e39450d1-8af2-4a9a-8f07-f6e73ca6dd3c from URL: /sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:17.332Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:26:17.332Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:19.507Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:26:19.512Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar e39450d1-8af2-4a9a-8f07-f6e73ca6dd3c 82657 2022-04-08T08:26:19.512Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar ASDC sendASDCNotification 2022-04-08T08:26:19.513Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:19.513Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:26:19.513Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:19.516Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:19.516Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406379512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:19.616Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:19.617Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:19.617Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:19.641Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:19.642Z||pool-80-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:20.517Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:26:20.518Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:26:20.518Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Trying to write artifact UUID: e39450d1-8af2-4a9a-8f07-f6e73ca6dd3c, URL: /sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar to file: /app/ASDC/1/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:20.519Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:20.519Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:20.519Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:20.649Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13478112643731337904/Definitions/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml 2022-04-08T08:26:21.546Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:26:21.547Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:26:21.547Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.547Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T08:26:21.548Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eb501a7c-1a5e 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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.548Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.549Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.549Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.549Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.550Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.550Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?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-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.550Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:26:21.551Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.551Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.551Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Node template pNF eb501a7c-1a5e 0 is matching search criteria 2022-04-08T08:26:21.552Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:26:21.552Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Found topology templates [pNF eb501a7c-1a5e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:26:21.552Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.552Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.553Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Node template pNF eb501a7c-1a5e 0 is matching search criteria 2022-04-08T08:26:21.553Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:26:21.553Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Found topology templates [pNF eb501a7c-1a5e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:26:21.554Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.554Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.554Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.555Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.555Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.555Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.556Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.556Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.556Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.557Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.557Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_hxsJXM952rX3YFx6LYZY Description:catalog service description Model UUID:a6c52b6d-eddf-45d1-a354-72973bb62e1a Model Version:NULL Model InvariantUuid:d22e950f-9106-4b57-80c0-ebee8ce26a17 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:26:21.567Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 0cc2e371-f793-4913-b374-e5ca983811d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:26:21.573Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||pNF eb501a7c-1a5e 0 2022-04-08T08:26:21.573Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 0cc2e371-f793-4913-b374-e5ca983811d2 2022-04-08T08:26:21.573Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||No resources found for Service: a6c52b6d-eddf-45d1-a354-72973bb62e1a 2022-04-08T08:26:21.573Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Preparing to deploy Service: a6c52b6d-eddf-45d1-a354-72973bb62e1a 2022-04-08T08:26:21.573Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eb501a7c-1a5e 0 0cc2e371-f793-4913-b374-e5ca983811d2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:26:21.584Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34ed59ce, org.onap.sdc.toscaparser.api.parameters.Input@5fd2d0d2, org.onap.sdc.toscaparser.api.parameters.Input@391ad279, org.onap.sdc.toscaparser.api.parameters.Input@566a117d, org.onap.sdc.toscaparser.api.parameters.Input@8170157] 2022-04-08T08:26:21.585Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.585Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.585Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500|| resourceSeq for service uuid a6c52b6d-eddf-45d1-a354-72973bb62e1a: pNF eb501a7c-1a5e 2022-04-08T08:26:21.585Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Processing PNF resource: 0cc2e371-f793-4913-b374-e5ca983811d2 2022-04-08T08:26:21.586Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:26:21.586Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Service Demo_pNF_hxsJXM952rX3YFx6LYZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:26:21.586Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||Resource customization UUID: 9c5ad113-db29-40a1-b88f-d659ef98f962 is the same as notified resource customizationUUID: 9c5ad113-db29-40a1-b88f-d659ef98f962 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T08:26:21.703Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eb501a7c-1a5e 0cc2e371-f793-4913-b374-e5ca983811d2 0 ASDC deployResourceStructure 2022-04-08T08:26:21.704Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar ASDC sendASDCNotification 2022-04-08T08:26:21.704Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar 2022-04-08T08:26:21.704Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:26:21.705Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:21.709Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:21.709Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406381704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:26:21.808Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:26:21.809Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:21.810Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:21.841Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:21.842Z||pool-81-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:26:22.710Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:26:22.724Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:26:22.730Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:26:22.730Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:26:22.731Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:26:22.731Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:26:22.731Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T08:26:22.731Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:26:22.731Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:22.740Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:26:52.740Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:26:52.748Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and serviceModelVersionId: a6c52b6d-eddf-45d1-a354-72973bb62e1a 2022-04-08T08:26:52.748Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d22e950f-9106-4b57-80c0-ebee8ce26a17 2022-04-08T08:26:52.749Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0 2022-04-08T08:26:52.753Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:26:52.804Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fba1e2ed-2477-4b88-abce-10de58113c6e/model-vers/model-ver/177108c2-00cc-4fbd-8a25-ad695ac295d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:26:52.806Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Invoke 2022-04-08T08:26:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:26:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:26:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:53.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:53.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:26:53.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-08T08:26:53.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-08T08:26:53.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-08T08:26:53.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "ves-openapi-manager", "timestamp": 1649406241440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406245188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406245085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406248525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406261334, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406261890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406261641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.518Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "cds", "timestamp": 1649406262651, "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-04-08T08:26:53.538Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 431a9b71-728e-4ad8-92e5-26cae4bd5a41 2022-04-08T08:26:53.538Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406262898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:26:53.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406262968, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "policy-id", "timestamp": 1649406263901, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:53.568Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 431a9b71-728e-4ad8-92e5-26cae4bd5a41 2022-04-08T08:26:53.568Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406264452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406266249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406267431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:53.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 431a9b71-728e-4ad8-92e5-26cae4bd5a41 2022-04-08T08:26:53.599Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:26:53.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "ves-openapi-manager", "timestamp": 1649406261441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "multicloud-k8s-id", "timestamp": 1649406268442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406263655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406270491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:26:53.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:26:53.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:26:53.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406272657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "cds", "timestamp": 1649406273678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.643Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2398d58b-7884-4105-9d90-68c5b61dbfc4 2022-04-08T08:26:53.643Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2398d58b-7884-4105-9d90-68c5b61dbfc4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406268525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406269451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406277505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406278510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:26:53.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406278044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "policy-id", "timestamp": 1649406279514, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:53.672Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2398d58b-7884-4105-9d90-68c5b61dbfc4 2022-04-08T08:26:53.672Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2398d58b-7884-4105-9d90-68c5b61dbfc4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406280053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406280376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406280449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:26:53.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "aai-ml", "timestamp": 1649406281463, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:53.693Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 431a9b71-728e-4ad8-92e5-26cae4bd5a41 2022-04-08T08:26:53.693Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406281928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406282977, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:53.708Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2398d58b-7884-4105-9d90-68c5b61dbfc4 2022-04-08T08:26:53.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2398d58b-7884-4105-9d90-68c5b61dbfc4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:26:53.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406283647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:26:53.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "multicloud-k8s-id", "timestamp": 1649406283993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:26:53.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406284655, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:26:53.725Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 431a9b71-728e-4ad8-92e5-26cae4bd5a41 2022-04-08T08:26:53.725Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:26:53.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406259897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:26:53.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406289889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406270054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:26:53.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:53.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:26:54.354Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:26:54.357Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Invoke 2022-04-08T08:26:55.885Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:26:55.886Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Invoke 2022-04-08T08:26:56.918Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:26:56.920Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:26:56.920Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:26:56.921Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:26:56.928Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:26:56.928Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:26:56.929Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:26:56.930Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:56.934Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:56.934Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406416929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:26:57.034Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:57.035Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:57.035Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:57.054Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:57.054Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:26:57.958Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||received message from topic 2022-04-08T08:26:57.958Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"431a9b71-728e-4ad8-92e5-26cae4bd5a41","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1549340e-3c94-4d80-818b-a0c8d5f48a8c","serviceDescription":"service","serviceInvariantUUID":"1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5db9a472-35a2-4982-8679-f2a8ffaa153f","resourceInvariantUUID":"05b0eaa5-c92c-43aa-9c7a-631565c00a27","resourceCustomizationUUID":"08a5b254-b0e2-491b-8891-3447bae79507","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":"MWY4YjEyM2RjODU2NzUzOGY5MWJkZTNjNzlkMGI0YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e98558d8-6f7c-4a62-b35c-cd0e61c9447f","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":"4cb4dcbf-9c4c-40a5-88e3-f693443593b1","artifactVersion":"2","generatedFromUUID":"6b8f31cc-0099-48bb-b53a-35cbfb103e3d"},{"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":"6b8f31cc-0099-48bb-b53a-35cbfb103e3d","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":"MTgyYTU3ZTM0OTkwODc3ZDJkM2QyN2Y5NjYwOWQxMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"629fdaea-577f-4eda-ba87-dadcf7a8bc3b","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":"71e9c131-f17a-450b-aad9-bc70308b1b23","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":"32765fba-ed5a-427a-8978-d6589622e9d9","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":"043ab087-dae9-4a6a-8d70-9d84aab362d1","artifactVersion":"2","generatedFromUUID":"71e9c131-f17a-450b-aad9-bc70308b1b23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTM4Mzg2ZDZkMjVlYzkwMDZiZjQ5ZTc2NzI5ZDZkYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f49c325f-14bf-4ac1-838f-353c678b65d6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWU5YWQ3MDkzOTM3OWEwMDk4NmJjZWI2OWRhNDU1M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a729cf4-c2cb-48aa-9723-258a31388fa6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:26:57.959Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:57.960Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:57.962Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:57.962Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:26:58.062Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:26:58.063Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:58.063Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:58.080Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:58.080Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:58.962Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:58.964Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:58.971Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:58.972Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-08T08:26:59.071Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:26:59.072Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:26:59.072Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:26:59.100Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:26:59.101Z||pool-84-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:26:59.973Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:26:59.974Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:26:59.981Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:26:59.981Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-08T08:27:00.081Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:00.082Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:00.082Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:00.113Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:00.114Z||pool-85-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:00.982Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:27:00.982Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:00.984Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:00.984Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:27:01.085Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:01.086Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:01.086Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:01.108Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:01.109Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:01.985Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:27:01.988Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:01.992Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:01.993Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-08T08:27:02.092Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:02.093Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:02.094Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:02.115Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:02.116Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:27:02.993Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:27:02.994Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:02.998Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:02.998Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:03.097Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:03.098Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:03.098Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:03.124Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:03.124Z||pool-88-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:03.999Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:27:04.000Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:04.002Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:04.003Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-08T08:27:04.103Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:04.104Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:04.104Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:04.152Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:04.152Z||pool-89-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:05.004Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:27:05.005Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:05.008Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:05.009Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:05.109Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:05.110Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:05.110Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:05.170Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:05.171Z||pool-90-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:06.009Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:27:06.013Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:06.016Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:06.016Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:06.116Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:06.117Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:06.117Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:06.149Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:06.150Z||pool-91-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:07.018Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||sending notification to client: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "1549340e-3c94-4d80-818b-a0c8d5f48a8c", "serviceDescription": "service", "serviceInvariantUUID": "1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "08a5b254-b0e2-491b-8891-3447bae79507", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5db9a472-35a2-4982-8679-f2a8ffaa153f", "resourceInvariantUUID": "05b0eaa5-c92c-43aa-9c7a-631565c00a27", "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": "4cb4dcbf-9c4c-40a5-88e3-f693443593b1", "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": "6b8f31cc-0099-48bb-b53a-35cbfb103e3d", "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": "MTgyYTU3ZTM0OTkwODc3ZDJkM2QyN2Y5NjYwOWQxMzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "629fdaea-577f-4eda-ba87-dadcf7a8bc3b", "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": "71e9c131-f17a-450b-aad9-bc70308b1b23", "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": "043ab087-dae9-4a6a-8d70-9d84aab362d1", "generatedFromUUID": "71e9c131-f17a-450b-aad9-bc70308b1b23" }, "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": "043ab087-dae9-4a6a-8d70-9d84aab362d1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWU5YWQ3MDkzOTM3OWEwMDk4NmJjZWI2OWRhNDU1M2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a729cf4-c2cb-48aa-9723-258a31388fa6" } ], "workloadContext": "Production" } 2022-04-08T08:27:07.018Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:27:07.019Z|6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1549340e-3c94-4d80-818b-a0c8d5f48a8c ASDC 2022-04-08T08:27:07.020Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||ASDC Notification: DistributionID:431a9b71-728e-4ad8-92e5-26cae4bd5a41 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:1549340e-3c94-4d80-818b-a0c8d5f48a8c ServiceInvariantUUID:1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e 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:6a729cf4-c2cb-48aa-9723-258a31388fa6 ArtifactChecksum:NWU5YWQ3MDkzOTM3OWEwMDk4NmJjZWI2OWRhNDU1M2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:08a5b254-b0e2-491b-8891-3447bae79507 ResourceInvariantUUID:05b0eaa5-c92c-43aa-9c7a-631565c00a27 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5db9a472-35a2-4982-8679-f2a8ffaa153f 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:4cb4dcbf-9c4c-40a5-88e3-f693443593b1 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:6b8f31cc-0099-48bb-b53a-35cbfb103e3d 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:629fdaea-577f-4eda-ba87-dadcf7a8bc3b ArtifactChecksum:MTgyYTU3ZTM0OTkwODc3ZDJkM2QyN2Y5NjYwOWQxMzA= 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:71e9c131-f17a-450b-aad9-bc70308b1b23 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:043ab087-dae9-4a6a-8d70-9d84aab362d1 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:043ab087-dae9-4a6a-8d70-9d84aab362d1 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:27:07.020Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1549340e-3c94-4d80-818b-a0c8d5f48a8c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:27:07.162Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:27:07.163Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:27:07.163Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:27:07.164Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to download the artifact UUID: 6a729cf4-c2cb-48aa-9723-258a31388fa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-08T08:27:07.164Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:27:07.165Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:08.092Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:27:08.096Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6a729cf4-c2cb-48aa-9723-258a31388fa6 68951 2022-04-08T08:27:08.096Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:08.096Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:08.097Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:27:08.097Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:08.099Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:08.100Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406428096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:08.200Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:08.201Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:08.201Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:08.242Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:08.243Z||pool-92-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:09.100Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:27:09.102Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:27:09.102Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to write artifact UUID: 6a729cf4-c2cb-48aa-9723-258a31388fa6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-08T08:27:09.102Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-08T08:27:09.103Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-08T08:27:09.103Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-08T08:27:09.325Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14468744085402230749/Definitions/service-BasicCnf-template.yml 2022-04-08T08:27:10.699Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:27:10.700Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:27:10.700Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-08T08:27:10.700Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-08T08:27:10.700Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:10.700Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:10.700Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:10.701Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:10.701Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:27:10.701Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.701Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.701Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:10.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:27:10.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:27:10.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:10.703Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:27:10.703Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:27:10.703Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.703Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.704Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.704Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-08T08:27:10.705Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-08T08:27:10.705Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template dummy is not matching search criteria 2022-04-08T08:27:10.705Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:27:10.705Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.705Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:27:10.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:10.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:27:10.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:10.707Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:27:10.707Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.707Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:10.707Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:27:10.707Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-08T08:27:10.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-08T08:27:10.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2ce413b0-9aa9-41d3-95ef-021eed369029 2022-04-08T08:27:10.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.709Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.709Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.709Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.709Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.709Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:10.710Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:10.710Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:1549340e-3c94-4d80-818b-a0c8d5f48a8c Model Version:NULL Model InvariantUuid:1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e58710fb-370f-4b30-b094-66c979d9196e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:05b0eaa5-c92c-43aa-9c7a-631565c00a27 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08a5b254-b0e2-491b-8891-3447bae79507 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:009f5443-f888-456f-9f18-59e1a3b8a51c ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ab8024a5-89c5-4f38-a5a0-f9b356cd2df0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2ce413b0-9aa9-41d3-95ef-021eed369029 ModelInvariantUuid:cae218ee-c9c6-446b-9fde-923d0ac8d51f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b4392b3a-8f1c-46a2-a318-72ff39601f98 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5b3f2216-35fc-4477-8c35-d817cddf1533 ModelInvariantUuid:7399666f-c42c-4197-bd21-7001a64cff36 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:b99beeb0-388e-4d3d-beb0-3e492facfbbd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:27:10.752Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5db9a472-35a2-4982-8679-f2a8ffaa153f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:27:10.772Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||basic_cnf 0 2022-04-08T08:27:10.772Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5db9a472-35a2-4982-8679-f2a8ffaa153f 2022-04-08T08:27:10.773Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to download the artifact UUID: 4cb4dcbf-9c4c-40a5-88e3-f693443593b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-08T08:27:10.773Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:27:10.773Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:11.214Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:27:11.215Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4cb4dcbf-9c4c-40a5-88e3-f693443593b1 12 2022-04-08T08:27:11.215Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:11.216Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:11.216Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:27:11.216Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:11.219Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:11.220Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406431215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:11.320Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:11.320Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:11.320Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:11.337Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:11.338Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:12.221Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to download the artifact UUID: 6b8f31cc-0099-48bb-b53a-35cbfb103e3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-08T08:27:12.223Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:27:12.223Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:12.701Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:27:12.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6b8f31cc-0099-48bb-b53a-35cbfb103e3d 2688 2022-04-08T08:27:12.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:12.702Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:12.703Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:27:12.703Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:12.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:12.706Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406432702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:12.807Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:27:12.809Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:12.809Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:12.833Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:12.833Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:13.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to download the artifact UUID: 629fdaea-577f-4eda-ba87-dadcf7a8bc3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-08T08:27:13.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:27:13.708Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:14.490Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:27:14.492Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 629fdaea-577f-4eda-ba87-dadcf7a8bc3b 828 2022-04-08T08:27:14.492Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:14.492Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:14.493Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:27:14.493Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:14.497Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:14.498Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406434492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:14.597Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:14.599Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:14.599Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:14.619Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:14.621Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:15.498Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "009f5443-f888-456f-9f18-59e1a3b8a51c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab8024a5-89c5-4f38-a5a0-f9b356cd2df0", "vfModuleModelCustomizationUUID": "3a7bfdd3-7dee-4c4f-81c8-bc0a85802fd4", "isBase": true, "artifacts": [ "71e9c131-f17a-450b-aad9-bc70308b1b23", "6b8f31cc-0099-48bb-b53a-35cbfb103e3d", "043ab087-dae9-4a6a-8d70-9d84aab362d1" ], "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-04-08T08:27:15.504Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ab8024a5-89c5-4f38-a5a0-f9b356cd2df0 VfModuleModelInvariantUUID:009f5443-f888-456f-9f18-59e1a3b8a51c VfModuleModelDescription:NULL Artifacts UUID List:{ 71e9c131-f17a-450b-aad9-bc70308b1b23 , 6b8f31cc-0099-48bb-b53a-35cbfb103e3d , 043ab087-dae9-4a6a-8d70-9d84aab362d1 } 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-04-08T08:27:15.506Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "009f5443-f888-456f-9f18-59e1a3b8a51c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab8024a5-89c5-4f38-a5a0-f9b356cd2df0", "vfModuleModelCustomizationUUID": "3a7bfdd3-7dee-4c4f-81c8-bc0a85802fd4", "isBase": true, "artifacts": [ "71e9c131-f17a-450b-aad9-bc70308b1b23", "6b8f31cc-0099-48bb-b53a-35cbfb103e3d", "043ab087-dae9-4a6a-8d70-9d84aab362d1" ], "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-04-08T08:27:15.506Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ab8024a5-89c5-4f38-a5a0-f9b356cd2df0 VfModuleModelInvariantUUID:009f5443-f888-456f-9f18-59e1a3b8a51c VfModuleModelDescription:NULL Artifacts UUID List:{ 71e9c131-f17a-450b-aad9-bc70308b1b23 , 6b8f31cc-0099-48bb-b53a-35cbfb103e3d , 043ab087-dae9-4a6a-8d70-9d84aab362d1 } 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-04-08T08:27:15.506Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to download the artifact UUID: 71e9c131-f17a-450b-aad9-bc70308b1b23 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-08T08:27:15.506Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:27:15.506Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:16.193Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:27:16.194Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 71e9c131-f17a-450b-aad9-bc70308b1b23 1164 2022-04-08T08:27:16.194Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:16.194Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:16.194Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:27:16.195Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:16.197Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:16.197Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406436194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:16.297Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:16.298Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:16.298Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:16.313Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:16.313Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:27:17.197Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||Trying to download the artifact UUID: 043ab087-dae9-4a6a-8d70-9d84aab362d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-08T08:27:17.198Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:27:17.198Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:18.085Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:27:18.085Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 043ab087-dae9-4a6a-8d70-9d84aab362d1 200 2022-04-08T08:27:18.086Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:18.086Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:18.086Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:27:18.086Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:18.089Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:18.089Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406438086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:18.189Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:18.190Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:18.191Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:18.220Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:18.221Z||pool-97-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:19.090Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Preparing to deploy Service: 1549340e-3c94-4d80-818b-a0c8d5f48a8c 2022-04-08T08:27:19.090Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5db9a472-35a2-4982-8679-f2a8ffaa153f ASDC 2022-04-08T08:27:19.107Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:19.125Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29329568, org.onap.sdc.toscaparser.api.parameters.Input@4ac8444c, org.onap.sdc.toscaparser.api.parameters.Input@174ba90c, org.onap.sdc.toscaparser.api.parameters.Input@37caef7e, org.onap.sdc.toscaparser.api.parameters.Input@aeea53a] 2022-04-08T08:27:19.130Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.130Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.131Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T08:27:19.131Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||VFCustomizationUUID= 08a5b254-b0e2-491b-8891-3447bae79507 2022-04-08T08:27:19.131Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08a5b254-b0e2-491b-8891-3447bae79507 matches Tosca VF Customization UUID: 08a5b254-b0e2-491b-8891-3447bae79507 2022-04-08T08:27:19.132Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||vfCustomizationUUID: 08a5b254-b0e2-491b-8891-3447bae79507 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:27:19.138Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.138Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.140Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||resource request for resource customization id 08a5b254-b0e2-491b-8891-3447bae79507: {\"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-04-08T08:27:19.140Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@281417e2 2022-04-08T08:27:19.141Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.141Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:27:19.141Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a7bfdd3-7dee-4c4f-81c8-bc0a85802fd4 2022-04-08T08:27:19.141Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a7bfdd3-7dee-4c4f-81c8-bc0a85802fd4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:27:19.150Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.150Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:19.151Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:27:19.151Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.151Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:19.152Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:27:19.152Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.153Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-08T08:27:19.153Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-08T08:27:19.154Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2ce413b0-9aa9-41d3-95ef-021eed369029 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:27:19.161Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.162Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:19.162Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:27:19.163Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.163Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-08T08:27:19.163Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=08a5b254-b0e2-491b-8891-3447bae79507 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:27:19.172Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.173Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.174Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500|| resourceSeq for service uuid 1549340e-3c94-4d80-818b-a0c8d5f48a8c: basic_cnf 2022-04-08T08:27:19.174Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.174Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.175Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.175Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.175Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.178Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.180Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.180Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.180Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:27:19.181Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:27:19.181Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:19.352Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5db9a472-35a2-4982-8679-f2a8ffaa153f 1 ASDC deployResourceStructure 2022-04-08T08:27:19.353Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:19.353Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:19.354Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-08T08:27:19.354Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:19.356Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:19.356Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406439353, "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-04-08T08:27:19.457Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:19.458Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:19.458Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:19.481Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:19.482Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1} 2022-04-08T08:27:20.359Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:20.360Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:20.360Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-08T08:27:20.361Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:20.366Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:20.366Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406440359, "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-04-08T08:27:20.466Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:20.468Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:20.468Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:20.485Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:20.486Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:21.367Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:21.368Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:21.369Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:27:21.370Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:21.373Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:21.373Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406441367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:27:21.473Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:21.474Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:21.475Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:21.499Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:21.500Z||pool-100-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:22.374Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:22.375Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:22.375Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:27:22.375Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:22.377Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:22.378Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406442374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:27:22.479Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:27:22.480Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:22.480Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:22.497Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:22.497Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:27:23.379Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:23.380Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:23.380Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:27:23.380Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:23.382Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:23.382Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406443379, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-08T08:27:23.484Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-08T08:27:23.485Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:23.485Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:23.515Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:23.516Z||pool-102-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:24.383Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:24.384Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?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-04-08T08:27:24.384Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:27:24.384Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:24.386Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:24.387Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406444383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:27:24.487Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:27:24.488Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:24.488Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:24.509Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:24.510Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:27:25.388Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 431a9b71-728e-4ad8-92e5-26cae4bd5a41 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:27:25.401Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 431a9b71-728e-4ad8-92e5-26cae4bd5a41 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:27:25.405Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:27:25.406Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:27:25.406Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:27:25.406Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:27:25.406Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:27:25.406Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:25.414Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:27:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:27:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:27:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:53.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406293289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406285188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:53.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "ves-openapi-manager", "timestamp": 1649406281441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406288526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:53.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406296653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406297663, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:53.460Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2398d58b-7884-4105-9d90-68c5b61dbfc4 2022-04-08T08:27:53.461Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2398d58b-7884-4105-9d90-68c5b61dbfc4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406297520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406290082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:53.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406298300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406299304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406299895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406299642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "policy-id", "timestamp": 1649406300307, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.501Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 2022-04-08T08:27:53.501Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406300835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406301129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "aai-ml", "timestamp": 1649406301859, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:53.520Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2398d58b-7884-4105-9d90-68c5b61dbfc4 2022-04-08T08:27:53.521Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2398d58b-7884-4105-9d90-68c5b61dbfc4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406302180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:53.570Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 2022-04-08T08:27:53.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:27:53.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "cds", "timestamp": 1649406302747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:53.597Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 2022-04-08T08:27:53.597Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "multicloud-k8s-id", "timestamp": 1649406303190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a409d26-fef0-4074-b298-f49f442a27ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406304672, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:27:53.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406300053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406309752, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406302872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "NOTIFIED" } 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:27:53.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406312518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406313107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:27:53.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406314135, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:53.642Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 2022-04-08T08:27:53.642Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:27:53.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:27:53.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:27:53.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406320186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406322815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:27:53.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "aai-ml", "timestamp": 1649406323821, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:27:53.670Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 2022-04-08T08:27:53.670Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:27:53.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406325409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406327090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406328570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406329929, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/vfw748069dceff20_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406330933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406331938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/resourceInstances/vfw748069dceff20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:53.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:27:53.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406332942, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408081450/1.0/artifacts/service-Vfw20220408081450-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:27:53.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:27:55.414Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:27:55.423Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and serviceModelVersionId: 1549340e-3c94-4d80-818b-a0c8d5f48a8c 2022-04-08T08:27:55.423Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e 2022-04-08T08:27:55.425Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0 2022-04-08T08:27:55.431Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:27:55.487Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d22e950f-9106-4b57-80c0-ebee8ce26a17/model-vers/model-ver/a6c52b6d-eddf-45d1-a354-72973bb62e1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:27:55.489Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Invoke 2022-04-08T08:27:57.033Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:27:57.037Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Invoke 2022-04-08T08:27:58.568Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:27:58.570Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Invoke 2022-04-08T08:27:59.603Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:27:59.604Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:27:59.605Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:27:59.605Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:27:59.613Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:27:59.613Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 431a9b71-728e-4ad8-92e5-26cae4bd5a41 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:27:59.614Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:27:59.614Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:27:59.617Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:27:59.617Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406479614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:27:59.717Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:27:59.719Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:27:59.719Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:27:59.744Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:27:59.745Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:28:00.631Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||received message from topic 2022-04-08T08:28:00.632Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2398d58b-7884-4105-9d90-68c5b61dbfc4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"985c32c0-b3cc-4bcc-828b-dda92f352e85","serviceDescription":"service","serviceInvariantUUID":"05142166-3669-4639-98c7-414646f59e08","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"321e4378-4116-4d93-8638-ca229656c6f4","resourceInvariantUUID":"6d25888e-3733-4062-9665-9313cd103eb5","resourceCustomizationUUID":"dac1fd1f-1ed1-4c00-a4d6-f698126fae50","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":"MWZmMjQ5N2ExMTUwMWU2MjIyMTcwYTkzNmFkZWRlMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b30e5187-787e-4e1e-9395-f26b6d2a5338","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":"ZDcyMGU2MDkzYzk0NGE4NWM4YjUyMDdlNmUwOWIxZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76355ea3-dbf1-4303-99af-1798dda472c6","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":"ad74fadb-9cab-4569-81ae-9bb099183788","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":"03af85cc-4da0-472e-8d75-05e7eb6a2667","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":"fc8ac460-a9ad-467a-a003-88012485081e","artifactVersion":"2","generatedFromUUID":"ad74fadb-9cab-4569-81ae-9bb099183788"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTUxOTBhMjNhMTY2NWQ3ZDJmNzAyMmI3ZWJjNWE4Y2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"210326a4-a5d6-4590-b115-088891cb1e0d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGI1YzQxODM0Y2I4NGU0YWJiMWIzNDFjYTUxZGViNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c21040d4-7b93-4f1d-a0aa-055b5efa6616","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:28:00.633Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:00.633Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:00.636Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:00.636Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:00.736Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:00.737Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:00.737Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:00.757Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:00.758Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:01.636Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:01.638Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:01.640Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:01.640Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:28:01.740Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:28:01.741Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:01.741Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:01.759Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:01.760Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:02.641Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:02.642Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:02.645Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:02.645Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:28:02.745Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:02.746Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:02.747Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:02.776Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:02.777Z||pool-107-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:03.646Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:03.647Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:03.649Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:03.650Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:03.750Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:03.751Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:03.751Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:03.768Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:03.769Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:28:04.650Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:04.651Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:04.653Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:04.653Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-08T08:28:04.753Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:04.754Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:04.754Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:04.840Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:04.841Z||pool-109-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:28:05.654Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:05.657Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:05.660Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:05.661Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:05.760Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T08:28:05.761Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:05.761Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:05.833Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:05.833Z||pool-110-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:06.663Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:06.664Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:06.666Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:06.666Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:28:06.766Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:06.767Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:06.767Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:06.821Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:06.821Z||pool-111-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:07.667Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||sending notification to client: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "985c32c0-b3cc-4bcc-828b-dda92f352e85", "serviceDescription": "service", "serviceInvariantUUID": "05142166-3669-4639-98c7-414646f59e08", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "dac1fd1f-1ed1-4c00-a4d6-f698126fae50", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "321e4378-4116-4d93-8638-ca229656c6f4", "resourceInvariantUUID": "6d25888e-3733-4062-9665-9313cd103eb5", "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": "ZDcyMGU2MDkzYzk0NGE4NWM4YjUyMDdlNmUwOWIxZGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76355ea3-dbf1-4303-99af-1798dda472c6", "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": "ad74fadb-9cab-4569-81ae-9bb099183788", "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": "fc8ac460-a9ad-467a-a003-88012485081e", "generatedFromUUID": "ad74fadb-9cab-4569-81ae-9bb099183788" }, "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": "fc8ac460-a9ad-467a-a003-88012485081e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGI1YzQxODM0Y2I4NGU0YWJiMWIzNDFjYTUxZGViNzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c21040d4-7b93-4f1d-a0aa-055b5efa6616" } ], "workloadContext": "Production" } 2022-04-08T08:28:07.668Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:28:07.668Z|431a9b71-728e-4ad8-92e5-26cae4bd5a41|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 985c32c0-b3cc-4bcc-828b-dda92f352e85 ASDC 2022-04-08T08:28:07.668Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||ASDC Notification: DistributionID:2398d58b-7884-4105-9d90-68c5b61dbfc4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:985c32c0-b3cc-4bcc-828b-dda92f352e85 ServiceInvariantUUID:05142166-3669-4639-98c7-414646f59e08 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:c21040d4-7b93-4f1d-a0aa-055b5efa6616 ArtifactChecksum:ZGI1YzQxODM0Y2I4NGU0YWJiMWIzNDFjYTUxZGViNzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:dac1fd1f-1ed1-4c00-a4d6-f698126fae50 ResourceInvariantUUID:6d25888e-3733-4062-9665-9313cd103eb5 ResourceName:basic_vm ResourceType:VF ResourceUUID:321e4378-4116-4d93-8638-ca229656c6f4 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:76355ea3-dbf1-4303-99af-1798dda472c6 ArtifactChecksum:ZDcyMGU2MDkzYzk0NGE4NWM4YjUyMDdlNmUwOWIxZGM= 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:ad74fadb-9cab-4569-81ae-9bb099183788 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:fc8ac460-a9ad-467a-a003-88012485081e 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:fc8ac460-a9ad-467a-a003-88012485081e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:28:07.669Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 985c32c0-b3cc-4bcc-828b-dda92f352e85 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:28:07.763Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:28:07.764Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:28:07.765Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:28:07.765Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Trying to download the artifact UUID: c21040d4-7b93-4f1d-a0aa-055b5efa6616 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-08T08:28:07.765Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:28:07.765Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-08T08:28:09.695Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:28:09.699Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c21040d4-7b93-4f1d-a0aa-055b5efa6616 71050 2022-04-08T08:28:09.700Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-08T08:28:09.701Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-08T08:28:09.701Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:28:09.701Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:09.704Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:09.704Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406489700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:28:09.804Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:09.805Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:09.805Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:09.820Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:09.821Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:10.712Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:28:10.713Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:28:10.714Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Trying to write artifact UUID: c21040d4-7b93-4f1d-a0aa-055b5efa6616, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:10.715Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-08T08:28:10.715Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:10.716Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:10.952Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3552424206314538624/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-08T08:28:12.438Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:28:12.439Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:28:12.439Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.440Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-08T08:28:12.440Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.440Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.440Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.440Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-08T08:28:12.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:28:12.442Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.442Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.442Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:12.442Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:28:12.442Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:28:12.443Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.443Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.443Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:12.443Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:28:12.443Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:28:12.444Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.444Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.444Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.444Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-08T08:28:12.444Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-08T08:28:12.445Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-08T08:28:12.445Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-08T08:28:12.445Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-08T08:28:12.445Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:28:12.445Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.445Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:28:12.446Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.446Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:12.446Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:28:12.446Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.446Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:12.447Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:28:12.447Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.447Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:12.447Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:28:12.447Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.448Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-08T08:28:12.448Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-08T08:28:12.448Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-08T08:28:12.448Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3519d696-a564-4c8d-a9cc-719818e478e9 2022-04-08T08:28:12.448Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.448Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.449Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.449Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.449Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.449Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.449Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:12.450Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:12.450Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:985c32c0-b3cc-4bcc-828b-dda92f352e85 Model Version:NULL Model InvariantUuid:05142166-3669-4639-98c7-414646f59e08 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ce542c55-d549-462f-83e3-aeae62732173 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6d25888e-3733-4062-9665-9313cd103eb5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dac1fd1f-1ed1-4c00-a4d6-f698126fae50 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8afb6e43-37e7-4131-bff6-c7ad00532bc0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:100e42a8-d3ff-4e28-9813-15a74000238d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3519d696-a564-4c8d-a9cc-719818e478e9 ModelInvariantUuid:0fbbc16d-825c-4913-886e-8a6412e444c6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:67f19db4-0818-4913-8b2b-150228e75bf2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:77fe971b-206f-492c-8f8b-d982804fa39e ModelInvariantUuid:a5b57b62-fe47-426a-a111-63ecfbc6a2dd ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e704cbc9-c6d0-439b-979c-f902cea81fe7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:28:12.483Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 321e4378-4116-4d93-8638-ca229656c6f4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:28:12.488Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||basic_vm 0 2022-04-08T08:28:12.488Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 321e4378-4116-4d93-8638-ca229656c6f4 2022-04-08T08:28:12.488Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Trying to download the artifact UUID: 76355ea3-dbf1-4303-99af-1798dda472c6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-08T08:28:12.489Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:28:12.489Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-08T08:28:12.897Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:28:12.898Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 76355ea3-dbf1-4303-99af-1798dda472c6 787 2022-04-08T08:28:12.898Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-08T08:28:12.898Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-08T08:28:12.898Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:28:12.899Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:12.902Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:12.903Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406492898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:28:13.004Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:28:13.005Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:13.006Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:13.044Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:13.045Z||pool-113-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:28:13.903Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8afb6e43-37e7-4131-bff6-c7ad00532bc0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "100e42a8-d3ff-4e28-9813-15a74000238d", "vfModuleModelCustomizationUUID": "80dd31bf-ee7b-4e59-aaa4-230337073f01", "isBase": true, "artifacts": [ "ad74fadb-9cab-4569-81ae-9bb099183788", "fc8ac460-a9ad-467a-a003-88012485081e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:28:13.907Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:100e42a8-d3ff-4e28-9813-15a74000238d VfModuleModelInvariantUUID:8afb6e43-37e7-4131-bff6-c7ad00532bc0 VfModuleModelDescription:NULL Artifacts UUID List:{ ad74fadb-9cab-4569-81ae-9bb099183788 , fc8ac460-a9ad-467a-a003-88012485081e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:28:13.910Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8afb6e43-37e7-4131-bff6-c7ad00532bc0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "100e42a8-d3ff-4e28-9813-15a74000238d", "vfModuleModelCustomizationUUID": "80dd31bf-ee7b-4e59-aaa4-230337073f01", "isBase": true, "artifacts": [ "ad74fadb-9cab-4569-81ae-9bb099183788", "fc8ac460-a9ad-467a-a003-88012485081e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:28:13.910Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:100e42a8-d3ff-4e28-9813-15a74000238d VfModuleModelInvariantUUID:8afb6e43-37e7-4131-bff6-c7ad00532bc0 VfModuleModelDescription:NULL Artifacts UUID List:{ ad74fadb-9cab-4569-81ae-9bb099183788 , fc8ac460-a9ad-467a-a003-88012485081e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:28:13.910Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Trying to download the artifact UUID: ad74fadb-9cab-4569-81ae-9bb099183788 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-08T08:28:13.910Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:28:13.911Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-08T08:28:14.793Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:28:14.795Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ad74fadb-9cab-4569-81ae-9bb099183788 5033 2022-04-08T08:28:14.796Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-08T08:28:14.796Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-08T08:28:14.796Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:28:14.796Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:14.800Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:14.800Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406494796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:28:14.899Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:28:14.900Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:14.900Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:14.928Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:14.928Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:15.801Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Trying to download the artifact UUID: fc8ac460-a9ad-467a-a003-88012485081e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-08T08:28:15.801Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:28:15.802Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-08T08:28:16.404Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:28:16.405Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fc8ac460-a9ad-467a-a003-88012485081e 903 2022-04-08T08:28:16.405Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-08T08:28:16.405Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-08T08:28:16.405Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:28:16.406Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:16.408Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:16.408Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406496405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:28:16.509Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:28:16.509Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:16.509Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:16.529Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:16.529Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:17.409Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Preparing to deploy Service: 985c32c0-b3cc-4bcc-828b-dda92f352e85 2022-04-08T08:28:17.410Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 321e4378-4116-4d93-8638-ca229656c6f4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:28:17.437Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fa4b706, org.onap.sdc.toscaparser.api.parameters.Input@30ad2da6, org.onap.sdc.toscaparser.api.parameters.Input@6dd50db3, org.onap.sdc.toscaparser.api.parameters.Input@6b3762cb, org.onap.sdc.toscaparser.api.parameters.Input@6121e42c] 2022-04-08T08:28:17.439Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.440Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T08:28:17.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||VFCustomizationUUID= dac1fd1f-1ed1-4c00-a4d6-f698126fae50 2022-04-08T08:28:17.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dac1fd1f-1ed1-4c00-a4d6-f698126fae50 matches Tosca VF Customization UUID: dac1fd1f-1ed1-4c00-a4d6-f698126fae50 2022-04-08T08:28:17.441Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||vfCustomizationUUID: dac1fd1f-1ed1-4c00-a4d6-f698126fae50 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:28:17.455Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.456Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.457Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||resource request for resource customization id dac1fd1f-1ed1-4c00-a4d6-f698126fae50: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-08T08:28:17.458Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d340bcb 2022-04-08T08:28:17.458Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.458Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:28:17.458Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80dd31bf-ee7b-4e59-aaa4-230337073f01 2022-04-08T08:28:17.458Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80dd31bf-ee7b-4e59-aaa4-230337073f01 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:28:17.464Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.464Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:17.464Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:28:17.465Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.465Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:17.465Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:28:17.465Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.466Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-08T08:28:17.466Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-08T08:28:17.466Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-08T08:28:17.466Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3519d696-a564-4c8d-a9cc-719818e478e9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:28:17.471Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.472Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:17.472Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:28:17.472Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.472Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-08T08:28:17.472Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=dac1fd1f-1ed1-4c00-a4d6-f698126fae50 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:28:17.476Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.476Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.477Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500|| resourceSeq for service uuid 985c32c0-b3cc-4bcc-828b-dda92f352e85: basic_vm 2022-04-08T08:28:17.477Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.478Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.478Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.478Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.478Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.478Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.479Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.479Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.479Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:28:17.479Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:28:17.480Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:28:17.633Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 321e4378-4116-4d93-8638-ca229656c6f4 1 ASDC deployResourceStructure 2022-04-08T08:28:17.634Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-08T08:28:17.634Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-08T08:28:17.634Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:28:17.635Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:17.640Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:17.640Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406497634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:28:17.738Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T08:28:17.739Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:17.739Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:17.785Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:17.786Z||pool-116-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:18.642Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-08T08:28:18.642Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-08T08:28:18.644Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:28:18.644Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:18.646Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:18.646Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406498642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:28:18.746Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:18.748Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:18.748Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:18.778Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:18.778Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:28:19.647Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-08T08:28:19.647Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-08T08:28:19.648Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:28:19.648Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:19.651Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:19.651Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406499647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-08T08:28:19.751Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:19.752Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:19.752Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:19.788Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:19.788Z||pool-118-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:20.651Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-08T08:28:20.652Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-08T08:28:20.652Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:28:20.653Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:20.654Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:20.655Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406500651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:28:20.755Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:20.756Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:20.756Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:20.812Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:20.813Z||pool-119-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:21.656Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2398d58b-7884-4105-9d90-68c5b61dbfc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:28:21.732Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2398d58b-7884-4105-9d90-68c5b61dbfc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:28:21.753Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:28:21.753Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:28:21.754Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:28:21.754Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:28:21.754Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:28:21.754Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:28:21.780Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:28:51.780Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2398d58b-7884-4105-9d90-68c5b61dbfc4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:28:51.793Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2398d58b-7884-4105-9d90-68c5b61dbfc4 and serviceModelVersionId: 985c32c0-b3cc-4bcc-828b-dda92f352e85 2022-04-08T08:28:51.794Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05142166-3669-4639-98c7-414646f59e08 2022-04-08T08:28:51.795Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0 2022-04-08T08:28:51.802Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe08b9d-f957-4fc3-a6ff-0fbeb5612e4e/model-vers/model-ver/1549340e-3c94-4d80-818b-a0c8d5f48a8c?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:28:51.893Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Invoke 2022-04-08T08:28:51.894Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d4d1ffe-4d57-4765-b3da-eb6c8b1c112e], X-ECOMP-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], X-TransactionId=[], X-ONAP-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], Content-Type=[application/merge-patch+json]} 2022-04-08T08:28:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:28:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:28:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:53.417Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Invoke 2022-04-08T08:28:53.418Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[198807a1-2993-463e-b6ff-9cf037bd3f35], X-ECOMP-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], X-TransactionId=[], X-ONAP-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], Content-Type=[application/merge-patch+json]} 2022-04-08T08:28:53.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:53.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3cde6bf-eeaf-4155-940d-364b4a2b7327", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406368200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:28:53.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:28:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/resourceInstances/pnfeb501a7c1a5e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406379512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:28:53.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:28:53.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:28:53.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406381704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHxsjxm952rx3yfx6lyzy/1.0/artifacts/service-DemoPnfHxsjxm952rx3yfx6lyzy-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:28:53.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:28:54.953Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Invoke 2022-04-08T08:28:54.954Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57d86d80-b796-4205-9dc2-478113e53c3c], X-ECOMP-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], X-TransactionId=[], X-ONAP-RequestID=[2398d58b-7884-4105-9d90-68c5b61dbfc4], Content-Type=[application/merge-patch+json]} 2022-04-08T08:28:55.986Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:28:55.987Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:28:55.988Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:28:55.988Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:28:55.993Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:28:55.994Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2398d58b-7884-4105-9d90-68c5b61dbfc4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:28:55.994Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:28:55.995Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:55.996Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:55.997Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406535994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:28:56.097Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:56.099Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:56.099Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:56.121Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:56.122Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:28:57.015Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||received message from topic 2022-04-08T08:28:57.015Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"23b62a35-6b8b-4692-9815-c5a58aa745f4","serviceDescription":"service","serviceInvariantUUID":"6f99c9ce-9ff1-41d5-ae91-402a0c882a82","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cb0f796-e802-4832-85f6-2ab1cb8eb217","resourceInvariantUUID":"ad9d967b-730a-447e-9ba7-4bc1851d8305","resourceCustomizationUUID":"a82caa9d-8c66-425c-b89c-97a131bbc162","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":"ZDNjNjBhNDViNjgwYTRiN2RkMzNlZDBhZTAwMmE4Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23fa7d9b-72f2-46a4-8020-06556f273181","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":"Y2RhODA1MzE2NDQ4NDZlODdjZjRiNmFhODMyOWYzNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da6dc2e2-3461-4cf9-9346-103238df7b3d","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":"986564c2-719b-4c2f-ab0d-406f4e11fc00","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":"bad7786c-c065-484f-b96e-4f3deab40c57","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":"9dec765a-b9af-43a3-807a-b10dd68fc931","artifactVersion":"2","generatedFromUUID":"986564c2-719b-4c2f-ab0d-406f4e11fc00"},{"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":"OWQ2ZGJkYTVkNDJkNTk5MjY1MDVlMjc3NzRlY2MyNTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cdc97d47-952e-4ca9-823e-f42c32577bc8","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":"ZTRiNTRlMTFhMTVhYTkzNTQ4ZWJiYjQwOGUxNTY5YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f1cda69-8f20-4bbd-ae9a-7c98122bcdd4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTAwODFjZTIyNDc1MWUyMDlhZDYwZDA2Y2JhYzM0NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05ea410d-1dc0-40e7-81b5-758d37a8b8bb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:28:57.016Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:57.017Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:57.019Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:57.019Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:28:57.119Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:28:57.120Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:57.120Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:57.134Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:57.135Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:58.020Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:58.021Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:58.024Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:58.024Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:28:58.124Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:28:58.125Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:58.125Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:58.150Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:58.151Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:28:59.025Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:28:59.026Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:28:59.029Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:28:59.029Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:28:59.131Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:28:59.132Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:28:59.132Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:28:59.180Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:28:59.181Z||pool-123-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:29:00.032Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:29:00.035Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:00.067Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:00.068Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:29:00.138Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms 2022-04-08T08:29:00.139Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:00.139Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:00.165Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:00.166Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:29:01.068Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:29:01.069Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:01.071Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:01.071Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-08T08:29:01.172Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:01.173Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:01.173Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:01.216Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:01.237Z||pool-125-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:02.072Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:29:02.073Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:02.075Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:02.075Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:29:02.175Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:02.176Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:02.177Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:02.316Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:02.316Z||pool-126-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:29:03.075Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:29:03.076Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:03.078Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:03.078Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:29:03.178Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:03.179Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:03.179Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:03.228Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:03.228Z||pool-127-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:04.079Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:29:04.080Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:04.083Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:04.083Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:29:04.183Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:29:04.185Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:04.185Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:04.234Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:04.235Z||pool-128-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:29:05.085Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||sending notification to client: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "23b62a35-6b8b-4692-9815-c5a58aa745f4", "serviceDescription": "service", "serviceInvariantUUID": "6f99c9ce-9ff1-41d5-ae91-402a0c882a82", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a82caa9d-8c66-425c-b89c-97a131bbc162", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0cb0f796-e802-4832-85f6-2ab1cb8eb217", "resourceInvariantUUID": "ad9d967b-730a-447e-9ba7-4bc1851d8305", "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": "Y2RhODA1MzE2NDQ4NDZlODdjZjRiNmFhODMyOWYzNmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da6dc2e2-3461-4cf9-9346-103238df7b3d", "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": "986564c2-719b-4c2f-ab0d-406f4e11fc00", "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": "9dec765a-b9af-43a3-807a-b10dd68fc931", "generatedFromUUID": "986564c2-719b-4c2f-ab0d-406f4e11fc00" }, "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": "9dec765a-b9af-43a3-807a-b10dd68fc931", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTAwODFjZTIyNDc1MWUyMDlhZDYwZDA2Y2JhYzM0NzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05ea410d-1dc0-40e7-81b5-758d37a8b8bb" } ], "workloadContext": "Production" } 2022-04-08T08:29:05.086Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:29:05.086Z|2398d58b-7884-4105-9d90-68c5b61dbfc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23b62a35-6b8b-4692-9815-c5a58aa745f4 ASDC 2022-04-08T08:29:05.086Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||ASDC Notification: DistributionID:c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:23b62a35-6b8b-4692-9815-c5a58aa745f4 ServiceInvariantUUID:6f99c9ce-9ff1-41d5-ae91-402a0c882a82 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:05ea410d-1dc0-40e7-81b5-758d37a8b8bb ArtifactChecksum:ZTAwODFjZTIyNDc1MWUyMDlhZDYwZDA2Y2JhYzM0NzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a82caa9d-8c66-425c-b89c-97a131bbc162 ResourceInvariantUUID:ad9d967b-730a-447e-9ba7-4bc1851d8305 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0cb0f796-e802-4832-85f6-2ab1cb8eb217 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:da6dc2e2-3461-4cf9-9346-103238df7b3d ArtifactChecksum:Y2RhODA1MzE2NDQ4NDZlODdjZjRiNmFhODMyOWYzNmQ= 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:986564c2-719b-4c2f-ab0d-406f4e11fc00 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:9dec765a-b9af-43a3-807a-b10dd68fc931 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:9dec765a-b9af-43a3-807a-b10dd68fc931 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:29:05.087Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23b62a35-6b8b-4692-9815-c5a58aa745f4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:29:05.144Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:29:05.145Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:29:05.146Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:29:05.146Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Trying to download the artifact UUID: 05ea410d-1dc0-40e7-81b5-758d37a8b8bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-08T08:29:05.146Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:29:05.147Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-08T08:29:07.600Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:29:07.604Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 05ea410d-1dc0-40e7-81b5-758d37a8b8bb 78802 2022-04-08T08:29:07.604Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-08T08:29:07.604Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-08T08:29:07.604Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:29:07.605Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:07.607Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:07.607Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406547604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:07.707Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:07.708Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:07.708Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:07.739Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:07.740Z||pool-129-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:08.609Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:29:08.609Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:29:08.610Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Trying to write artifact UUID: 05ea410d-1dc0-40e7-81b5-758d37a8b8bb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:08.610Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-08T08:29:08.611Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:08.611Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:08.781Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10174902771990176484/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-08T08:29:10.499Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:29:10.500Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:29:10.500Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.500Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-08T08:29:10.500Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.500Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.500Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-08T08:29:10.501Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:29:10.502Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.502Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.502Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:10.502Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:29:10.502Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:29:10.503Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.503Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.503Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:10.504Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:29:10.504Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:29:10.504Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.504Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.505Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.505Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-08T08:29:10.505Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-08T08:29:10.505Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-08T08:29:10.505Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-08T08:29:10.505Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-08T08:29:10.506Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:29:10.506Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.506Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:29:10.506Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.507Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:10.507Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:29:10.508Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.508Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:10.508Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:29:10.509Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.509Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:10.510Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:29:10.510Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.511Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-08T08:29:10.512Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-08T08:29:10.512Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-08T08:29:10.512Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8edb4ecd-7b39-46dc-98f9-a8a2e4fc7619 2022-04-08T08:29:10.512Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.513Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.513Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.513Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.513Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.513Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.514Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:10.514Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:10.514Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:23b62a35-6b8b-4692-9815-c5a58aa745f4 Model Version:NULL Model InvariantUuid:6f99c9ce-9ff1-41d5-ae91-402a0c882a82 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:80aebce1-5942-4597-80b1-8ddc7b6c1a84 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ad9d967b-730a-447e-9ba7-4bc1851d8305 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a82caa9d-8c66-425c-b89c-97a131bbc162 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a3bcb123-92f7-49b4-ac2a-5de513120cda ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5f6332ab-ccb9-4567-9d1a-e85d658871da ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8edb4ecd-7b39-46dc-98f9-a8a2e4fc7619 ModelInvariantUuid:4fc70e7c-d785-4564-9a47-3f6af991b720 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:fc90b602-3e13-4ca8-8149-785b2d71d4ad ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:43add0ac-0dc6-431a-94ec-f4f265e559cd ModelInvariantUuid:cd09d619-2db0-427e-97d1-1575db640744 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a12b68a3-e4f2-469f-a14d-28314c46f767 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:29:10.536Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0cb0f796-e802-4832-85f6-2ab1cb8eb217 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:29:10.540Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||basic_vm_macro 0 2022-04-08T08:29:10.541Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0cb0f796-e802-4832-85f6-2ab1cb8eb217 2022-04-08T08:29:10.541Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Trying to download the artifact UUID: da6dc2e2-3461-4cf9-9346-103238df7b3d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-08T08:29:10.541Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:29:10.541Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-08T08:29:11.195Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:29:11.197Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json da6dc2e2-3461-4cf9-9346-103238df7b3d 792 2022-04-08T08:29:11.198Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-08T08:29:11.198Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-08T08:29:11.198Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:29:11.199Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:11.202Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:11.203Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406551198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:11.302Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:29:11.304Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:11.304Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:11.376Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:11.376Z||pool-130-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:29:12.203Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a3bcb123-92f7-49b4-ac2a-5de513120cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f6332ab-ccb9-4567-9d1a-e85d658871da", "vfModuleModelCustomizationUUID": "7adda96c-a059-4f9e-8d6e-b6c85f02a10a", "isBase": true, "artifacts": [ "986564c2-719b-4c2f-ab0d-406f4e11fc00", "9dec765a-b9af-43a3-807a-b10dd68fc931" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:29:12.208Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f6332ab-ccb9-4567-9d1a-e85d658871da VfModuleModelInvariantUUID:a3bcb123-92f7-49b4-ac2a-5de513120cda VfModuleModelDescription:NULL Artifacts UUID List:{ 986564c2-719b-4c2f-ab0d-406f4e11fc00 , 9dec765a-b9af-43a3-807a-b10dd68fc931 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:29:12.211Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a3bcb123-92f7-49b4-ac2a-5de513120cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f6332ab-ccb9-4567-9d1a-e85d658871da", "vfModuleModelCustomizationUUID": "7adda96c-a059-4f9e-8d6e-b6c85f02a10a", "isBase": true, "artifacts": [ "986564c2-719b-4c2f-ab0d-406f4e11fc00", "9dec765a-b9af-43a3-807a-b10dd68fc931" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:29:12.212Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f6332ab-ccb9-4567-9d1a-e85d658871da VfModuleModelInvariantUUID:a3bcb123-92f7-49b4-ac2a-5de513120cda VfModuleModelDescription:NULL Artifacts UUID List:{ 986564c2-719b-4c2f-ab0d-406f4e11fc00 , 9dec765a-b9af-43a3-807a-b10dd68fc931 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:29:12.212Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Trying to download the artifact UUID: 986564c2-719b-4c2f-ab0d-406f4e11fc00 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-08T08:29:12.212Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:29:12.212Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-08T08:29:13.398Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:29:13.399Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 986564c2-719b-4c2f-ab0d-406f4e11fc00 5033 2022-04-08T08:29:13.400Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-08T08:29:13.400Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-08T08:29:13.400Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:29:13.400Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:13.404Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:13.405Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406553399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:13.504Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:29:13.505Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:13.506Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:13.545Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:13.546Z||pool-131-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:14.406Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Trying to download the artifact UUID: 9dec765a-b9af-43a3-807a-b10dd68fc931 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-08T08:29:14.407Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:29:14.407Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-08T08:29:15.416Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:29:15.417Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9dec765a-b9af-43a3-807a-b10dd68fc931 903 2022-04-08T08:29:15.417Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-08T08:29:15.417Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-08T08:29:15.417Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:29:15.418Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:15.419Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:15.420Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406555417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:15.520Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:15.521Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:15.521Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:15.560Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:15.560Z||pool-132-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:16.421Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Preparing to deploy Service: 23b62a35-6b8b-4692-9815-c5a58aa745f4 2022-04-08T08:29:16.421Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0cb0f796-e802-4832-85f6-2ab1cb8eb217 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:29:16.435Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43938d68, org.onap.sdc.toscaparser.api.parameters.Input@1aa895f, org.onap.sdc.toscaparser.api.parameters.Input@35d1f1d5, org.onap.sdc.toscaparser.api.parameters.Input@2c925f28, org.onap.sdc.toscaparser.api.parameters.Input@73357f1f] 2022-04-08T08:29:16.438Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.439Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.439Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T08:29:16.439Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||VFCustomizationUUID= a82caa9d-8c66-425c-b89c-97a131bbc162 2022-04-08T08:29:16.439Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a82caa9d-8c66-425c-b89c-97a131bbc162 matches Tosca VF Customization UUID: a82caa9d-8c66-425c-b89c-97a131bbc162 2022-04-08T08:29:16.439Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||vfCustomizationUUID: a82caa9d-8c66-425c-b89c-97a131bbc162 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:29:16.442Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.442Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.443Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||resource request for resource customization id a82caa9d-8c66-425c-b89c-97a131bbc162: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-04-08T08:29:16.443Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22b095b0 2022-04-08T08:29:16.443Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.444Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:29:16.444Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7adda96c-a059-4f9e-8d6e-b6c85f02a10a 2022-04-08T08:29:16.444Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7adda96c-a059-4f9e-8d6e-b6c85f02a10a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:29:16.447Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.448Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:16.448Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:29:16.448Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-08T08:29:16.449Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8edb4ecd-7b39-46dc-98f9-a8a2e4fc7619 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:29:16.453Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.453Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:16.453Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:29:16.453Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.453Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-08T08:29:16.454Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a82caa9d-8c66-425c-b89c-97a131bbc162 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:29:16.456Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.456Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.457Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500|| resourceSeq for service uuid 23b62a35-6b8b-4692-9815-c5a58aa745f4: basic_vm_macro 2022-04-08T08:29:16.457Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.457Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.457Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.457Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.457Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.458Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.458Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.458Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.458Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:29:16.458Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:29:16.459Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:29:16.590Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0cb0f796-e802-4832-85f6-2ab1cb8eb217 1 ASDC deployResourceStructure 2022-04-08T08:29:16.590Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-08T08:29:16.591Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-08T08:29:16.591Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:29:16.591Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:16.593Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:16.593Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406556590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:29:16.693Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:16.694Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:16.695Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:16.715Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:16.715Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:17.598Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-08T08:29:17.598Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-08T08:29:17.599Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:29:17.599Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:17.601Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:17.601Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406557598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:29:17.702Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:17.703Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:17.703Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:17.729Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:17.730Z||pool-134-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:18.603Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-08T08:29:18.603Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-08T08:29:18.603Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:29:18.604Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:18.606Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:18.606Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406558603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-08T08:29:18.707Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:18.707Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:18.708Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:18.730Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:18.731Z||pool-135-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:19.612Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-08T08:29:19.612Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-08T08:29:19.613Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:29:19.613Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:19.615Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:19.615Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406559612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:29:19.715Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:19.716Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:19.716Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:19.743Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:19.744Z||pool-136-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:29:20.615Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:29:20.632Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:29:20.637Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:29:20.637Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:29:20.637Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:29:20.638Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:29:20.638Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:29:20.638Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:29:20.651Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:29:50.652Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:29:50.679Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and serviceModelVersionId: 23b62a35-6b8b-4692-9815-c5a58aa745f4 2022-04-08T08:29:50.679Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f99c9ce-9ff1-41d5-ae91-402a0c882a82 2022-04-08T08:29:50.681Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0 2022-04-08T08:29:50.691Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:29:50.780Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05142166-3669-4639-98c7-414646f59e08/model-vers/model-ver/985c32c0-b3cc-4bcc-828b-dda92f352e85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:29:50.783Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Invoke 2022-04-08T08:29:52.334Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:29:52.337Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Invoke 2022-04-08T08:29:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:29:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:29:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:53.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:53.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d83b3d8-42c9-4f77-b8d4-cd6204ca47ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406416929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:29:53.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:29:53.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-08T08:29:53.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-08T08:29:53.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:29:53.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406428096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406431215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406432702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406434492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406436194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406438086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:29:53.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406439353, "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-04-08T08:29:53.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406440359, "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-04-08T08:29:53.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406441367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:29:53.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406442374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:29:53.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406443379, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-08T08:29:53.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-08T08:29:53.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406444383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:29:53.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:29:53.886Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:29:53.888Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Invoke 2022-04-08T08:29:54.904Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:29:54.905Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:29:54.906Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:29:54.906Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:29:54.915Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:29:54.915Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:29:54.916Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:29:54.916Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:29:54.919Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:29:54.919Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||try to send status { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406594916, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:29:55.019Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:29:55.020Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:29:55.021Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:29:55.040Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:29:55.041Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:29:55.941Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:29:55.942Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:29:55.942Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:06.308Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:06.310Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:06.311Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:06.311Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:15.893Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:15.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:15.894Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:15.894Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:25.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:25.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:25.479Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:25.479Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:35.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:35.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:35.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:35.108Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:44.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:44.683Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:44.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:44.684Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:53.382Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:30:53.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:53.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "431a9b71-728e-4ad8-92e5-26cae4bd5a41", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406479614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:30:53.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:30:53.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:30:53.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:30:53.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:30:53.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-08T08:30:53.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:30:53.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:30:53.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-08T08:30:53.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406489700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:30:53.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406492898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:30:53.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406494796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:30:53.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406496405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:30:53.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406497634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:30:53.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406498642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:30:53.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406499647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-08T08:30:53.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:53.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:30:53.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406500651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:30:53.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:30:54.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:30:54.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:30:54.298Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:30:54.298Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:31:03.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:31:03.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:31:03.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:31:03.886Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:31:13.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:31:13.475Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:31:13.476Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:31:13.476Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:31:23.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:31:23.050Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:31:23.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:31:23.052Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:31:32.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:31:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:31:53.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-04-08T08:31:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:31:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:31:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:31:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:31:53.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:31:53.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2398d58b-7884-4105-9d90-68c5b61dbfc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406535994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:31:53.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:31:53.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:31:53.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-08T08:31:53.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:31:53.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-08T08:31:53.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-08T08:31:53.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:31:53.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406305700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:31:53.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:31:53.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406547604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:31:53.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406551198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406553399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406555417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:31:53.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406556590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:31:53.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406557598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:31:53.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406558603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-08T08:31:53.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:31:53.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:31:53.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406559612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:31:53.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:32:02.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:32:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:32:53.380Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:32:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:32:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:32:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:32:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:32:53.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:32:53.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:32:53.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406594916, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:32:53.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:33:02.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:33:53.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-04-08T08:33:53.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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:33:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:33:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:53.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:53.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOTIFIED" } 2022-04-08T08:33:53.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:33:53.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:53.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:33:53.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:53.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:33:54.101Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:54.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-08T08:33:54.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fde7244-7aba-4bf4-af1a-81f380ae2428","serviceName":"vFW 2022-04-08 08-28-31","serviceVersion":"1.0","serviceUUID":"d970575a-86cd-40d4-9c64-59e5e9ea11e7","serviceDescription":"catalog service description","serviceInvariantUUID":"39eefd36-fa37-4bcf-9c9a-04d11300e88b","resources":[{"resourceInstanceName":"vFW abc12f9f-4ab0 0","resourceName":"vFW abc12f9f-4ab0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e12789e4-3f0f-460b-9b4f-92668d5ab74c","resourceInvariantUUID":"83668fa6-3a01-4297-9976-90a9f406fbb4","resourceCustomizationUUID":"1eac7eea-9451-44dc-90c2-45a780d253f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml","artifactChecksum":"MjI5YTM4MTkwYzhhNjc5ZGU2ZDBjMzdkY2Q3MGE0YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8522e6a-e4b3-40f1-a47d-34bb0cba7ab8","artifactVersion":"1"},{"artifactName":"vfwabc12f9f4ab00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json","artifactChecksum":"M2Q4ODlhMDJlZTU2ZjdkZDFiZDFlODdjNjc1YjVkYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78c1a219-f43c-4f3a-a662-d068906b7424","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0513d4c-e032-47e6-90e5-b8c12de514a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg4MmU1ODNjN2IyOTcyM2YyN2NmYjNhMzkwZDUwOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f0f4d7e-2f20-40ba-8d00-f77db5c212d4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"65a39186-0d66-4b8c-ac49-3b1572f70f14","artifactVersion":"2","generatedFromUUID":"e0513d4c-e032-47e6-90e5-b8c12de514a1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408082831-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml","artifactChecksum":"ZWRjMWU3ZGNmYWI5YWQ1NDUxZGJlZTNmMWFiY2I2Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f054a72c-c38e-4d13-baff-216c363ecbc1","artifactVersion":"1"},{"artifactName":"service-Vfw20220408082831-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar","artifactChecksum":"ZjY5OTRmN2E2OGY0N2JlMjlmNWFhNWRiODY3NWQzMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f0dfc7e-f6fc-49c6-88d9-67acd09be4c5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:33:54.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:33:54.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:33:54.109Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:33:54.109Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:54.210Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:33:54.211Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:33:54.211Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:54.237Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:54.237Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:33:55.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:33:55.112Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:33:55.114Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:33:55.114Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOTIFIED" } 2022-04-08T08:33:55.235Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms 2022-04-08T08:33:55.236Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:33:55.236Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:55.265Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:55.266Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:33:56.116Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:33:56.117Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:33:56.120Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:33:56.120Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:33:56.223Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-08T08:33:56.224Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:33:56.225Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:56.296Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:56.297Z||pool-140-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:33:57.121Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:33:57.122Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:33:57.125Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:33:57.125Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:57.225Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:33:57.226Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:33:57.226Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:57.255Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:57.257Z||pool-141-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:33:58.125Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:33:58.126Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:33:58.128Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:33:58.129Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:33:58.231Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-08T08:33:58.232Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:33:58.232Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:58.259Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:58.259Z||pool-142-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:33:59.130Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:33:59.130Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:33:59.136Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:33:59.138Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:33:59.237Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:33:59.238Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:33:59.239Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:33:59.279Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:33:59.279Z||pool-143-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:00.141Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:34:00.142Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:00.145Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:00.146Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:34:00.248Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:00.249Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:00.249Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:00.267Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:00.267Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:01.152Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "serviceName": "vFW 2022-04-08 08-28-31", "serviceVersion": "1.0", "serviceUUID": "d970575a-86cd-40d4-9c64-59e5e9ea11e7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "39eefd36-fa37-4bcf-9c9a-04d11300e88b", "resources": [ { "resourceInstanceName": "vFW abc12f9f-4ab0 0", "resourceCustomizationUUID": "1eac7eea-9451-44dc-90c2-45a780d253f8", "resourceName": "vFW abc12f9f-4ab0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e12789e4-3f0f-460b-9b4f-92668d5ab74c", "resourceInvariantUUID": "83668fa6-3a01-4297-9976-90a9f406fbb4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwabc12f9f4ab00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "artifactChecksum": "M2Q4ODlhMDJlZTU2ZjdkZDFiZDFlODdjNjc1YjVkYTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78c1a219-f43c-4f3a-a662-d068906b7424", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e0513d4c-e032-47e6-90e5-b8c12de514a1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "65a39186-0d66-4b8c-ac49-3b1572f70f14", "generatedFromUUID": "e0513d4c-e032-47e6-90e5-b8c12de514a1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "65a39186-0d66-4b8c-ac49-3b1572f70f14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408082831-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "artifactChecksum": "ZjY5OTRmN2E2OGY0N2JlMjlmNWFhNWRiODY3NWQzMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f0dfc7e-f6fc-49c6-88d9-67acd09be4c5" } ], "workloadContext": "Production" } 2022-04-08T08:34:01.152Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:34:01.152Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d970575a-86cd-40d4-9c64-59e5e9ea11e7 ASDC 2022-04-08T08:34:01.154Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8fde7244-7aba-4bf4-af1a-81f380ae2428 ServiceName:vFW 2022-04-08 08-28-31 ServiceVersion:1.0 ServiceUUID:d970575a-86cd-40d4-9c64-59e5e9ea11e7 ServiceInvariantUUID:39eefd36-fa37-4bcf-9c9a-04d11300e88b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408082831-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar ArtifactUUID:1f0dfc7e-f6fc-49c6-88d9-67acd09be4c5 ArtifactChecksum:ZjY5OTRmN2E2OGY0N2JlMjlmNWFhNWRiODY3NWQzMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW abc12f9f-4ab0 0 ResourceCustomizationUUID:1eac7eea-9451-44dc-90c2-45a780d253f8 ResourceInvariantUUID:83668fa6-3a01-4297-9976-90a9f406fbb4 ResourceName:vFW abc12f9f-4ab0 ResourceType:VF ResourceUUID:e12789e4-3f0f-460b-9b4f-92668d5ab74c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwabc12f9f4ab00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json ArtifactUUID:78c1a219-f43c-4f3a-a662-d068906b7424 ArtifactChecksum:M2Q4ODlhMDJlZTU2ZjdkZDFiZDFlODdjNjc1YjVkYTY= 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/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml ArtifactUUID:e0513d4c-e032-47e6-90e5-b8c12de514a1 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/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env ArtifactUUID:65a39186-0d66-4b8c-ac49-3b1572f70f14 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/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env ArtifactUUID:65a39186-0d66-4b8c-ac49-3b1572f70f14 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:34:01.154Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d970575a-86cd-40d4-9c64-59e5e9ea11e7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:34:01.213Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:34:01.215Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-08T08:34:01.215Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-08T08:34:01.216Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1f0dfc7e-f6fc-49c6-88d9-67acd09be4c5 from URL: /sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:01.216Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-08T08:34:01.216Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:01.758Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-08T08:34:01.765Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar 1f0dfc7e-f6fc-49c6-88d9-67acd09be4c5 98912 2022-04-08T08:34:01.765Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar ASDC sendASDCNotification 2022-04-08T08:34:01.765Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:01.766Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:34:01.766Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:01.768Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:01.768Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406841765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:34:01.869Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:01.870Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:01.870Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:01.913Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:01.914Z||pool-145-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:02.769Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:34:02.770Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-08T08:34:02.770Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1f0dfc7e-f6fc-49c6-88d9-67acd09be4c5, URL: /sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar to file: /app/ASDC/1/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:02.771Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408082831-csar.csar 2022-04-08T08:34:02.772Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:02.772Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:03.044Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4620791054246656608/Definitions/service-Vfw20220408082831-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-08T08:34:06.979Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:34:06.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-08T08:34:06.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T08:34:06.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW abc12f9f-4ab0 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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|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-Vfw20220408082831-csar.csar 2022-04-08T08:34:06.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-08T08:34:06.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:06.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-08T08:34:06.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:34:06.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:06.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-08T08:34:06.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:34:06.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.985Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.986Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:34:06.986Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:06.987Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:34:06.987Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:34:06.987Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.987Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.987Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:34:06.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:34:06.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:34:06.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:34:06.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:06.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:06.990Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.990Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:06.990Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:06.990Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.990Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:06.990Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:06.991Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.991Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:06.991Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:06.991Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:34:06.991Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:06.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:34:06.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:34:06.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=16c29145-4852-47bb-9d5c-84875802de2a 2022-04-08T08:34:06.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:34:06.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:06.995Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:34:06.995Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:34:06.995Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.995Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:34:06.995Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.995Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4969aa88-d6b4-4630-aaaf-6bc25e0d38db 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.996Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:06.997Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:34:06.998Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3c775c4-fc3e-4196-930a-b4137569fd8f 2022-04-08T08:34:06.998Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.998Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.998Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.998Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.998Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.999Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.999Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:06.999Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:06.999Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 08-28-31 Description:catalog service description Model UUID:d970575a-86cd-40d4-9c64-59e5e9ea11e7 Model Version:NULL Model InvariantUuid:39eefd36-fa37-4bcf-9c9a-04d11300e88b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW abc12f9f-4ab0 Model UUID:66190511-e2ff-4f9f-9d01-1571aff1d95d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:83668fa6-3a01-4297-9976-90a9f406fbb4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1eac7eea-9451-44dc-90c2-45a780d253f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ae9cdbeb-4929-4e10-9363-ba6ebbd01ae6 ModelName:VfwAbc12f9f4ab0..base_vfw..module-0 ModelUuid:25698aae-f5eb-4092-93a4-6b0fc61407a3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:16c29145-4852-47bb-9d5c-84875802de2a ModelInvariantUuid:5f2a0305-0fdf-4a55-8b8e-15befe53b468 ModelName:vFW abc12f9f-4ab0-nodes.vfwCvfc ModelUuid:1b449161-43ee-43e3-b06c-dfc194ff86d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8748a4dd-edcb-4526-8924-4e23867731b6 ModelInvariantUuid:8e1d0f9a-53ca-4c8a-8abb-307a222040af ModelName:VfwAbc12f9f4ab0.compute.nodes.heat.vfw ModelUuid:726d2551-6261-4036-81c3-e1c2f39b966b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4969aa88-d6b4-4630-aaaf-6bc25e0d38db ModelInvariantUuid:ed17d97d-aa84-4ccb-96aa-9c514775bccf ModelName:vFW abc12f9f-4ab0-nodes.vsnCvfc ModelUuid:df87a7b9-3277-48b4-b96c-c5589a0a3a29 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2cc16ca7-b890-4767-b958-1833bbcad350 ModelInvariantUuid:41cda801-0149-46df-a11b-1ad9729fee9a ModelName:VfwAbc12f9f4ab0.compute.nodes.heat.vsn ModelUuid:77280f4d-04a7-4110-819c-bfb3477f3c32 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b3c775c4-fc3e-4196-930a-b4137569fd8f ModelInvariantUuid:9185d382-b584-411c-b447-77d4c56c8d12 ModelName:vFW abc12f9f-4ab0-nodes.vpgCvfc ModelUuid:ab31b227-a9ff-44c4-84c5-8f5c26549175 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:59fbf16f-7051-4aff-a2da-9db12fb0b005 ModelInvariantUuid:003790b1-32e1-4f25-9758-df0a84fed80e ModelName:VfwAbc12f9f4ab0.compute.nodes.heat.vpg ModelUuid:f5db7b2a-75e8-45e8-a54f-76c51c3f2274 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:34:07.019Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e12789e4-3f0f-460b-9b4f-92668d5ab74c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:34:07.025Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||vFW abc12f9f-4ab0 0 2022-04-08T08:34:07.026Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e12789e4-3f0f-460b-9b4f-92668d5ab74c 2022-04-08T08:34:07.026Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 78c1a219-f43c-4f3a-a662-d068906b7424 from URL: /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json 2022-04-08T08:34:07.026Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-08T08:34:07.026Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json 2022-04-08T08:34:07.525Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-08T08:34:07.526Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json 78c1a219-f43c-4f3a-a662-d068906b7424 785 2022-04-08T08:34:07.526Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json ASDC sendASDCNotification 2022-04-08T08:34:07.526Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json 2022-04-08T08:34:07.526Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:34:07.526Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:07.529Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:07.529Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406847526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:34:07.629Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:07.630Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:07.631Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:07.649Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:07.650Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:08.536Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAbc12f9f4ab0..base_vfw..module-0", "vfModuleModelInvariantUUID": "ae9cdbeb-4929-4e10-9363-ba6ebbd01ae6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25698aae-f5eb-4092-93a4-6b0fc61407a3", "vfModuleModelCustomizationUUID": "9a47a34b-07e4-4ba9-b1cd-74585efb5b82", "isBase": true, "artifacts": [ "e0513d4c-e032-47e6-90e5-b8c12de514a1", "65a39186-0d66-4b8c-ac49-3b1572f70f14" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:34:08.541Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAbc12f9f4ab0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25698aae-f5eb-4092-93a4-6b0fc61407a3 VfModuleModelInvariantUUID:ae9cdbeb-4929-4e10-9363-ba6ebbd01ae6 VfModuleModelDescription:NULL Artifacts UUID List:{ e0513d4c-e032-47e6-90e5-b8c12de514a1 , 65a39186-0d66-4b8c-ac49-3b1572f70f14 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:34:08.544Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAbc12f9f4ab0..base_vfw..module-0", "vfModuleModelInvariantUUID": "ae9cdbeb-4929-4e10-9363-ba6ebbd01ae6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25698aae-f5eb-4092-93a4-6b0fc61407a3", "vfModuleModelCustomizationUUID": "9a47a34b-07e4-4ba9-b1cd-74585efb5b82", "isBase": true, "artifacts": [ "e0513d4c-e032-47e6-90e5-b8c12de514a1", "65a39186-0d66-4b8c-ac49-3b1572f70f14" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:34:08.545Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAbc12f9f4ab0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25698aae-f5eb-4092-93a4-6b0fc61407a3 VfModuleModelInvariantUUID:ae9cdbeb-4929-4e10-9363-ba6ebbd01ae6 VfModuleModelDescription:NULL Artifacts UUID List:{ e0513d4c-e032-47e6-90e5-b8c12de514a1 , 65a39186-0d66-4b8c-ac49-3b1572f70f14 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:34:08.545Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e0513d4c-e032-47e6-90e5-b8c12de514a1 from URL: /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml 2022-04-08T08:34:08.545Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-08T08:34:08.545Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml 2022-04-08T08:34:09.228Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-08T08:34:09.229Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml e0513d4c-e032-47e6-90e5-b8c12de514a1 20368 2022-04-08T08:34:09.229Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:34:09.229Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml 2022-04-08T08:34:09.229Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:34:09.230Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:09.231Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:09.232Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406849229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:34:09.332Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:09.333Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:09.333Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:09.375Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:09.376Z||pool-147-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:34:10.232Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65a39186-0d66-4b8c-ac49-3b1572f70f14 from URL: /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env 2022-04-08T08:34:10.233Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-08T08:34:10.234Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env 2022-04-08T08:34:10.906Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-08T08:34:10.907Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env 65a39186-0d66-4b8c-ac49-3b1572f70f14 2098 2022-04-08T08:34:10.908Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:34:10.908Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env 2022-04-08T08:34:10.908Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:34:10.908Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:10.911Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:10.911Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406850908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:34:11.011Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:11.012Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:11.013Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:11.052Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:11.052Z||pool-148-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:11.911Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d970575a-86cd-40d4-9c64-59e5e9ea11e7 2022-04-08T08:34:11.912Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW abc12f9f-4ab0 0 e12789e4-3f0f-460b-9b4f-92668d5ab74c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:34:11.947Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d206d21, org.onap.sdc.toscaparser.api.parameters.Input@73a0abaf, org.onap.sdc.toscaparser.api.parameters.Input@15c96a80, org.onap.sdc.toscaparser.api.parameters.Input@14fba4bb, org.onap.sdc.toscaparser.api.parameters.Input@a2c9a60] 2022-04-08T08:34:11.950Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.950Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.950Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-04-08T08:34:11.951Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1eac7eea-9451-44dc-90c2-45a780d253f8 2022-04-08T08:34:11.951Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1eac7eea-9451-44dc-90c2-45a780d253f8 matches Tosca VF Customization UUID: 1eac7eea-9451-44dc-90c2-45a780d253f8 2022-04-08T08:34:11.951Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1eac7eea-9451-44dc-90c2-45a780d253f8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:34:11.956Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.956Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.957Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1eac7eea-9451-44dc-90c2-45a780d253f8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T08:34:11.957Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bf3fbbc 2022-04-08T08:34:11.958Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.958Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:34:11.958Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a47a34b-07e4-4ba9-b1cd-74585efb5b82 2022-04-08T08:34:11.958Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a47a34b-07e4-4ba9-b1cd-74585efb5b82 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:34:11.962Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.963Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:11.963Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:11.964Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.964Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:11.964Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:11.965Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.965Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:11.965Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:11.966Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:34:11.966Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:11.966Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:34:11.967Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:34:11.967Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.967Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:11.967Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:34:11.968Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:11.968Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:34:11.968Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.968Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=16c29145-4852-47bb-9d5c-84875802de2a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:34:11.972Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.973Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:11.973Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:11.973Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.974Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:11.974Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:11.974Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:34:11.974Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:11.975Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.975Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.975Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:34:11.975Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:11.976Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:34:11.976Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:34:11.976Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:11.976Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:34:11.977Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.977Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4969aa88-d6b4-4630-aaaf-6bc25e0d38db Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:34:11.980Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:11.981Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:11.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is not matching search criteria 2022-04-08T08:34:11.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:34:11.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:34:11.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:11.982Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:34:11.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:34:11.983Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:34:11.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:34:11.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:34:11.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:34:11.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:34:11.984Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3c775c4-fc3e-4196-930a-b4137569fd8f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:34:11.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:11.988Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:34:11.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Node template vFW abc12f9f-4ab0 0 is matching search criteria 2022-04-08T08:34:11.989Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abc12f9f-4ab0 0] matching following query criteria: sdcType=VF, customizationUUID=1eac7eea-9451-44dc-90c2-45a780d253f8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:34:11.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d970575a-86cd-40d4-9c64-59e5e9ea11e7: vFW abc12f9f-4ab0 2022-04-08T08:34:11.992Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.993Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:34:11.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-08 08-28-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:34:11.994Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-08 08-28-31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:34:12.336Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW abc12f9f-4ab0 e12789e4-3f0f-460b-9b4f-92668d5ab74c 1 ASDC deployResourceStructure 2022-04-08T08:34:12.338Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json ASDC sendASDCNotification 2022-04-08T08:34:12.338Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json 2022-04-08T08:34:12.339Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:34:12.339Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:12.342Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:12.343Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406852338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:34:12.442Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:34:12.443Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:12.443Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:12.482Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:12.482Z||pool-149-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:13.344Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:34:13.345Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml 2022-04-08T08:34:13.345Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:34:13.346Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:13.348Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:13.348Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406853344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:34:13.448Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:34:13.449Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:13.449Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:13.477Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:13.478Z||pool-150-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:14.350Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:34:14.350Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env 2022-04-08T08:34:14.350Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:34:14.350Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:14.353Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:14.353Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406854350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:34:14.453Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:14.454Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:14.454Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:14.472Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:14.473Z||pool-151-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:34:15.354Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar ASDC sendASDCNotification 2022-04-08T08:34:15.355Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar 2022-04-08T08:34:15.355Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:34:15.355Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:34:15.358Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:34:15.358Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406855354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:34:15.458Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:34:15.459Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:34:15.459Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:15.494Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:15.495Z||pool-152-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:34:16.358Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:34:16.379Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:34:16.381Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:34:16.381Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:34:16.381Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:34:46.382Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:34:46.393Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:34:46.395Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:34:46.395Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:34:46.395Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:34:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:34:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:34:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:34:53.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:34:53.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:34:53.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:34:53.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:35:16.395Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:35:16.424Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:35:16.425Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:35:16.425Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:35:16.426Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:35:46.426Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:35:46.449Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:35:46.452Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:35:46.452Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:35:46.452Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:35:53.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:35:53.385Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:35:53.385Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:35:53.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:35:53.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:35:53.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:35:53.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:16.455Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:36:16.488Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:36:16.495Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:36:16.495Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:36:16.495Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:36:46.496Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:36:46.517Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:36:46.519Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:36:46.519Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:36:46.519Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:36:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:36:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:36:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:36:53.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:36:53.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOTIFIED" } 2022-04-08T08:36:54.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:36:54.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406830080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "ves-openapi-manager", "timestamp": 1649406821441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406825188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406829895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406828528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406837920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406837875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406838271, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406838605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "cds", "timestamp": 1649406839279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.016Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fde7244-7aba-4bf4-af1a-81f380ae2428 2022-04-08T08:36:54.017Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fde7244-7aba-4bf4-af1a-81f380ae2428 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406839612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406839738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "policy-id", "timestamp": 1649406840620, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.035Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fde7244-7aba-4bf4-af1a-81f380ae2428 2022-04-08T08:36:54.035Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fde7244-7aba-4bf4-af1a-81f380ae2428 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406841174, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406841765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "ves-openapi-manager", "timestamp": 1649406841440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406842236, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fde7244-7aba-4bf4-af1a-81f380ae2428 2022-04-08T08:36:54.052Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fde7244-7aba-4bf4-af1a-81f380ae2428 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:36:54.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "ves-openapi-manager", "timestamp": 1649406841440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "multicloud-k8s-id", "timestamp": 1649406843243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "ves-openapi-manager", "timestamp": 1649406841440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "ves-openapi-manager", "timestamp": 1649406841440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406845080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "ves-openapi-manager", "timestamp": 1649406841440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "multicloud-k8s-id", "timestamp": 1649406845188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406845080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "ves-openapi-manager", "timestamp": 1649406841440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "multicloud-k8s-id", "timestamp": 1649406845188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406847526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406845080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "multicloud-k8s-id", "timestamp": 1649406845188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406848273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406845080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406848525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406849229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "multicloud-k8s-id", "timestamp": 1649406845188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406845080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406848525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "multicloud-k8s-id", "timestamp": 1649406845188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406850908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406845080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406848525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "multicloud-k8s-id", "timestamp": 1649406845188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406848525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406852338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/vfwabc12f9f4ab00_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406852269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406848525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406853344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "cds", "timestamp": 1649406853282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.091Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af77c6dc-720f-4368-aeb8-1f9220f1bbc0 2022-04-08T08:36:54.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406853463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406853094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406848525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406854350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/resourceInstances/vfwabc12f9f4ab00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406854469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.120Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fde7244-7aba-4bf4-af1a-81f380ae2428 2022-04-08T08:36:54.120Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fde7244-7aba-4bf4-af1a-81f380ae2428 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "aai-ml", "timestamp": 1649406854104, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.143Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8fde7244-7aba-4bf4-af1a-81f380ae2428 2022-04-08T08:36:54.143Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fde7244-7aba-4bf4-af1a-81f380ae2428 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406855354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408082831/1.0/artifacts/service-Vfw20220408082831-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406855629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406856647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "policy-id", "timestamp": 1649406857659, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af77c6dc-720f-4368-aeb8-1f9220f1bbc0 2022-04-08T08:36:54.161Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406840053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406859892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406859892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406862068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406859892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406859892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406859892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:36:54.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406859892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:36:54.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406866465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406866994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649406867481, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af77c6dc-720f-4368-aeb8-1f9220f1bbc0 2022-04-08T08:36:54.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:36:54.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406881499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:36:54.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:36:54.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:36:54.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "aai-ml", "timestamp": 1649406882505, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:36:54.204Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of af77c6dc-720f-4368-aeb8-1f9220f1bbc0 2022-04-08T08:36:54.204Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:37:16.519Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:37:16.546Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:37:16.560Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:37:16.561Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:37:16.561Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:37:16.561Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:37:16.562Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:37:16.562Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:37:16.571Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:37:46.572Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:37:46.585Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fde7244-7aba-4bf4-af1a-81f380ae2428 and serviceModelVersionId: d970575a-86cd-40d4-9c64-59e5e9ea11e7 2022-04-08T08:37:46.586Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39eefd36-fa37-4bcf-9c9a-04d11300e88b 2022-04-08T08:37:46.588Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0 2022-04-08T08:37:46.602Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:37:46.748Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Invoke 2022-04-08T08:37:46.749Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[817a07d4-55a6-409c-9ca9-85a1ed1d2377], X-ECOMP-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], X-TransactionId=[], X-ONAP-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], Content-Type=[application/merge-patch+json]} 2022-04-08T08:37:48.299Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Invoke 2022-04-08T08:37:48.300Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[faa07cc7-7867-4989-9de2-fa49c85172e5], X-ECOMP-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], X-TransactionId=[], X-ONAP-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], Content-Type=[application/merge-patch+json]} 2022-04-08T08:37:49.839Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Invoke 2022-04-08T08:37:49.841Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5d3946d6-0203-471c-a273-de5d012f3a30], X-ECOMP-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], X-TransactionId=[], X-ONAP-RequestID=[8fde7244-7aba-4bf4-af1a-81f380ae2428], Content-Type=[application/merge-patch+json]} 2022-04-08T08:37:50.867Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:37:50.868Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:37:50.869Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:37:50.869Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:37:50.893Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:37:50.894Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fde7244-7aba-4bf4-af1a-81f380ae2428 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:37:50.894Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:37:50.895Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:50.899Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:50.899Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407070894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:37:50.999Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:37:51.001Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:51.002Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:51.035Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:51.035Z||pool-153-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:37:51.919Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||received message from topic 2022-04-08T08:37:51.920Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"af77c6dc-720f-4368-aeb8-1f9220f1bbc0","serviceName":"Demo_pNF_WpAQRdLRRdrhsBv2QHsp","serviceVersion":"1.0","serviceUUID":"e7913a42-5614-4cd0-87be-f02a66661687","serviceDescription":"catalog service description","serviceInvariantUUID":"5f2b130b-d996-4aca-a02a-13eeecd59dcb","resources":[{"resourceInstanceName":"pNF d3e9cbec-cb2a 0","resourceName":"pNF d3e9cbec-cb2a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d86ee7b1-3763-4c1d-a473-8e6c6fa759f7","resourceInvariantUUID":"23d4d52c-0fe3-4bbf-a425-84460c02a566","resourceCustomizationUUID":"07a381a0-1c2d-44f0-aa5d-9800313cdb59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml","artifactChecksum":"MjI5YTM4MTkwYzhhNjc5ZGU2ZDBjMzdkY2Q3MGE0YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369b55be-9002-4834-be3b-1465a0f81c9c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c36132b-0292-49a9-b84f-1186d7acd472","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg4MmU1ODNjN2IyOTcyM2YyN2NmYjNhMzkwZDUwOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"198388c4-6b8c-4b91-b31e-92c159189312","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2d7f47aa-de49-43eb-b533-e354bf08d457","artifactVersion":"2","generatedFromUUID":"3c36132b-0292-49a9-b84f-1186d7acd472"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml","artifactChecksum":"ZTYwN2Y0MWJiNjMzMDU0ZDg2NTkyOTA1NTI0NjAyZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c414443a-3e23-411a-9705-5f681ac20253","artifactVersion":"1"},{"artifactName":"service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar","artifactChecksum":"ZmZlYmYyMGM2NjQyMzQ5M2RmYmM3MTM3M2NiYjNiMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c51fa045-4e28-4e05-b638-b5b99f55b96e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:37:51.920Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:37:51.920Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:51.923Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:51.923Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:37:52.024Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:37:52.025Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:52.026Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:52.050Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:52.050Z||pool-154-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:37:52.924Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:37:52.926Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:52.929Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:52.929Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:37:53.030Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:37:53.032Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:53.032Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:53.096Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:53.097Z||pool-155-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:37:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:37:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:37:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:53.929Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:37:53.930Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:53.932Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:53.932Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:37:54.034Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-08T08:37:54.034Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:54.035Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:54.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:54.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:37:54.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fde7244-7aba-4bf4-af1a-81f380ae2428", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407070894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:37:54.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:37:54.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:37:54.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:37:54.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:37:54.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:37:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:37:54.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:37:54.075Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:54.076Z||pool-156-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:37:54.934Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:37:54.935Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:54.939Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:54.939Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:37:55.039Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:37:55.040Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:55.040Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:55.068Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:55.069Z||pool-157-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:37:55.942Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:37:55.944Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:55.947Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:55.947Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:37:56.047Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:37:56.048Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:56.048Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:56.113Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:56.114Z||pool-158-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":9,"count":1} 2022-04-08T08:37:56.948Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:37:56.949Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:56.952Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:56.952Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:37:57.052Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:37:57.053Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:57.053Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:57.069Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:57.069Z||pool-159-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:37:57.954Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||sending notification to client: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "serviceName": "Demo_pNF_WpAQRdLRRdrhsBv2QHsp", "serviceVersion": "1.0", "serviceUUID": "e7913a42-5614-4cd0-87be-f02a66661687", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5f2b130b-d996-4aca-a02a-13eeecd59dcb", "resources": [ { "resourceInstanceName": "pNF d3e9cbec-cb2a 0", "resourceCustomizationUUID": "07a381a0-1c2d-44f0-aa5d-9800313cdb59", "resourceName": "pNF d3e9cbec-cb2a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d86ee7b1-3763-4c1d-a473-8e6c6fa759f7", "resourceInvariantUUID": "23d4d52c-0fe3-4bbf-a425-84460c02a566", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3c36132b-0292-49a9-b84f-1186d7acd472", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2d7f47aa-de49-43eb-b533-e354bf08d457", "generatedFromUUID": "3c36132b-0292-49a9-b84f-1186d7acd472" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2d7f47aa-de49-43eb-b533-e354bf08d457", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "artifactChecksum": "ZmZlYmYyMGM2NjQyMzQ5M2RmYmM3MTM3M2NiYjNiMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c51fa045-4e28-4e05-b638-b5b99f55b96e" } ], "workloadContext": "Production" } 2022-04-08T08:37:57.955Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:37:57.955Z|8fde7244-7aba-4bf4-af1a-81f380ae2428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 2 e7913a42-5614-4cd0-87be-f02a66661687 ASDC 2022-04-08T08:37:57.956Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||ASDC Notification: DistributionID:af77c6dc-720f-4368-aeb8-1f9220f1bbc0 ServiceName:Demo_pNF_WpAQRdLRRdrhsBv2QHsp ServiceVersion:1.0 ServiceUUID:e7913a42-5614-4cd0-87be-f02a66661687 ServiceInvariantUUID:5f2b130b-d996-4aca-a02a-13eeecd59dcb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar ArtifactUUID:c51fa045-4e28-4e05-b638-b5b99f55b96e ArtifactChecksum:ZmZlYmYyMGM2NjQyMzQ5M2RmYmM3MTM3M2NiYjNiMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d3e9cbec-cb2a 0 ResourceCustomizationUUID:07a381a0-1c2d-44f0-aa5d-9800313cdb59 ResourceInvariantUUID:23d4d52c-0fe3-4bbf-a425-84460c02a566 ResourceName:pNF d3e9cbec-cb2a ResourceType:PNF ResourceUUID:d86ee7b1-3763-4c1d-a473-8e6c6fa759f7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml ArtifactUUID:3c36132b-0292-49a9-b84f-1186d7acd472 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/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env ArtifactUUID:2d7f47aa-de49-43eb-b533-e354bf08d457 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/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env ArtifactUUID:2d7f47aa-de49-43eb-b533-e354bf08d457 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:37:57.956Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7913a42-5614-4cd0-87be-f02a66661687 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:37:58.021Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:37:58.023Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:37:58.023Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:37:58.023Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Trying to download the artifact UUID: c51fa045-4e28-4e05-b638-b5b99f55b96e from URL: /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:37:58.023Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:37:58.024Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:37:59.026Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:37:59.031Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar c51fa045-4e28-4e05-b638-b5b99f55b96e 98130 2022-04-08T08:37:59.031Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar ASDC sendASDCNotification 2022-04-08T08:37:59.031Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:37:59.031Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:37:59.032Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:37:59.033Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:37:59.034Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407079031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:37:59.134Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:37:59.135Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:37:59.135Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:37:59.165Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:37:59.166Z||pool-160-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:38:00.034Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:38:00.035Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:38:00.035Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Trying to write artifact UUID: c51fa045-4e28-4e05-b638-b5b99f55b96e, URL: /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar to file: /app/ASDC/1/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:00.036Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:00.036Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:00.036Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:00.299Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14339578679267267559/Definitions/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-08T08:38:02.781Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:38:02.781Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.782Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d3e9cbec-cb2a 0" are missing field(s): [nf_function, nf_type, software_versions, sdnc_artifact_name, sdnc_model_version, nf_role, default_software_version, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?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-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.783Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.784Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Node template pNF d3e9cbec-cb2a 0 is matching search criteria 2022-04-08T08:38:02.784Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:38:02.784Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Found topology templates [pNF d3e9cbec-cb2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:38:02.784Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.785Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.785Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Node template pNF d3e9cbec-cb2a 0 is matching search criteria 2022-04-08T08:38:02.785Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:38:02.785Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Found topology templates [pNF d3e9cbec-cb2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:38:02.785Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.786Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.786Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.786Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.786Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.787Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.787Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.787Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.787Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.787Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.788Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_WpAQRdLRRdrhsBv2QHsp Description:catalog service description Model UUID:e7913a42-5614-4cd0-87be-f02a66661687 Model Version:NULL Model InvariantUuid:5f2b130b-d996-4aca-a02a-13eeecd59dcb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:38:02.799Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d86ee7b1-3763-4c1d-a473-8e6c6fa759f7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:38:02.803Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||pNF d3e9cbec-cb2a 0 2022-04-08T08:38:02.804Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d86ee7b1-3763-4c1d-a473-8e6c6fa759f7 2022-04-08T08:38:02.804Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||No resources found for Service: e7913a42-5614-4cd0-87be-f02a66661687 2022-04-08T08:38:02.804Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Preparing to deploy Service: e7913a42-5614-4cd0-87be-f02a66661687 2022-04-08T08:38:02.805Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d3e9cbec-cb2a 0 d86ee7b1-3763-4c1d-a473-8e6c6fa759f7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:38:02.811Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@228518bb, org.onap.sdc.toscaparser.api.parameters.Input@32e1f5ff, org.onap.sdc.toscaparser.api.parameters.Input@676dfa9a, org.onap.sdc.toscaparser.api.parameters.Input@704817c, org.onap.sdc.toscaparser.api.parameters.Input@dce11e7] 2022-04-08T08:38:02.812Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.812Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.812Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500|| resourceSeq for service uuid e7913a42-5614-4cd0-87be-f02a66661687: pNF d3e9cbec-cb2a 2022-04-08T08:38:02.813Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Processing PNF resource: d86ee7b1-3763-4c1d-a473-8e6c6fa759f7 2022-04-08T08:38:02.813Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:38:02.814Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Service Demo_pNF_WpAQRdLRRdrhsBv2QHsp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:38:02.814Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||Resource customization UUID: 07a381a0-1c2d-44f0-aa5d-9800313cdb59 is the same as notified resource customizationUUID: 07a381a0-1c2d-44f0-aa5d-9800313cdb59 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T08:38:02.857Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d3e9cbec-cb2a d86ee7b1-3763-4c1d-a473-8e6c6fa759f7 0 ASDC deployResourceStructure 2022-04-08T08:38:02.858Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:38:02.858Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml 2022-04-08T08:38:02.858Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:38:02.859Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:38:02.861Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:38:02.862Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407082858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:38:02.962Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:38:02.963Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:38:02.963Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:03.010Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:38:03.011Z||pool-161-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:38:03.863Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:38:03.863Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env 2022-04-08T08:38:03.863Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:38:03.864Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:38:03.865Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:38:03.865Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407083863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:38:03.966Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:38:03.968Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:38:03.968Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:04.021Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:38:04.022Z||pool-162-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:38:04.867Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar ASDC sendASDCNotification 2022-04-08T08:38:04.867Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar 2022-04-08T08:38:04.867Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:38:04.868Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:38:04.870Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:38:04.870Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407084866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:38:04.971Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:38:04.974Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:38:04.975Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:04.991Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:38:04.992Z||pool-163-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:38:05.871Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af77c6dc-720f-4368-aeb8-1f9220f1bbc0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:38:05.901Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af77c6dc-720f-4368-aeb8-1f9220f1bbc0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:38:05.911Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:38:05.912Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:38:05.912Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:38:05.912Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:38:05.913Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:38:05.913Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:38:05.941Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:38:35.942Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:38:35.953Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and serviceModelVersionId: e7913a42-5614-4cd0-87be-f02a66661687 2022-04-08T08:38:35.954Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f2b130b-d996-4aca-a02a-13eeecd59dcb 2022-04-08T08:38:35.956Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0 2022-04-08T08:38:35.965Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:38:36.024Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39eefd36-fa37-4bcf-9c9a-04d11300e88b/model-vers/model-ver/d970575a-86cd-40d4-9c64-59e5e9ea11e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:38:36.026Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Invoke 2022-04-08T08:38:37.580Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:38:37.582Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Invoke 2022-04-08T08:38:39.114Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:38:39.117Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Invoke 2022-04-08T08:38:40.146Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:38:40.148Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:38:40.148Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:38:40.148Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:38:40.180Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:38:40.181Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af77c6dc-720f-4368-aeb8-1f9220f1bbc0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:38:40.181Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:38:40.181Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:38:40.183Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:38:40.183Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||try to send status { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407120181, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:38:40.284Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:38:40.285Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:38:40.285Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:40.309Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:38:40.310Z||pool-164-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:38:41.210Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:38:41.211Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:38:41.211Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:51.470Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:38:51.471Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:38:51.471Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:38:51.471Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:38:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:38:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:38:53.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:38:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:38:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:38:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:39:01.063Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:39:01.064Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:39:01.064Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:39:01.065Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:39:10.639Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:39:10.641Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:39:10.641Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:39:10.642Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:39:20.227Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:39:20.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:39:20.229Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:39:20.229Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:39:29.801Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:39:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:39:53.378Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:39:53.378Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:39:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:39:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:39:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:39:53.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:39:53.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:39:53.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:39:53.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649406833378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407079031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:39:53.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407082858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:39:53.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:39:53.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407083863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/resourceInstances/pnfd3e9cbeccb2a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:39:53.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:39:53.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407084866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpaqrdlrrdrhsbv2qhsp/1.0/artifacts/service-DemoPnfWpaqrdlrrdrhsbv2qhsp-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:39:53.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:39:53.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:39:53.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "af77c6dc-720f-4368-aeb8-1f9220f1bbc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407120181, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:39:53.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:40:02.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:40:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:40:53.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:40:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:40:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:40:53.381Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:40:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:41:02.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:41:02.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:41:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:41:53.378Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:41:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:41:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:41:53.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:41:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:01.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:01.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-08T08:42:01.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"59b9d082-dea8-44ad-92be-af01fd8ca10e","serviceName":"Demo_pNF_iJdbXjmIDLusQ55NskKz","serviceVersion":"1.0","serviceUUID":"cd5fe334-9ad1-4712-a92d-4acf9ed88df6","serviceDescription":"catalog service description","serviceInvariantUUID":"7924a05e-03b9-4f79-be81-8a4266a8c719","resources":[{"resourceInstanceName":"pNF ae79fcfe-9efb 0","resourceName":"pNF ae79fcfe-9efb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e073419-b089-42ed-90de-4c48352b81e7","resourceInvariantUUID":"4ced5637-2db3-42d1-bcb0-900347378afa","resourceCustomizationUUID":"ea596186-384d-4553-84e6-cb71d4688fcc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml","artifactChecksum":"M2NmYzc2MGY5NjdiYjYwZDQ1YjM5NzMzMjVmMWNmYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a798a6bc-5711-458e-a39a-09f1e3d2ba1f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2381eb73-834b-411f-8551-d5c9cf043cc1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5b42838-b15c-4401-b50c-e0d650d4c646","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml","artifactChecksum":"MjVmNDAzMTk3YzA2YWUxNjFjMTMzY2E4Yjk5MzRhZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba693b35-79fd-450f-8ecc-d809e99e1c91","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"533c66b5-4595-40be-8572-fc8c3ac5481f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a1e9280-4ccf-4488-bf54-87184b22f106","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIjdbxjmidlusq55nskkz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml","artifactChecksum":"YWI5NzBiZmYxZGEwZGI0MGIwMzk5ZDE0NmE3ZGI3OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e389536-ef92-4f24-a632-b395e48229f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar","artifactChecksum":"NTExMzViOWE4YzQ4YTQ1NTA4NDU5YjBhM2YwN2JjMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eff5697b-231b-4f6d-90c6-2527c9d81b65","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:42:01.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:01.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:01.593Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:01.593Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:01.694Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:42:01.695Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:01.695Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:01.741Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:01.742Z||pool-165-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:42:01.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:01.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:42:01.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:01.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:42:02.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:02.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:02.596Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:02.596Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:02.697Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:02.698Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:02.698Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:02.729Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:02.730Z||pool-166-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:42:03.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:03.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:03.601Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:03.601Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:03.701Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:03.702Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:03.703Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:03.743Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:03.744Z||pool-167-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:42:04.602Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:04.603Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:04.606Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:04.606Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:04.706Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:04.707Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:04.707Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:04.730Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:04.731Z||pool-168-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:42:05.607Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:05.607Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:05.609Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:05.610Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:05.710Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:05.710Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:05.710Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:05.735Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:05.736Z||pool-169-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:42:06.610Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:06.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:06.613Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:06.613Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:06.713Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:06.714Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:06.715Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:06.768Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:06.768Z||pool-170-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:42:07.614Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:07.615Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:07.617Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:07.618Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:07.717Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:42:07.718Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:07.718Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:07.734Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:07.735Z||pool-171-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:42:08.618Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:42:08.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:08.622Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:08.622Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:42:08.722Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:08.723Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:08.723Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:08.790Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:08.791Z||pool-172-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:42:09.623Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "serviceName": "Demo_pNF_iJdbXjmIDLusQ55NskKz", "serviceVersion": "1.0", "serviceUUID": "cd5fe334-9ad1-4712-a92d-4acf9ed88df6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7924a05e-03b9-4f79-be81-8a4266a8c719", "resources": [ { "resourceInstanceName": "pNF ae79fcfe-9efb 0", "resourceCustomizationUUID": "ea596186-384d-4553-84e6-cb71d4688fcc", "resourceName": "pNF ae79fcfe-9efb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3e073419-b089-42ed-90de-4c48352b81e7", "resourceInvariantUUID": "4ced5637-2db3-42d1-bcb0-900347378afa", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "artifactChecksum": "NTExMzViOWE4YzQ4YTQ1NTA4NDU5YjBhM2YwN2JjMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eff5697b-231b-4f6d-90c6-2527c9d81b65" } ], "workloadContext": "Production" } 2022-04-08T08:42:09.624Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:42:09.624Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd5fe334-9ad1-4712-a92d-4acf9ed88df6 ASDC 2022-04-08T08:42:09.625Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:59b9d082-dea8-44ad-92be-af01fd8ca10e ServiceName:Demo_pNF_iJdbXjmIDLusQ55NskKz ServiceVersion:1.0 ServiceUUID:cd5fe334-9ad1-4712-a92d-4acf9ed88df6 ServiceInvariantUUID:7924a05e-03b9-4f79-be81-8a4266a8c719 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar ArtifactUUID:eff5697b-231b-4f6d-90c6-2527c9d81b65 ArtifactChecksum:NTExMzViOWE4YzQ4YTQ1NTA4NDU5YjBhM2YwN2JjMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ae79fcfe-9efb 0 ResourceCustomizationUUID:ea596186-384d-4553-84e6-cb71d4688fcc ResourceInvariantUUID:4ced5637-2db3-42d1-bcb0-900347378afa ResourceName:pNF ae79fcfe-9efb ResourceType:PNF ResourceUUID:3e073419-b089-42ed-90de-4c48352b81e7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T08:42:09.625Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd5fe334-9ad1-4712-a92d-4acf9ed88df6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:42:09.655Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:42:09.656Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-08T08:42:09.656Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-08T08:42:09.656Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eff5697b-231b-4f6d-90c6-2527c9d81b65 from URL: /sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:09.656Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-08T08:42:09.657Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:10.306Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-08T08:42:10.310Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar eff5697b-231b-4f6d-90c6-2527c9d81b65 82660 2022-04-08T08:42:10.310Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar ASDC sendASDCNotification 2022-04-08T08:42:10.310Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:10.310Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:42:10.311Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:10.312Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:10.312Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407330310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:42:10.413Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:42:10.413Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:10.414Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:10.433Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:10.433Z||pool-173-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:42:11.313Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:42:11.314Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-08T08:42:11.314Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: eff5697b-231b-4f6d-90c6-2527c9d81b65, URL: /sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar to file: /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:11.314Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:11.315Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:11.315Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:11.496Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15069534135809352385/Definitions/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml 2022-04-08T08:42:12.476Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:42:12.476Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ae79fcfe-9efb 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-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.477Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.478Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-08T08:42:12.478Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.478Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.478Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Node template pNF ae79fcfe-9efb 0 is matching search criteria 2022-04-08T08:42:12.478Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-08T08:42:12.478Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF ae79fcfe-9efb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:42:12.479Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.479Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.479Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Node template pNF ae79fcfe-9efb 0 is matching search criteria 2022-04-08T08:42:12.479Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-08T08:42:12.479Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF ae79fcfe-9efb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:42:12.479Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.480Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.481Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.481Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.481Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_iJdbXjmIDLusQ55NskKz Description:catalog service description Model UUID:cd5fe334-9ad1-4712-a92d-4acf9ed88df6 Model Version:NULL Model InvariantUuid:7924a05e-03b9-4f79-be81-8a4266a8c719 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:42:12.499Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3e073419-b089-42ed-90de-4c48352b81e7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:42:12.503Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||pNF ae79fcfe-9efb 0 2022-04-08T08:42:12.503Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3e073419-b089-42ed-90de-4c48352b81e7 2022-04-08T08:42:12.503Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: cd5fe334-9ad1-4712-a92d-4acf9ed88df6 2022-04-08T08:42:12.503Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cd5fe334-9ad1-4712-a92d-4acf9ed88df6 2022-04-08T08:42:12.503Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ae79fcfe-9efb 0 3e073419-b089-42ed-90de-4c48352b81e7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:42:12.509Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@292293e6, org.onap.sdc.toscaparser.api.parameters.Input@64bc64f9, org.onap.sdc.toscaparser.api.parameters.Input@228768d7, org.onap.sdc.toscaparser.api.parameters.Input@23600115, org.onap.sdc.toscaparser.api.parameters.Input@1e600b3c] 2022-04-08T08:42:12.510Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.510Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.510Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cd5fe334-9ad1-4712-a92d-4acf9ed88df6: pNF ae79fcfe-9efb 2022-04-08T08:42:12.510Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3e073419-b089-42ed-90de-4c48352b81e7 2022-04-08T08:42:12.510Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:42:12.510Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iJdbXjmIDLusQ55NskKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:42:12.511Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||Resource customization UUID: ea596186-384d-4553-84e6-cb71d4688fcc is the same as notified resource customizationUUID: ea596186-384d-4553-84e6-cb71d4688fcc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T08:42:12.578Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ae79fcfe-9efb 3e073419-b089-42ed-90de-4c48352b81e7 0 ASDC deployResourceStructure 2022-04-08T08:42:12.579Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar ASDC sendASDCNotification 2022-04-08T08:42:12.579Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar 2022-04-08T08:42:12.579Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:42:12.579Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:42:12.581Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:42:12.581Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407332578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:42:12.682Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:42:12.683Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:42:12.683Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:12.715Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:12.716Z||pool-174-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:42:13.582Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:42:13.594Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:42:13.597Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:42:13.597Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:42:13.597Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:42:43.598Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:42:43.609Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:42:43.611Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:42:43.611Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:42:43.611Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:42:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:42:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:42:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:42:53.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:42:53.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:42:53.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:42:53.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:43:13.612Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:43:13.636Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:43:13.639Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:43:13.640Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:43:13.640Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:43:43.641Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:43:43.656Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:43:43.659Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:43:43.660Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:43:43.660Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:43:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:43:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:43:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:43:53.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:43:53.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:43:53.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:43:53.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:13.660Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:44:13.679Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:44:13.687Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:44:13.688Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:44:13.688Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:44:43.689Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:44:43.706Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:44:43.709Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:44:43.709Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:44:43.709Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:44:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:44:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:44:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:44:53.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:44:53.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407313378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407320053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407321440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407330310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407330258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407330755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407331814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407332578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:44:53.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:53.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "ves-openapi-manager", "timestamp": 1649407332819, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:44:53.981Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 59b9d082-dea8-44ad-92be-af01fd8ca10e 2022-04-08T08:44:53.981Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b9d082-dea8-44ad-92be-af01fd8ca10e and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:44:53.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407325080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407332972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "multicloud-k8s-id", "timestamp": 1649407325188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:53.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407333985, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:44:54.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59b9d082-dea8-44ad-92be-af01fd8ca10e 2022-04-08T08:44:54.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b9d082-dea8-44ad-92be-af01fd8ca10e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:44:54.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407334640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:44:54.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:54.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "cds", "timestamp": 1649407335646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:44:54.021Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59b9d082-dea8-44ad-92be-af01fd8ca10e 2022-04-08T08:44:54.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b9d082-dea8-44ad-92be-af01fd8ca10e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:44:54.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407328525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:44:54.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407337942, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407338952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "policy-id", "timestamp": 1649407339962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:44:54.037Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59b9d082-dea8-44ad-92be-af01fd8ca10e 2022-04-08T08:44:54.038Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b9d082-dea8-44ad-92be-af01fd8ca10e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:44:54.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/resourceInstances/pnfae79fcfe9efb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407339892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:44:54.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407349299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407357114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjdbxjmidlusq55nskkz/1.0/artifacts/service-DemoPnfIjdbxjmidlusq55nskkz-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:44:54.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "aai-ml", "timestamp": 1649407358123, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:44:54.060Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 59b9d082-dea8-44ad-92be-af01fd8ca10e 2022-04-08T08:44:54.060Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b9d082-dea8-44ad-92be-af01fd8ca10e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:45:13.710Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:45:13.740Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:45:13.744Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:45:13.744Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:45:13.744Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:45:13.744Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:45:13.744Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T08:45:13.745Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:45:13.745Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:45:13.757Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:45:43.758Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:45:43.766Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59b9d082-dea8-44ad-92be-af01fd8ca10e and serviceModelVersionId: cd5fe334-9ad1-4712-a92d-4acf9ed88df6 2022-04-08T08:45:43.766Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7924a05e-03b9-4f79-be81-8a4266a8c719 2022-04-08T08:45:43.768Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0 2022-04-08T08:45:43.783Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:45:43.843Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Invoke 2022-04-08T08:45:43.844Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22f2f08f-4dc3-458e-8783-14c170d60ce6], X-ECOMP-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], X-TransactionId=[], X-ONAP-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], Content-Type=[application/merge-patch+json]} 2022-04-08T08:45:45.386Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Invoke 2022-04-08T08:45:45.387Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64c21170-de68-46f2-84ed-31464a591585], X-ECOMP-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], X-TransactionId=[], X-ONAP-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], Content-Type=[application/merge-patch+json]} 2022-04-08T08:45:46.926Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Invoke 2022-04-08T08:45:46.927Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55708be8-3930-4b9c-b812-5e6af1865a65], X-ECOMP-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], X-TransactionId=[], X-ONAP-RequestID=[59b9d082-dea8-44ad-92be-af01fd8ca10e], Content-Type=[application/merge-patch+json]} 2022-04-08T08:45:47.968Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:45:47.969Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:45:47.970Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:45:47.970Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:45:47.978Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:45:47.979Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59b9d082-dea8-44ad-92be-af01fd8ca10e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:45:47.979Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:45:47.980Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:45:47.984Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:45:47.984Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||try to send status { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407547979, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:45:48.084Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:45:48.085Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:45:48.085Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:45:48.108Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:45:48.109Z||pool-175-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:45:49.004Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:45:49.004Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:45:49.004Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:45:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:45:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:45:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:45:54.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:45:54.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:45:54.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b9d082-dea8-44ad-92be-af01fd8ca10e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407547979, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:45:54.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:45:59.542Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:45:59.546Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:45:59.546Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:45:59.546Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:09.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:09.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:46:09.171Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:46:09.171Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:18.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:46:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:46:18.787Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:28.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:53.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:46:53.378Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:46:53.378Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:46:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:46:53.382Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:53.765Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:53.765Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:46:53.766Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:53.766Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:46:53.767Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:46:53.768Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:53.768Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:46:54.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:54.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-08T08:46:54.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ecf437f-5fff-47e6-a0a0-437d3a0cbe33","serviceName":"vFW 2022-04-08 08-41-44","serviceVersion":"1.0","serviceUUID":"4756d4a7-1fb7-425e-baa4-c4743f4b017e","serviceDescription":"catalog service description","serviceInvariantUUID":"d7ac061b-d868-4271-a3a4-380d461cd1f1","resources":[{"resourceInstanceName":"vFW a8bd013e-849d 0","resourceName":"vFW a8bd013e-849d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c63a96f-bea7-465e-b7fa-5cf20dd08dac","resourceInvariantUUID":"849ae5f8-d464-4ba7-9195-cfbf43372706","resourceCustomizationUUID":"bce579ee-fd45-46bf-820b-d87c5b792386","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml","artifactChecksum":"ZTFhZTNjODViYmYyNWVhMTdhNGYzNDlkMTZmMDFlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d53fa988-2ead-4bcd-b658-63c87a0eed96","artifactVersion":"1"},{"artifactName":"vfwa8bd013e849d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json","artifactChecksum":"NmZjZWY0NGE0MzQxYjlkNjNhMzNiZGJjYjE2MTEzN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"483c1ab6-66a4-4e09-8b46-9b07cacef8fe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d288013-6f31-4f2c-919a-2362661dfa7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml","artifactChecksum":"MDViZTMyNzVmY2YxOTg5NWZmM2UyYjNhY2MyZWM2NDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5870229-8e14-4032-9636-48c257e44624","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac3e2d55-30f9-43af-b603-1844503d57cf","artifactVersion":"2","generatedFromUUID":"8d288013-6f31-4f2c-919a-2362661dfa7f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408084144-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml","artifactChecksum":"YTI4YTM0MWQ2YzVjYTY1ZjdlNjNmYjBhODNkODNlOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"badee28f-4575-4c28-9dc2-cf6b28b89a14","artifactVersion":"1"},{"artifactName":"service-Vfw20220408084144-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar","artifactChecksum":"N2RiZjU5ZTBhZGY4Yzc2M2Y0YTgyMjI4MDFjMjBkODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fbb6d00-0745-41bc-babc-20c63062da63","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:46:54.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:46:54.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:46:54.058Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:46:54.058Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:54.159Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:46:54.160Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:46:54.160Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:54.194Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:54.194Z||pool-176-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:46:55.059Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:46:55.060Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:46:55.062Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:46:55.062Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:46:55.163Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:46:55.164Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:46:55.164Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:55.191Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:55.192Z||pool-177-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:46:56.063Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:46:56.064Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:46:56.066Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:46:56.066Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:46:56.166Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:46:56.168Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:46:56.168Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:56.200Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:56.200Z||pool-178-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:46:57.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:46:57.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:46:57.069Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:46:57.070Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:57.170Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:46:57.171Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:46:57.171Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:57.184Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:57.185Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:46:58.070Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:46:58.071Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:46:58.074Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:46:58.074Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:46:58.174Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:46:58.175Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:46:58.175Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:58.205Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:58.206Z||pool-180-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":2,"count":1} 2022-04-08T08:46:59.075Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:46:59.076Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:46:59.078Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:46:59.078Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:46:59.178Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:46:59.180Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:46:59.180Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:46:59.222Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:46:59.224Z||pool-181-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:47:00.079Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:47:00.080Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:00.082Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:00.082Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:47:00.182Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:47:00.183Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:00.184Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:00.204Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:00.205Z||pool-182-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:01.084Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "serviceName": "vFW 2022-04-08 08-41-44", "serviceVersion": "1.0", "serviceUUID": "4756d4a7-1fb7-425e-baa4-c4743f4b017e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d7ac061b-d868-4271-a3a4-380d461cd1f1", "resources": [ { "resourceInstanceName": "vFW a8bd013e-849d 0", "resourceCustomizationUUID": "bce579ee-fd45-46bf-820b-d87c5b792386", "resourceName": "vFW a8bd013e-849d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2c63a96f-bea7-465e-b7fa-5cf20dd08dac", "resourceInvariantUUID": "849ae5f8-d464-4ba7-9195-cfbf43372706", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa8bd013e849d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "artifactChecksum": "NmZjZWY0NGE0MzQxYjlkNjNhMzNiZGJjYjE2MTEzN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "483c1ab6-66a4-4e09-8b46-9b07cacef8fe", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8d288013-6f31-4f2c-919a-2362661dfa7f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac3e2d55-30f9-43af-b603-1844503d57cf", "generatedFromUUID": "8d288013-6f31-4f2c-919a-2362661dfa7f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac3e2d55-30f9-43af-b603-1844503d57cf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408084144-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "artifactChecksum": "N2RiZjU5ZTBhZGY4Yzc2M2Y0YTgyMjI4MDFjMjBkODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6fbb6d00-0745-41bc-babc-20c63062da63" } ], "workloadContext": "Production" } 2022-04-08T08:47:01.085Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:47:01.085Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4756d4a7-1fb7-425e-baa4-c4743f4b017e ASDC 2022-04-08T08:47:01.086Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 ServiceName:vFW 2022-04-08 08-41-44 ServiceVersion:1.0 ServiceUUID:4756d4a7-1fb7-425e-baa4-c4743f4b017e ServiceInvariantUUID:d7ac061b-d868-4271-a3a4-380d461cd1f1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408084144-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar ArtifactUUID:6fbb6d00-0745-41bc-babc-20c63062da63 ArtifactChecksum:N2RiZjU5ZTBhZGY4Yzc2M2Y0YTgyMjI4MDFjMjBkODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a8bd013e-849d 0 ResourceCustomizationUUID:bce579ee-fd45-46bf-820b-d87c5b792386 ResourceInvariantUUID:849ae5f8-d464-4ba7-9195-cfbf43372706 ResourceName:vFW a8bd013e-849d ResourceType:VF ResourceUUID:2c63a96f-bea7-465e-b7fa-5cf20dd08dac ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa8bd013e849d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json ArtifactUUID:483c1ab6-66a4-4e09-8b46-9b07cacef8fe ArtifactChecksum:NmZjZWY0NGE0MzQxYjlkNjNhMzNiZGJjYjE2MTEzN2I= 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/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml ArtifactUUID:8d288013-6f31-4f2c-919a-2362661dfa7f 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/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env ArtifactUUID:ac3e2d55-30f9-43af-b603-1844503d57cf 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/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env ArtifactUUID:ac3e2d55-30f9-43af-b603-1844503d57cf ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T08:47:01.086Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4756d4a7-1fb7-425e-baa4-c4743f4b017e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:47:01.123Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:47:01.124Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-08T08:47:01.124Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-08T08:47:01.124Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6fbb6d00-0745-41bc-babc-20c63062da63 from URL: /sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:01.125Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-08T08:47:01.125Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:01.543Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-08T08:47:01.550Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar 6fbb6d00-0745-41bc-babc-20c63062da63 98929 2022-04-08T08:47:01.551Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar ASDC sendASDCNotification 2022-04-08T08:47:01.552Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:01.552Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:47:01.553Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:01.556Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:01.556Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407621551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:47:01.657Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:47:01.658Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:01.658Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:01.688Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:01.688Z||pool-183-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:02.557Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:47:02.558Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-04-08T08:47:02.558Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6fbb6d00-0745-41bc-babc-20c63062da63, URL: /sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar to file: /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:02.559Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408084144-csar.csar 2022-04-08T08:47:02.559Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:02.559Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:02.907Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3104458773266821529/Definitions/service-Vfw20220408084144-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-08T08:47:05.711Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:47:05.712Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-04-08T08:47:05.712Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.712Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T08:47:05.712Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a8bd013e-849d 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-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.712Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.712Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.713Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.713Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.713Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.713Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.713Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.713Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.714Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.715Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:05.715Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-04-08T08:47:05.715Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:47:05.716Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.716Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.716Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:05.717Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-04-08T08:47:05.717Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:47:05.717Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.717Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.717Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.718Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.719Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:47:05.719Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:47:05.719Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:47:05.719Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.719Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.719Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:47:05.720Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.720Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:47:05.720Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.720Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T08:47:05.720Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.720Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:47:05.721Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.721Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:05.721Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:05.721Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.722Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:05.722Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:05.722Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.723Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:05.723Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:05.723Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.723Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.724Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.725Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:47:05.725Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.725Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:47:05.725Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.726Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7925eab3-230f-4a86-847c-d205efa2db07 2022-04-08T08:47:05.726Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.726Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:05.727Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:05.727Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:05.728Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:47:05.728Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.728Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.728Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.729Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:47:05.729Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:47:05.729Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:47:05.729Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.729Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:47:05.730Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.730Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=570a26e9-1f6b-44a2-ae90-cba568d77d2e 2022-04-08T08:47:05.730Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.730Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:05.730Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:05.731Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:05.731Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:47:05.731Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.731Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.731Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.731Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:47:05.732Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:47:05.732Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:47:05.732Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:05.732Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:05.732Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:47:05.732Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73a6190c-5ac5-493a-92ac-70b9ac03c593 2022-04-08T08:47:05.733Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.733Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.733Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.733Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.734Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.734Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.734Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:05.734Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:05.734Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 08-41-44 Description:catalog service description Model UUID:4756d4a7-1fb7-425e-baa4-c4743f4b017e Model Version:NULL Model InvariantUuid:d7ac061b-d868-4271-a3a4-380d461cd1f1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a8bd013e-849d Model UUID:69b55098-9db6-416c-9391-418676e52e7c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:849ae5f8-d464-4ba7-9195-cfbf43372706 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bce579ee-fd45-46bf-820b-d87c5b792386 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4531299f-9a2b-4173-8a63-a0c62a69f490 ModelName:VfwA8bd013e849d..base_vfw..module-0 ModelUuid:41779980-2236-40e1-90cd-b17a515c5a36 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7925eab3-230f-4a86-847c-d205efa2db07 ModelInvariantUuid:d2083294-2a97-4332-9cb2-1dd27ea0c687 ModelName:vFW a8bd013e-849d-nodes.vfwCvfc ModelUuid:cf77eed6-9021-4a7f-a1a7-1127887fe038 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:cbbf5e7c-e18a-49cc-80ac-42bf1f23ede6 ModelInvariantUuid:0863aaf2-f924-40ae-bdb9-8ae5867df17a ModelName:VfwA8bd013e849d.compute.nodes.heat.vfw ModelUuid:5fded651-4eb1-4547-a913-2c81fd5482ff ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:570a26e9-1f6b-44a2-ae90-cba568d77d2e ModelInvariantUuid:ac6debd3-9c8b-4d46-84f4-8b108c0f731e ModelName:vFW a8bd013e-849d-nodes.vsnCvfc ModelUuid:ed9dc172-cb5c-44c9-97ba-61921c4a3956 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:958738a4-4f12-4f3e-91f0-b0f564340e79 ModelInvariantUuid:249b7f2e-8441-4074-afba-bc104ec4c188 ModelName:VfwA8bd013e849d.compute.nodes.heat.vsn ModelUuid:81088291-7c77-4bcd-bfac-61e4bb6c7096 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:73a6190c-5ac5-493a-92ac-70b9ac03c593 ModelInvariantUuid:af19f526-add9-4f78-a60b-d9d2aae85340 ModelName:vFW a8bd013e-849d-nodes.vpgCvfc ModelUuid:4c9b21c8-ba53-4561-be19-0005db509d44 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:32e3a537-06a7-4d29-98dc-37efc3e7f930 ModelInvariantUuid:fe46a996-d8a7-45d1-a203-1c68ffb8d62a ModelName:VfwA8bd013e849d.compute.nodes.heat.vpg ModelUuid:a92151e9-fa4a-4028-8258-10f6b906c6e4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:47:05.743Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c63a96f-bea7-465e-b7fa-5cf20dd08dac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:47:05.747Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||vFW a8bd013e-849d 0 2022-04-08T08:47:05.747Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c63a96f-bea7-465e-b7fa-5cf20dd08dac 2022-04-08T08:47:05.747Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 483c1ab6-66a4-4e09-8b46-9b07cacef8fe from URL: /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json 2022-04-08T08:47:05.747Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-08T08:47:05.747Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json 2022-04-08T08:47:06.533Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-08T08:47:06.534Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json 483c1ab6-66a4-4e09-8b46-9b07cacef8fe 785 2022-04-08T08:47:06.534Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json ASDC sendASDCNotification 2022-04-08T08:47:06.534Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json 2022-04-08T08:47:06.534Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:47:06.534Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:06.537Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:06.537Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407626534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:47:06.636Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:47:06.637Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:06.638Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:06.661Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:06.662Z||pool-184-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:47:07.537Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA8bd013e849d..base_vfw..module-0", "vfModuleModelInvariantUUID": "4531299f-9a2b-4173-8a63-a0c62a69f490", "vfModuleModelVersion": "1", "vfModuleModelUUID": "41779980-2236-40e1-90cd-b17a515c5a36", "vfModuleModelCustomizationUUID": "9b9825e8-5209-4178-8ee7-626aea385e79", "isBase": true, "artifacts": [ "8d288013-6f31-4f2c-919a-2362661dfa7f", "ac3e2d55-30f9-43af-b603-1844503d57cf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:47:07.544Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA8bd013e849d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:41779980-2236-40e1-90cd-b17a515c5a36 VfModuleModelInvariantUUID:4531299f-9a2b-4173-8a63-a0c62a69f490 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d288013-6f31-4f2c-919a-2362661dfa7f , ac3e2d55-30f9-43af-b603-1844503d57cf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:47:07.546Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA8bd013e849d..base_vfw..module-0", "vfModuleModelInvariantUUID": "4531299f-9a2b-4173-8a63-a0c62a69f490", "vfModuleModelVersion": "1", "vfModuleModelUUID": "41779980-2236-40e1-90cd-b17a515c5a36", "vfModuleModelCustomizationUUID": "9b9825e8-5209-4178-8ee7-626aea385e79", "isBase": true, "artifacts": [ "8d288013-6f31-4f2c-919a-2362661dfa7f", "ac3e2d55-30f9-43af-b603-1844503d57cf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T08:47:07.546Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA8bd013e849d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:41779980-2236-40e1-90cd-b17a515c5a36 VfModuleModelInvariantUUID:4531299f-9a2b-4173-8a63-a0c62a69f490 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d288013-6f31-4f2c-919a-2362661dfa7f , ac3e2d55-30f9-43af-b603-1844503d57cf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T08:47:07.546Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8d288013-6f31-4f2c-919a-2362661dfa7f from URL: /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml 2022-04-08T08:47:07.547Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-08T08:47:07.547Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml 2022-04-08T08:47:08.228Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-08T08:47:08.230Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml 8d288013-6f31-4f2c-919a-2362661dfa7f 20368 2022-04-08T08:47:08.230Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:47:08.230Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml 2022-04-08T08:47:08.230Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:47:08.231Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:08.235Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:08.236Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407628230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:47:08.336Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:47:08.337Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:08.337Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:08.356Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:08.356Z||pool-185-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:09.237Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac3e2d55-30f9-43af-b603-1844503d57cf from URL: /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env 2022-04-08T08:47:09.239Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-04-08T08:47:09.239Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env 2022-04-08T08:47:10.334Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-04-08T08:47:10.334Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env ac3e2d55-30f9-43af-b603-1844503d57cf 2098 2022-04-08T08:47:10.335Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:47:10.335Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env 2022-04-08T08:47:10.335Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:47:10.335Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:10.337Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:10.337Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407630335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:47:10.437Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:47:10.438Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:10.438Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:10.499Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:10.499Z||pool-186-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:11.338Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4756d4a7-1fb7-425e-baa4-c4743f4b017e 2022-04-08T08:47:11.339Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a8bd013e-849d 0 2c63a96f-bea7-465e-b7fa-5cf20dd08dac ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:47:11.362Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fe85d00, org.onap.sdc.toscaparser.api.parameters.Input@1f787b55, org.onap.sdc.toscaparser.api.parameters.Input@463b1b81, org.onap.sdc.toscaparser.api.parameters.Input@247486eb, org.onap.sdc.toscaparser.api.parameters.Input@4999cf38] 2022-04-08T08:47:11.365Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.365Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.365Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-04-08T08:47:11.366Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bce579ee-fd45-46bf-820b-d87c5b792386 2022-04-08T08:47:11.366Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bce579ee-fd45-46bf-820b-d87c5b792386 matches Tosca VF Customization UUID: bce579ee-fd45-46bf-820b-d87c5b792386 2022-04-08T08:47:11.366Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bce579ee-fd45-46bf-820b-d87c5b792386 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T08:47:11.372Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.372Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.373Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bce579ee-fd45-46bf-820b-d87c5b792386: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T08:47:11.373Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b5dddf5 2022-04-08T08:47:11.373Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.374Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T08:47:11.374Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b9825e8-5209-4178-8ee7-626aea385e79 2022-04-08T08:47:11.374Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b9825e8-5209-4178-8ee7-626aea385e79 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T08:47:11.379Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.380Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:11.380Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:11.381Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.381Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:11.381Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:11.381Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.382Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:11.382Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:11.382Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:11.382Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T08:47:11.383Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:47:11.383Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:47:11.383Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.383Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:11.384Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:47:11.384Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:11.384Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:47:11.384Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.385Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7925eab3-230f-4a86-847c-d205efa2db07 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:47:11.392Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.393Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:11.393Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:11.393Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.393Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:11.394Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:11.394Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:11.394Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:47:11.394Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.395Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:11.395Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.396Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:47:11.396Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T08:47:11.396Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T08:47:11.396Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:11.397Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T08:47:11.397Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.397Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=570a26e9-1f6b-44a2-ae90-cba568d77d2e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:47:11.400Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.401Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:11.401Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:11.401Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.401Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is not matching search criteria 2022-04-08T08:47:11.402Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T08:47:11.402Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T08:47:11.402Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T08:47:11.403Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.403Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:11.404Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.404Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T08:47:11.404Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T08:47:11.405Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T08:47:11.405Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T08:47:11.405Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T08:47:11.406Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T08:47:11.406Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73a6190c-5ac5-493a-92ac-70b9ac03c593 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T08:47:11.410Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.410Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:11.411Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T08:47:11.412Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.412Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Node template vFW a8bd013e-849d 0 is matching search criteria 2022-04-08T08:47:11.412Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8bd013e-849d 0] matching following query criteria: sdcType=VF, customizationUUID=bce579ee-fd45-46bf-820b-d87c5b792386 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:47:11.415Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.416Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.416Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4756d4a7-1fb7-425e-baa4-c4743f4b017e: vFW a8bd013e-849d 2022-04-08T08:47:11.416Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.417Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.417Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.417Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.418Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.418Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.418Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.419Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.419Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:47:11.419Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-08 08-41-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:47:11.420Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-08 08-41-44 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:47:11.785Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a8bd013e-849d 2c63a96f-bea7-465e-b7fa-5cf20dd08dac 1 ASDC deployResourceStructure 2022-04-08T08:47:11.785Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json ASDC sendASDCNotification 2022-04-08T08:47:11.786Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json 2022-04-08T08:47:11.786Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:47:11.786Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:11.788Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:11.788Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407631785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:47:11.888Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:47:11.889Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:11.889Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:11.958Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:11.959Z||pool-187-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:12.790Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T08:47:12.790Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml 2022-04-08T08:47:12.790Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:47:12.791Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:12.793Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:12.794Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407632789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:47:12.894Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:47:12.895Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:12.895Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:12.922Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:12.923Z||pool-188-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:13.795Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T08:47:13.796Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env 2022-04-08T08:47:13.796Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:47:13.796Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:13.800Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:13.800Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407633795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:47:13.899Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T08:47:13.900Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:13.900Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:13.978Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:13.979Z||pool-189-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:14.805Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar ASDC sendASDCNotification 2022-04-08T08:47:14.805Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar 2022-04-08T08:47:14.805Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:47:14.806Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-04-08T08:47:14.808Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:47:14.808Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407634804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:47:14.908Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:47:14.909Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:47:14.909Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:14.985Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:14.985Z||pool-190-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:47:15.809Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:47:15.818Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:47:15.821Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:47:15.821Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:47:15.821Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:47:45.821Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:47:45.837Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:47:45.841Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:47:45.842Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:47:45.842Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:47:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:47:53.382Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:47:53.382Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:47:53.410Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:47:53.411Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:47:53.411Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:47:53.412Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:48:15.842Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:48:15.856Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:48:15.858Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:48:15.859Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:48:15.859Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:48:45.859Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:48:45.872Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:48:45.876Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:48:45.876Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:48:45.876Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:48:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:48:53.382Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:48:53.382Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:48:53.416Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:48:53.417Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T08:48:53.417Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:48:53.418Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:49:15.876Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:49:15.891Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:49:15.893Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:49:15.893Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:49:15.893Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:49:45.895Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:49:45.953Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:49:45.959Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:49:45.959Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:49:45.959Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:49:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:49:53.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:49:53.384Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:49:53.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:49:53.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:49:53.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:49:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:49:53.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:49:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:49:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:49:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:49:53.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407609893, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:49:53.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407610080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:49:53.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407605188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:49:53.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407608525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:49:53.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407613378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407619505, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407620221, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407620073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407619822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407621239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "cds", "timestamp": 1649407621085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:49:53.521Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 2022-04-08T08:49:53.521Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:49:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407621551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407621339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "policy-id", "timestamp": 1649407622243, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:49:53.544Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 2022-04-08T08:49:53.545Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:49:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407622709, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407623744, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:49:53.566Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 2022-04-08T08:49:53.566Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:49:53.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "multicloud-k8s-id", "timestamp": 1649407624748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407626534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407620053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:49:53.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "ves-openapi-manager", "timestamp": 1649407621440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:49:53.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:49:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407628230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407628254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407630335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:49:53.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407631785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/vfwa8bd013e849d0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407632789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407632973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407633795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/resourceInstances/vfwa8bd013e849d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407633999, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:49:53.593Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 2022-04-08T08:49:53.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:49:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407634804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:49:53.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407634682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408084144/1.0/artifacts/service-Vfw20220408084144-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:49:53.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:49:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:49:53.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "aai-ml", "timestamp": 1649407635687, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:49:53.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 2022-04-08T08:49:53.616Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:50:15.960Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:50:15.976Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:50:15.979Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:50:15.979Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:50:15.979Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:50:15.979Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:50:15.979Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:50:15.979Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:50:15.985Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:50:45.985Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:50:45.994Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and serviceModelVersionId: 4756d4a7-1fb7-425e-baa4-c4743f4b017e 2022-04-08T08:50:45.994Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7ac061b-d868-4271-a3a4-380d461cd1f1 2022-04-08T08:50:45.996Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0 2022-04-08T08:50:46.006Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:50:46.095Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:50:46.097Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Invoke 2022-04-08T08:50:47.628Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:50:47.631Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Invoke 2022-04-08T08:50:49.174Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T08:50:49.176Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Invoke 2022-04-08T08:50:50.192Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:50:50.193Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:50:50.194Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:50:50.195Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:50:50.206Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:50:50.206Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ecf437f-5fff-47e6-a0a0-437d3a0cbe33 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:50:50.206Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:50:50.207Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:50:50.211Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:50:50.211Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407850206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:50:50.311Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:50:50.312Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:50:50.312Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:50.346Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:50.347Z||pool-191-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-04-08T08:50:51.230Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:50:51.231Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:50:51.231Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:50:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:50:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:53.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:53.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:53.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:50:53.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:53.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:50:55.596Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:55.597Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:50:55.597Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"eb83c467-33e7-4c02-b07c-30c227544055","serviceName":"Demo_pNF_xfG0c3W129YgMhqMgT9z","serviceVersion":"1.0","serviceUUID":"865f2e8c-c412-4616-8571-f8deca41ecec","serviceDescription":"catalog service description","serviceInvariantUUID":"6a927aa8-eeea-465c-87bc-2b5108abcd86","resources":[{"resourceInstanceName":"pNF ccfa8456-330c 0","resourceName":"pNF ccfa8456-330c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd438c1c-8401-46dc-bfda-b882fde3f2a9","resourceInvariantUUID":"e861017e-4036-4c02-a127-cae19684771c","resourceCustomizationUUID":"9bbc3be1-1e32-47be-98c8-8f9bc3310ad3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml","artifactChecksum":"NWI3N2RhYmZjMmVkYjgxOWRjM2YyMTBmMzc2NmYzYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6dbda38-cb7a-4db0-9320-3ab5ca59b155","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"745e0c05-d09a-4b47-b2aa-0777587f17e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8380b5ec-e13c-4ca6-91a7-a74dfb154914","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmZkMzU0YjkwNmRiNjNjMDc1NjAxM2Q2ZGRlYWJkYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b52f8ab-fd0a-4d64-867f-a480455ff92c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97f95ec6-714f-4f63-9916-7ab414c563a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c6dce7d-4319-4cf1-866d-109205b140ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml","artifactChecksum":"NDkzZTYyOGY0ZTk5MDcwOWQ4NzlmYzZhOTI1M2VmZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eed6b550-56e4-4515-8187-8a0eb2ec846f","artifactVersion":"1"},{"artifactName":"service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar","artifactChecksum":"M2RkMmZkZmJjY2ZhOTNiN2Y3ZWY2M2JlYmQ2N2VlMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e01f3007-d970-46dc-96fa-256175b6d9b8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:50:55.600Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:50:55.601Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:50:55.603Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:50:55.604Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:55.703Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:50:55.704Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:50:55.704Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:55.736Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:55.737Z||pool-192-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:50:56.604Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:50:56.606Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:50:56.608Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:50:56.608Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:56.708Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:50:56.709Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:50:56.709Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:56.755Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:56.756Z||pool-193-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:50:57.609Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:50:57.611Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:50:57.614Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:50:57.614Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:57.714Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:50:57.715Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:50:57.715Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:57.755Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:57.756Z||pool-194-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:50:58.615Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:50:58.616Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:50:58.618Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:50:58.618Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:58.718Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:50:58.720Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:50:58.720Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:58.755Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:58.756Z||pool-195-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:50:59.619Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:50:59.620Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:50:59.622Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:50:59.622Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:50:59.722Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:50:59.723Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:50:59.723Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:50:59.737Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:50:59.738Z||pool-196-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:51:00.622Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:51:00.623Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:51:00.626Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:51:00.626Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:00.726Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:51:00.727Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:51:00.727Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:51:00.753Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:51:00.754Z||pool-197-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:51:01.627Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:51:01.628Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:51:01.630Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:51:01.631Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:01.731Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:51:01.732Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:51:01.732Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:51:01.752Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:51:01.753Z||pool-198-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:51:02.632Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:51:02.633Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:51:02.635Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:51:02.635Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:51:02.736Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:51:02.736Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:51:02.736Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:51:02.753Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:51:02.754Z||pool-199-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:51:03.635Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||sending notification to client: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "serviceName": "Demo_pNF_xfG0c3W129YgMhqMgT9z", "serviceVersion": "1.0", "serviceUUID": "865f2e8c-c412-4616-8571-f8deca41ecec", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6a927aa8-eeea-465c-87bc-2b5108abcd86", "resources": [ { "resourceInstanceName": "pNF ccfa8456-330c 0", "resourceCustomizationUUID": "9bbc3be1-1e32-47be-98c8-8f9bc3310ad3", "resourceName": "pNF ccfa8456-330c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dd438c1c-8401-46dc-bfda-b882fde3f2a9", "resourceInvariantUUID": "e861017e-4036-4c02-a127-cae19684771c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "artifactChecksum": "M2RkMmZkZmJjY2ZhOTNiN2Y3ZWY2M2JlYmQ2N2VlMzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e01f3007-d970-46dc-96fa-256175b6d9b8" } ], "workloadContext": "Production" } 2022-04-08T08:51:03.636Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T08:51:03.637Z|4ecf437f-5fff-47e6-a0a0-437d3a0cbe33|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 865f2e8c-c412-4616-8571-f8deca41ecec ASDC 2022-04-08T08:51:03.637Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||ASDC Notification: DistributionID:eb83c467-33e7-4c02-b07c-30c227544055 ServiceName:Demo_pNF_xfG0c3W129YgMhqMgT9z ServiceVersion:1.0 ServiceUUID:865f2e8c-c412-4616-8571-f8deca41ecec ServiceInvariantUUID:6a927aa8-eeea-465c-87bc-2b5108abcd86 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar ArtifactUUID:e01f3007-d970-46dc-96fa-256175b6d9b8 ArtifactChecksum:M2RkMmZkZmJjY2ZhOTNiN2Y3ZWY2M2JlYmQ2N2VlMzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ccfa8456-330c 0 ResourceCustomizationUUID:9bbc3be1-1e32-47be-98c8-8f9bc3310ad3 ResourceInvariantUUID:e861017e-4036-4c02-a127-cae19684771c ResourceName:pNF ccfa8456-330c ResourceType:PNF ResourceUUID:dd438c1c-8401-46dc-bfda-b882fde3f2a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T08:51:03.640Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 865f2e8c-c412-4616-8571-f8deca41ecec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:51:03.670Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:51:03.671Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:51:03.671Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:51:03.671Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Trying to download the artifact UUID: e01f3007-d970-46dc-96fa-256175b6d9b8 from URL: /sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:03.671Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - download 2022-04-08T08:51:03.672Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:04.039Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T08:51:04.043Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar e01f3007-d970-46dc-96fa-256175b6d9b8 82660 2022-04-08T08:51:04.043Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar ASDC sendASDCNotification 2022-04-08T08:51:04.044Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:04.044Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T08:51:04.044Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:51:04.046Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:51:04.046Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407864043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:51:04.146Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:51:04.147Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:51:04.148Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:51:04.168Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:51:04.168Z||pool-200-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:51:05.047Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T08:51:05.048Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||MSO config path is: /app 2022-04-08T08:51:05.049Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Trying to write artifact UUID: e01f3007-d970-46dc-96fa-256175b6d9b8, URL: /sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar to file: /app/ASDC/1/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:05.049Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:05.050Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:05.050Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:05.338Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15572948365617725042/Definitions/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml 2022-04-08T08:51:06.478Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T08:51:06.479Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:51:06.479Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.479Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ccfa8456-330c 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-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.480Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|WARN|500||#################################################################################################### 2022-04-08T08:51:06.481Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.481Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.482Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Node template pNF ccfa8456-330c 0 is matching search criteria 2022-04-08T08:51:06.482Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:51:06.482Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found topology templates [pNF ccfa8456-330c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:51:06.483Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.483Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.483Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Node template pNF ccfa8456-330c 0 is matching search criteria 2022-04-08T08:51:06.483Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T08:51:06.483Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found topology templates [pNF ccfa8456-330c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.484Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.485Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.485Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.485Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.485Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xfG0c3W129YgMhqMgT9z Description:catalog service description Model UUID:865f2e8c-c412-4616-8571-f8deca41ecec Model Version:NULL Model InvariantUuid:6a927aa8-eeea-465c-87bc-2b5108abcd86 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T08:51:06.496Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: dd438c1c-8401-46dc-bfda-b882fde3f2a9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:51:06.500Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||pNF ccfa8456-330c 0 2022-04-08T08:51:06.500Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: dd438c1c-8401-46dc-bfda-b882fde3f2a9 2022-04-08T08:51:06.500Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||No resources found for Service: 865f2e8c-c412-4616-8571-f8deca41ecec 2022-04-08T08:51:06.500Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Preparing to deploy Service: 865f2e8c-c412-4616-8571-f8deca41ecec 2022-04-08T08:51:06.501Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ccfa8456-330c 0 dd438c1c-8401-46dc-bfda-b882fde3f2a9 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:51:06.521Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47f830d8, org.onap.sdc.toscaparser.api.parameters.Input@197df224, org.onap.sdc.toscaparser.api.parameters.Input@6c2dc5b0, org.onap.sdc.toscaparser.api.parameters.Input@56032207, org.onap.sdc.toscaparser.api.parameters.Input@50fbb6ef] 2022-04-08T08:51:06.522Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.522Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.522Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500|| resourceSeq for service uuid 865f2e8c-c412-4616-8571-f8deca41ecec: pNF ccfa8456-330c 2022-04-08T08:51:06.522Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Processing PNF resource: dd438c1c-8401-46dc-bfda-b882fde3f2a9 2022-04-08T08:51:06.523Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T08:51:06.523Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Service Demo_pNF_xfG0c3W129YgMhqMgT9z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T08:51:06.523Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||Resource customization UUID: 9bbc3be1-1e32-47be-98c8-8f9bc3310ad3 is the same as notified resource customizationUUID: 9bbc3be1-1e32-47be-98c8-8f9bc3310ad3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T08:51:06.609Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ccfa8456-330c dd438c1c-8401-46dc-bfda-b882fde3f2a9 0 ASDC deployResourceStructure 2022-04-08T08:51:06.610Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar ASDC sendASDCNotification 2022-04-08T08:51:06.610Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar 2022-04-08T08:51:06.610Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T08:51:06.611Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:51:06.614Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:51:06.614Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407866610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:51:06.714Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:51:06.715Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:51:06.715Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:51:06.749Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:51:06.749Z||pool-201-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-04-08T08:51:07.615Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:51:07.626Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:51:07.628Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:51:07.628Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:51:07.628Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:51:37.629Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:51:37.651Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:51:37.655Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:51:37.655Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T08:51:37.655Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T08:51:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:51:53.382Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:51:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:51:53.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:51:53.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T08:51:53.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407781440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "multicloud-k8s-id", "timestamp": 1649407785188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:51:53.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407788525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407797525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:51:53.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407797735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:51:53.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407790080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:51:53.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407789893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:51:53.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407798554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T08:51:53.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407798740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:51:53.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407799161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:51:53.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "ves-openapi-manager", "timestamp": 1649407799557, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:51:53.456Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of eb83c467-33e7-4c02-b07c-30c227544055 2022-04-08T08:51:53.457Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb83c467-33e7-4c02-b07c-30c227544055 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:51:53.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407799007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:51:53.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "policy-id", "timestamp": 1649407799745, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:51:53.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb83c467-33e7-4c02-b07c-30c227544055 2022-04-08T08:51:53.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb83c467-33e7-4c02-b07c-30c227544055 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:51:53.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "cds", "timestamp": 1649407800182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:51:53.487Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb83c467-33e7-4c02-b07c-30c227544055 2022-04-08T08:51:53.487Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb83c467-33e7-4c02-b07c-30c227544055 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:51:53.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407806268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:51:53.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:51:53.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "aai-ml", "timestamp": 1649407807280, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:51:53.518Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of eb83c467-33e7-4c02-b07c-30c227544055 2022-04-08T08:51:53.518Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb83c467-33e7-4c02-b07c-30c227544055 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:51:53.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407800053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407809318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407811569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649407812576, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:51:53.551Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb83c467-33e7-4c02-b07c-30c227544055 2022-04-08T08:51:53.551Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb83c467-33e7-4c02-b07c-30c227544055 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:51:53.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-08T08:51:53.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf437f-5fff-47e6-a0a0-437d3a0cbe33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407850206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:51:53.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:52:07.656Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:52:07.675Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T08:52:07.677Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T08:52:07.678Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T08:52:07.678Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T08:52:07.678Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T08:52:07.678Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T08:52:07.678Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T08:52:07.678Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:52:07.710Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T08:52:37.710Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: eb83c467-33e7-4c02-b07c-30c227544055 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T08:52:37.746Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb83c467-33e7-4c02-b07c-30c227544055 and serviceModelVersionId: 865f2e8c-c412-4616-8571-f8deca41ecec 2022-04-08T08:52:37.746Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a927aa8-eeea-465c-87bc-2b5108abcd86 2022-04-08T08:52:37.747Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0 2022-04-08T08:52:37.752Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7ac061b-d868-4271-a3a4-380d461cd1f1/model-vers/model-ver/4756d4a7-1fb7-425e-baa4-c4743f4b017e?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T08:52:37.793Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Invoke 2022-04-08T08:52:37.793Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3941feea-8d02-431f-8c84-176f53e0e86f], X-ECOMP-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], X-TransactionId=[], X-ONAP-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], Content-Type=[application/merge-patch+json]} 2022-04-08T08:52:39.336Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Invoke 2022-04-08T08:52:39.337Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bded2e4-cbb5-46be-baf8-14101b256f71], X-ECOMP-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], X-TransactionId=[], X-ONAP-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], Content-Type=[application/merge-patch+json]} 2022-04-08T08:52:40.876Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Invoke 2022-04-08T08:52:40.876Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[276b07c2-a27b-42e1-a58b-e87c26cbaf36], X-ECOMP-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], X-TransactionId=[], X-ONAP-RequestID=[eb83c467-33e7-4c02-b07c-30c227544055], Content-Type=[application/merge-patch+json]} 2022-04-08T08:52:41.908Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:52:41.910Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T08:52:41.911Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:52:41.911Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T08:52:41.924Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T08:52:41.924Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb83c467-33e7-4c02-b07c-30c227544055 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T08:52:41.940Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T08:52:41.941Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:52:41.955Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:52:41.959Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407961936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:52:42.052Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-04-08T08:52:42.054Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:52:42.054Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:52:42.074Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:52:42.075Z||pool-202-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T08:52:42.988Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:52:42.988Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:52:42.988Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:52:52.568Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:52:52.569Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:52:52.569Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:52:52.569Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:52:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:52:53.382Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:52:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:52:53.415Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:52:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/resourceInstances/pnfccfa8456330c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:52:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407851230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:52:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-08T08:52:53.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407864043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:52:53.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:52:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T08:52:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407866610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXfg0c3w129ygmhqmgt9z/1.0/artifacts/service-DemoPnfXfg0c3w129ygmhqmgt9z-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:52:53.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:53:02.126Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:53:02.127Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:53:02.128Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:53:02.128Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:53:11.682Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:53:11.683Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:53:11.684Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:53:11.684Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:53:21.266Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:53:21.267Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:53:21.268Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:53:21.268Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:53:30.854Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:53:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:53:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:53:53.380Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:53:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:53:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:53:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:53:53.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:53:53.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T08:53:53.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb83c467-33e7-4c02-b07c-30c227544055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649407961936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T08:53:53.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:54:02.927Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:54:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:54:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:54:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:54:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:54:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:54:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:55:02.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:55:02.994Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:55:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:55:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:55:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:55:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:55:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:55:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:56:03.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:56:03.053Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:56:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:56:53.381Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:56:53.381Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:56:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:56:53.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:56:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:57:02.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:57:02.989Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:57:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:57:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:57:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:57:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:57:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:57:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:58:02.967Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:58:02.989Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:58:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:58:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:58:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:58:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:58:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:58:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:02.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:02.986Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:53.378Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:59:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:59:53.379Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T08:59:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T08:59:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:54.015Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:54.016Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.016Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"701d5d57-7286-4797-92ae-390a1e1b0cb8","serviceName":"vFW 2022-04-08 08-54-39","serviceVersion":"1.0","serviceUUID":"562161b9-52ab-4694-835b-c05a20badcff","serviceDescription":"catalog service description","serviceInvariantUUID":"865161eb-18cb-4a0e-9615-a1b10173036e","resources":[{"resourceInstanceName":"vFW 7332b935-dddd 0","resourceName":"vFW 7332b935-dddd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a","resourceInvariantUUID":"4fa5184e-12a1-452e-af9f-24ceb0dec5b6","resourceCustomizationUUID":"efa68ebe-aef1-4ff8-be48-d8519b52ca04","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml","artifactChecksum":"MGZmODc4NWI1OTAzYjJkMTRhNzBlYzQ4MzcwZmFkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32a15def-d5e6-46f2-938f-d107455f1aa3","artifactVersion":"1"},{"artifactName":"vfw7332b935dddd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json","artifactChecksum":"Y2E0Yzk4OWI3NmQzNjY3MjBlZWM3NTY3NDUyYTcwZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c73de92-8c3d-4835-92e4-ea3157c61f7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce3031e7-187d-4f2b-bf93-0fc74c766c0e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml","artifactChecksum":"MWM1ZDM0OGYwNTkzOWVjMTQxMGE0NDFmYjlhN2JkMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79ac6280-88a0-4b19-9162-37bb14152c3c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a603a053-b2a8-4965-8f12-d466de8a4b8a","artifactVersion":"2","generatedFromUUID":"ce3031e7-187d-4f2b-bf93-0fc74c766c0e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408085439-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml","artifactChecksum":"YWU0NTBjMTQ2MWE5MjU3YmI3YmIxYmQ5MjZhODM0NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d81c4e49-585c-4e2f-8752-0aa1dbb1d3d4","artifactVersion":"1"},{"artifactName":"service-Vfw20220408085439-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar","artifactChecksum":"OGE3YjA2MmQzNmY3YzhiZDllNzljMmY3NzAwMjE2NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bc395f0-df8a-401f-ad2a-0111374ba41e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T08:59:54.018Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:54.019Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.019Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.020Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.020Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.020Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.021Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.022Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.022Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.022Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.022Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.022Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.023Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.023Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.023Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:59:54.023Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.023Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.023Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.024Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.024Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.024Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.024Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.024Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.024Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.025Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.026Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:59:54.026Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.026Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.026Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.027Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.027Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.027Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:59:54.027Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.027Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.027Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.021Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:59:54.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.028Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.029Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.030Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.031Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "ves-openapi-manager", "timestamp": 1649408341442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.032Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.032Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408345188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.032Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408345082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408340053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408348525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408357737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.033Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408358250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408358251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408358570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.034Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.035Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.035Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "cds", "timestamp": 1649408359284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:59:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 701d5d57-7286-4797-92ae-390a1e1b0cb8 2022-04-08T08:59:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 701d5d57-7286-4797-92ae-390a1e1b0cb8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:59:54.070Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.070Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408359577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:59:54.070Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.071Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.071Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408359351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.071Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.071Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.071Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "policy-id", "timestamp": 1649408360580, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:59:54.078Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 701d5d57-7286-4797-92ae-390a1e1b0cb8 2022-04-08T08:59:54.078Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 701d5d57-7286-4797-92ae-390a1e1b0cb8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:59:54.088Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.088Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408360533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.089Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.089Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.089Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.089Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.089Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.089Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408361578, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:59:54.098Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 701d5d57-7286-4797-92ae-390a1e1b0cb8 2022-04-08T08:59:54.098Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 701d5d57-7286-4797-92ae-390a1e1b0cb8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T08:59:54.111Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.111Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.112Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.112Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408362539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "multicloud-k8s-id", "timestamp": 1649408362584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.113Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.114Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408363543, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:59:54.120Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 701d5d57-7286-4797-92ae-390a1e1b0cb8 2022-04-08T08:59:54.120Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 701d5d57-7286-4797-92ae-390a1e1b0cb8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:59:54.129Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.129Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.130Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408368077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408382304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T08:59:54.131Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "aai-ml", "timestamp": 1649408383309, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } 2022-04-08T08:59:54.132Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:59:54.134Z||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. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T08:59:54.134Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:54.138Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 701d5d57-7286-4797-92ae-390a1e1b0cb8 2022-04-08T08:59:54.138Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 701d5d57-7286-4797-92ae-390a1e1b0cb8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T08:59:54.162Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:54.162Z||pool-203-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:59:55.033Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:59:55.033Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:59:55.035Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:59:55.035Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOTIFIED" } 2022-04-08T08:59:55.136Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:59:55.138Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:59:55.139Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:55.176Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:55.177Z||pool-204-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:59:56.036Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:59:56.037Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:59:56.040Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:59:56.040Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T08:59:56.139Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T08:59:56.140Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:59:56.140Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:56.167Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:56.167Z||pool-205-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:59:57.040Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:59:57.041Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:59:57.043Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:59:57.043Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:57.144Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T08:59:57.146Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:59:57.146Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:57.168Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:57.169Z||pool-206-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:59:58.044Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:59:58.045Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:59:58.048Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:59:58.048Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T08:59:58.148Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T08:59:58.149Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:59:58.149Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:58.166Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:58.167Z||pool-207-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T08:59:59.049Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T08:59:59.050Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T08:59:59.052Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T08:59:59.052Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T08:59:59.155Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-08T08:59:59.156Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T08:59:59.156Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T08:59:59.181Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T08:59:59.181Z||pool-208-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:00.053Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:00.057Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:00.060Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:00.060Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:00:00.160Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:00.161Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:00.161Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:00.181Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:00.181Z||pool-209-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:00:01.061Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||sending notification to client: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "serviceName": "vFW 2022-04-08 08-54-39", "serviceVersion": "1.0", "serviceUUID": "562161b9-52ab-4694-835b-c05a20badcff", "serviceDescription": "catalog service description", "serviceInvariantUUID": "865161eb-18cb-4a0e-9615-a1b10173036e", "resources": [ { "resourceInstanceName": "vFW 7332b935-dddd 0", "resourceCustomizationUUID": "efa68ebe-aef1-4ff8-be48-d8519b52ca04", "resourceName": "vFW 7332b935-dddd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a", "resourceInvariantUUID": "4fa5184e-12a1-452e-af9f-24ceb0dec5b6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7332b935dddd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "artifactChecksum": "Y2E0Yzk4OWI3NmQzNjY3MjBlZWM3NTY3NDUyYTcwZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1c73de92-8c3d-4835-92e4-ea3157c61f7e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ce3031e7-187d-4f2b-bf93-0fc74c766c0e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a603a053-b2a8-4965-8f12-d466de8a4b8a", "generatedFromUUID": "ce3031e7-187d-4f2b-bf93-0fc74c766c0e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a603a053-b2a8-4965-8f12-d466de8a4b8a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408085439-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "artifactChecksum": "OGE3YjA2MmQzNmY3YzhiZDllNzljMmY3NzAwMjE2NDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0bc395f0-df8a-401f-ad2a-0111374ba41e" } ], "workloadContext": "Production" } 2022-04-08T09:00:01.062Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:00:01.062Z|eb83c467-33e7-4c02-b07c-30c227544055|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562161b9-52ab-4694-835b-c05a20badcff ASDC 2022-04-08T09:00:01.063Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||ASDC Notification: DistributionID:701d5d57-7286-4797-92ae-390a1e1b0cb8 ServiceName:vFW 2022-04-08 08-54-39 ServiceVersion:1.0 ServiceUUID:562161b9-52ab-4694-835b-c05a20badcff ServiceInvariantUUID:865161eb-18cb-4a0e-9615-a1b10173036e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408085439-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar ArtifactUUID:0bc395f0-df8a-401f-ad2a-0111374ba41e ArtifactChecksum:OGE3YjA2MmQzNmY3YzhiZDllNzljMmY3NzAwMjE2NDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7332b935-dddd 0 ResourceCustomizationUUID:efa68ebe-aef1-4ff8-be48-d8519b52ca04 ResourceInvariantUUID:4fa5184e-12a1-452e-af9f-24ceb0dec5b6 ResourceName:vFW 7332b935-dddd ResourceType:VF ResourceUUID:766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7332b935dddd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json ArtifactUUID:1c73de92-8c3d-4835-92e4-ea3157c61f7e ArtifactChecksum:Y2E0Yzk4OWI3NmQzNjY3MjBlZWM3NTY3NDUyYTcwZTc= 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/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml ArtifactUUID:ce3031e7-187d-4f2b-bf93-0fc74c766c0e 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/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env ArtifactUUID:a603a053-b2a8-4965-8f12-d466de8a4b8a 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/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env ArtifactUUID:a603a053-b2a8-4965-8f12-d466de8a4b8a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T09:00:01.063Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562161b9-52ab-4694-835b-c05a20badcff ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:00:01.105Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:00:01.106Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:00:01.106Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:00:01.106Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Trying to download the artifact UUID: 0bc395f0-df8a-401f-ad2a-0111374ba41e from URL: /sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:01.107Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:00:01.107Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:01.658Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:00:01.666Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar 0bc395f0-df8a-401f-ad2a-0111374ba41e 98968 2022-04-08T09:00:01.667Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar ASDC sendASDCNotification 2022-04-08T09:00:01.667Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:01.667Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:00:01.667Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:01.671Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:01.672Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408401667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:00:01.771Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T09:00:01.772Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:01.772Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:01.790Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:01.791Z||pool-210-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:02.673Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:00:02.674Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:00:02.674Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Trying to write artifact UUID: 0bc395f0-df8a-401f-ad2a-0111374ba41e, URL: /sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar to file: /app/ASDC/1/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:02.675Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408085439-csar.csar 2022-04-08T09:00:02.675Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:02.675Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:02.914Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3803141517666502736/Definitions/service-Vfw20220408085439-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-08T09:00:05.478Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:00:05.479Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:00:05.479Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.479Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T09:00:05.479Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7332b935-dddd 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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.480Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.480Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.480Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.480Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.480Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.480Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.481Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.481Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.481Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.481Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.481Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.482Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?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-Vfw20220408085439-csar.csar 2022-04-08T09:00:05.482Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:00:05.482Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.482Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.483Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:05.483Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:00:05.484Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:00:05.484Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.484Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.484Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:05.484Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:00:05.485Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:00:05.485Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.485Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.485Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.485Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:05.485Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:05.486Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:05.486Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:00:05.486Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.486Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.487Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:00:05.487Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.487Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:00:05.488Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:00:05.488Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.488Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.488Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:00:05.488Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.489Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:00:05.489Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.489Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T09:00:05.489Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.490Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T09:00:05.490Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.490Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:05.490Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:05.491Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.491Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:05.491Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:05.491Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.492Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:05.492Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:05.493Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.493Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:05.493Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:05.493Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:05.493Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T09:00:05.493Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:00:05.494Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.495Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ef319d7-196d-4faa-9fca-6614e4e4ea10 2022-04-08T09:00:05.495Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.495Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:05.496Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:05.496Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:05.496Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:00:05.496Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.496Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.497Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:00:05.497Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.497Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T09:00:05.497Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:00:05.497Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.498Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:00:05.498Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.498Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c17dcdc7-fda0-41fc-b733-31a43be22244 2022-04-08T09:00:05.498Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.499Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:05.499Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:05.499Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:05.499Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:00:05.499Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.500Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.500Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:00:05.500Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.500Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:00:05.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:00:05.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:05.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:05.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T09:00:05.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f474ba36-ce44-4ac6-9a3d-2f3e12212981 2022-04-08T09:00:05.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.503Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.503Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:05.503Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:05.503Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 08-54-39 Description:catalog service description Model UUID:562161b9-52ab-4694-835b-c05a20badcff Model Version:NULL Model InvariantUuid:865161eb-18cb-4a0e-9615-a1b10173036e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7332b935-dddd Model UUID:7511d62c-bf7b-43f7-9002-10adc5545570 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4fa5184e-12a1-452e-af9f-24ceb0dec5b6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:efa68ebe-aef1-4ff8-be48-d8519b52ca04 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fa1a8cf1-e860-4706-a361-c2c3df67d666 ModelName:Vfw7332b935Dddd..base_vfw..module-0 ModelUuid:d69d8bd1-27da-405f-b9e0-07a4fb94b34d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ef319d7-196d-4faa-9fca-6614e4e4ea10 ModelInvariantUuid:e8b86e9b-c6cc-4f62-af7d-8f005be23077 ModelName:vFW 7332b935-dddd-nodes.vfwCvfc ModelUuid:cd827d18-004e-4b94-b712-530e77c6c2d3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:afe9f987-e211-4116-80f3-197fe3452512 ModelInvariantUuid:10cab378-75ef-4efc-9f1e-0bafba17aad0 ModelName:Vfw7332b935Dddd.compute.nodes.heat.vfw ModelUuid:59098a01-efd8-4a21-9218-f860f16f8d56 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c17dcdc7-fda0-41fc-b733-31a43be22244 ModelInvariantUuid:ec8bedf1-9132-460f-b4bd-8488095fcbb5 ModelName:vFW 7332b935-dddd-nodes.vsnCvfc ModelUuid:4614ab93-03d8-4875-b6a7-35789681b491 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f5d053d8-a2d5-4479-9a47-55ce3d5c2386 ModelInvariantUuid:270bed24-18d1-41c8-98ed-a75a16d764a9 ModelName:Vfw7332b935Dddd.compute.nodes.heat.vsn ModelUuid:c40ea3cd-a5be-488f-98f7-db8cd1df7ffa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f474ba36-ce44-4ac6-9a3d-2f3e12212981 ModelInvariantUuid:e2cffb02-6fbc-417e-8dd6-dcbc5442148d ModelName:vFW 7332b935-dddd-nodes.vpgCvfc ModelUuid:7205cc9b-f5f6-42da-8554-da8e3fc5304d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6f456dd6-9167-4680-9867-6881d3449f49 ModelInvariantUuid:c59fb4f0-e2a5-4901-b416-8610d872d167 ModelName:Vfw7332b935Dddd.compute.nodes.heat.vpg ModelUuid:189233c4-d133-4223-8f71-fe836c40cf57 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:00:05.536Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:00:05.541Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||vFW 7332b935-dddd 0 2022-04-08T09:00:05.542Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a 2022-04-08T09:00:05.542Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Trying to download the artifact UUID: 1c73de92-8c3d-4835-92e4-ea3157c61f7e from URL: /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json 2022-04-08T09:00:05.542Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:00:05.542Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json 2022-04-08T09:00:06.143Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:00:06.144Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json 1c73de92-8c3d-4835-92e4-ea3157c61f7e 785 2022-04-08T09:00:06.144Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json ASDC sendASDCNotification 2022-04-08T09:00:06.145Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json 2022-04-08T09:00:06.145Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:00:06.146Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:06.148Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:06.149Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408406144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:00:06.257Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-04-08T09:00:06.258Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:06.258Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:06.276Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:06.277Z||pool-211-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:07.150Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7332b935Dddd..base_vfw..module-0", "vfModuleModelInvariantUUID": "fa1a8cf1-e860-4706-a361-c2c3df67d666", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d69d8bd1-27da-405f-b9e0-07a4fb94b34d", "vfModuleModelCustomizationUUID": "d895519e-f50f-49b6-b82e-d265afef9f43", "isBase": true, "artifacts": [ "ce3031e7-187d-4f2b-bf93-0fc74c766c0e", "a603a053-b2a8-4965-8f12-d466de8a4b8a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T09:00:07.157Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7332b935Dddd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d69d8bd1-27da-405f-b9e0-07a4fb94b34d VfModuleModelInvariantUUID:fa1a8cf1-e860-4706-a361-c2c3df67d666 VfModuleModelDescription:NULL Artifacts UUID List:{ ce3031e7-187d-4f2b-bf93-0fc74c766c0e , a603a053-b2a8-4965-8f12-d466de8a4b8a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T09:00:07.160Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7332b935Dddd..base_vfw..module-0", "vfModuleModelInvariantUUID": "fa1a8cf1-e860-4706-a361-c2c3df67d666", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d69d8bd1-27da-405f-b9e0-07a4fb94b34d", "vfModuleModelCustomizationUUID": "d895519e-f50f-49b6-b82e-d265afef9f43", "isBase": true, "artifacts": [ "ce3031e7-187d-4f2b-bf93-0fc74c766c0e", "a603a053-b2a8-4965-8f12-d466de8a4b8a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T09:00:07.160Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7332b935Dddd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d69d8bd1-27da-405f-b9e0-07a4fb94b34d VfModuleModelInvariantUUID:fa1a8cf1-e860-4706-a361-c2c3df67d666 VfModuleModelDescription:NULL Artifacts UUID List:{ ce3031e7-187d-4f2b-bf93-0fc74c766c0e , a603a053-b2a8-4965-8f12-d466de8a4b8a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T09:00:07.161Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Trying to download the artifact UUID: ce3031e7-187d-4f2b-bf93-0fc74c766c0e from URL: /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml 2022-04-08T09:00:07.161Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:00:07.161Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml 2022-04-08T09:00:07.682Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:00:07.683Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml ce3031e7-187d-4f2b-bf93-0fc74c766c0e 20368 2022-04-08T09:00:07.684Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T09:00:07.684Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml 2022-04-08T09:00:07.684Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:00:07.684Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:07.686Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:07.687Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408407684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:00:07.787Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:07.788Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:07.788Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:07.820Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:07.821Z||pool-212-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:00:08.687Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Trying to download the artifact UUID: a603a053-b2a8-4965-8f12-d466de8a4b8a from URL: /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env 2022-04-08T09:00:08.688Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:00:08.688Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env 2022-04-08T09:00:09.453Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:00:09.454Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env a603a053-b2a8-4965-8f12-d466de8a4b8a 2098 2022-04-08T09:00:09.455Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T09:00:09.455Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env 2022-04-08T09:00:09.455Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:00:09.456Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:09.459Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:09.460Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408409454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:00:09.560Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:09.561Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:09.561Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:09.603Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:09.604Z||pool-213-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:10.460Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Preparing to deploy Service: 562161b9-52ab-4694-835b-c05a20badcff 2022-04-08T09:00:10.461Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7332b935-dddd 0 766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:00:10.499Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30962166, org.onap.sdc.toscaparser.api.parameters.Input@44cd036a, org.onap.sdc.toscaparser.api.parameters.Input@21fd3ed1, org.onap.sdc.toscaparser.api.parameters.Input@2a4031ff, org.onap.sdc.toscaparser.api.parameters.Input@2bdcb8c0] 2022-04-08T09:00:10.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.501Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||VF Category is: Generic 2022-04-08T09:00:10.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||VFCustomizationUUID= efa68ebe-aef1-4ff8-be48-d8519b52ca04 2022-04-08T09:00:10.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efa68ebe-aef1-4ff8-be48-d8519b52ca04 matches Tosca VF Customization UUID: efa68ebe-aef1-4ff8-be48-d8519b52ca04 2022-04-08T09:00:10.502Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||vfCustomizationUUID: efa68ebe-aef1-4ff8-be48-d8519b52ca04 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T09:00:10.508Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.509Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.510Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||resource request for resource customization id efa68ebe-aef1-4ff8-be48-d8519b52ca04: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T09:00:10.511Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64019acb 2022-04-08T09:00:10.511Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.511Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T09:00:10.511Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d895519e-f50f-49b6-b82e-d265afef9f43 2022-04-08T09:00:10.511Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d895519e-f50f-49b6-b82e-d265afef9f43 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T09:00:10.515Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.515Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:10.516Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:10.516Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.516Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:10.516Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:00:10.517Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.518Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:10.518Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:00:10.518Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:10.518Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:00:10.518Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.518Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ef319d7-196d-4faa-9fca-6614e4e4ea10 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:00:10.521Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.521Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:10.522Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:10.522Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.522Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:10.522Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:10.522Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:10.523Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:00:10.523Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:10.523Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.523Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:00:10.523Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.524Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T09:00:10.524Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:00:10.524Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:10.524Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:00:10.524Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.525Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c17dcdc7-fda0-41fc-b733-31a43be22244 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:00:10.527Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.528Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:10.528Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:10.528Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.528Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is not matching search criteria 2022-04-08T09:00:10.528Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:00:10.529Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:00:10.529Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:00:10.529Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:10.529Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.529Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:00:10.530Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.530Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:00:10.530Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:00:10.530Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:00:10.530Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:00:10.530Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T09:00:10.531Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f474ba36-ce44-4ac6-9a3d-2f3e12212981 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:00:10.533Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.534Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:10.534Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:00:10.534Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.534Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Node template vFW 7332b935-dddd 0 is matching search criteria 2022-04-08T09:00:10.535Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found topology templates [vFW 7332b935-dddd 0] matching following query criteria: sdcType=VF, customizationUUID=efa68ebe-aef1-4ff8-be48-d8519b52ca04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:00:10.537Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.537Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.537Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500|| resourceSeq for service uuid 562161b9-52ab-4694-835b-c05a20badcff: vFW 7332b935-dddd 2022-04-08T09:00:10.537Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.538Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.538Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.538Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.538Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.538Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.538Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.539Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.539Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:00:10.539Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Service vFW 2022-04-08 08-54-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:00:10.540Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||Saving Service: vFW 2022-04-08 08-54-39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:00:10.913Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7332b935-dddd 766f631c-4ecf-4d15-9f6d-b3b9d56b0a2a 1 ASDC deployResourceStructure 2022-04-08T09:00:10.913Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json ASDC sendASDCNotification 2022-04-08T09:00:10.914Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json 2022-04-08T09:00:10.914Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:00:10.914Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:10.916Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:10.916Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408410913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:00:11.016Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T09:00:11.017Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:11.017Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:11.033Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:11.033Z||pool-214-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:11.917Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T09:00:11.917Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml 2022-04-08T09:00:11.918Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:00:11.919Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:11.921Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:11.921Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408411917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:00:12.021Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:12.022Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:12.022Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:12.042Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:12.043Z||pool-215-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:12.923Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T09:00:12.923Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env 2022-04-08T09:00:12.923Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:00:12.924Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:12.926Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:12.926Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408412923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T09:00:13.027Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:13.028Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:13.028Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:13.066Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:13.067Z||pool-216-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:00:13.928Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar ASDC sendASDCNotification 2022-04-08T09:00:13.928Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar 2022-04-08T09:00:13.929Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:00:13.929Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:13.931Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:13.932Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408413928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:00:14.032Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:14.033Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:14.033Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:14.058Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:14.059Z||pool-217-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:14.942Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 701d5d57-7286-4797-92ae-390a1e1b0cb8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:00:14.992Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 701d5d57-7286-4797-92ae-390a1e1b0cb8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:00:14.995Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:00:14.995Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:00:14.995Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:00:14.995Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:00:14.996Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:00:14.996Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:00:15.001Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:00:45.002Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 701d5d57-7286-4797-92ae-390a1e1b0cb8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:00:45.024Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 701d5d57-7286-4797-92ae-390a1e1b0cb8 and serviceModelVersionId: 562161b9-52ab-4694-835b-c05a20badcff 2022-04-08T09:00:45.024Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 865161eb-18cb-4a0e-9615-a1b10173036e 2022-04-08T09:00:45.025Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0 2022-04-08T09:00:45.031Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T09:00:45.079Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a927aa8-eeea-465c-87bc-2b5108abcd86/model-vers/model-ver/865f2e8c-c412-4616-8571-f8deca41ecec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T09:00:45.081Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Invoke 2022-04-08T09:00:46.607Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T09:00:46.609Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Invoke 2022-04-08T09:00:48.138Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T09:00:48.139Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Invoke 2022-04-08T09:00:49.172Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:00:49.174Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T09:00:49.175Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:00:49.175Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:00:49.184Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:00:49.185Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 701d5d57-7286-4797-92ae-390a1e1b0cb8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:00:49.186Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:00:49.186Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:49.190Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:49.190Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408449185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:00:49.291Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:49.292Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:49.292Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:49.384Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:49.385Z||pool-218-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:00:53.378Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:00:53.378Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:00:53.378Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:00:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:00:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:53.518Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:53.519Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:00:53.519Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:53.520Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:00:54.017Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:54.018Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||received message from topic 2022-04-08T09:00:54.018Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"cdb263b1-89c7-4106-bb23-eee4c7d49503","serviceName":"Demo_pNF_m9iRnv5NbOFEnVlSsUfG","serviceVersion":"1.0","serviceUUID":"f38a73bb-fa09-474f-9355-d7c0a978be26","serviceDescription":"catalog service description","serviceInvariantUUID":"11e1a0ca-954e-4a6d-8700-62eeac30b9bb","resources":[{"resourceInstanceName":"pNF 88932b09-cbc0 0","resourceName":"pNF 88932b09-cbc0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98b7ab76-f24e-4eca-b717-50c5a102c82f","resourceInvariantUUID":"2be1317a-63ab-48cc-a042-80e18f384e13","resourceCustomizationUUID":"30dd8312-b0ab-46bd-a2fb-901b3e660060","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml","artifactChecksum":"ZjRiZDUzYWQ3NWNhYWRkY2Y3N2NmMDdiYmEwYzg2NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d01377e3-b30f-46be-a6d4-70ea4081b5c5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d50d7e3-5422-4763-9474-ccb48285630e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f28514b-dc8c-4874-bc53-13fd23150cbc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml","artifactChecksum":"NzA1NTg0OGQ0NzhiMmYyNjI1ZTdlYjQ2MjQ5MTRkODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16965000-2137-45e1-8a9f-f8e733e32fca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc5a7d10-89a3-42e4-a1ab-23b53ba5dd3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d858dac5-5dc5-4573-a5cd-8336a08d8e62","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM9irnv5nbofenvlssufg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml","artifactChecksum":"NzI0Nzk0NzAzMzNhMzc2ZTViYTE5ZjhhY2Q2ZmE2Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f84b57c-3763-4e79-b129-1541830748f1","artifactVersion":"1"},{"artifactName":"service-DemoPnfM9irnv5nbofenvlssufg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar","artifactChecksum":"NTEwNGFmNzcxMDJjNjIwZWM3NTNmM2MxNDQ1NTBjZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf69a2f8-5fdf-4d66-8144-fc7c21d53796","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T09:00:54.020Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:54.021Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:54.023Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:54.023Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:54.123Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:54.124Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:54.125Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:54.148Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:54.148Z||pool-219-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:55.023Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:55.025Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:55.028Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:55.028Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:55.128Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:55.129Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:55.130Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:55.149Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:55.150Z||pool-220-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:56.030Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:56.030Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:56.033Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:56.033Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:56.133Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:56.134Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:56.134Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:56.165Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:56.166Z||pool-221-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:57.033Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:57.034Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:57.037Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:57.037Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:57.141Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-08T09:00:57.142Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:57.142Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:57.159Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:57.160Z||pool-222-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:00:58.037Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:58.038Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:58.041Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:58.042Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:58.142Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:00:58.143Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:58.143Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:58.162Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:58.163Z||pool-223-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:00:59.042Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:00:59.044Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:00:59.047Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:00:59.048Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:00:59.146Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T09:00:59.147Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:00:59.148Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:00:59.165Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:00:59.168Z||pool-224-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:01:00.049Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:01:00.050Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:01:00.052Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:01:00.052Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:00.152Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:01:00.153Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:01:00.154Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:01:00.174Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:01:00.175Z||pool-225-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:01:01.052Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:01:01.053Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:01:01.057Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:01:01.057Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:01.157Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:01:01.158Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:01:01.158Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:01:01.180Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:01:01.181Z||pool-226-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:01:02.058Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||sending notification to client: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "serviceName": "Demo_pNF_m9iRnv5NbOFEnVlSsUfG", "serviceVersion": "1.0", "serviceUUID": "f38a73bb-fa09-474f-9355-d7c0a978be26", "serviceDescription": "catalog service description", "serviceInvariantUUID": "11e1a0ca-954e-4a6d-8700-62eeac30b9bb", "resources": [ { "resourceInstanceName": "pNF 88932b09-cbc0 0", "resourceCustomizationUUID": "30dd8312-b0ab-46bd-a2fb-901b3e660060", "resourceName": "pNF 88932b09-cbc0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "98b7ab76-f24e-4eca-b717-50c5a102c82f", "resourceInvariantUUID": "2be1317a-63ab-48cc-a042-80e18f384e13", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "artifactChecksum": "NTEwNGFmNzcxMDJjNjIwZWM3NTNmM2MxNDQ1NTBjZGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf69a2f8-5fdf-4d66-8144-fc7c21d53796" } ], "workloadContext": "Production" } 2022-04-08T09:01:02.059Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:01:02.059Z|701d5d57-7286-4797-92ae-390a1e1b0cb8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38a73bb-fa09-474f-9355-d7c0a978be26 ASDC 2022-04-08T09:01:02.060Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||ASDC Notification: DistributionID:cdb263b1-89c7-4106-bb23-eee4c7d49503 ServiceName:Demo_pNF_m9iRnv5NbOFEnVlSsUfG ServiceVersion:1.0 ServiceUUID:f38a73bb-fa09-474f-9355-d7c0a978be26 ServiceInvariantUUID:11e1a0ca-954e-4a6d-8700-62eeac30b9bb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfM9irnv5nbofenvlssufg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar ArtifactUUID:cf69a2f8-5fdf-4d66-8144-fc7c21d53796 ArtifactChecksum:NTEwNGFmNzcxMDJjNjIwZWM3NTNmM2MxNDQ1NTBjZGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 88932b09-cbc0 0 ResourceCustomizationUUID:30dd8312-b0ab-46bd-a2fb-901b3e660060 ResourceInvariantUUID:2be1317a-63ab-48cc-a042-80e18f384e13 ResourceName:pNF 88932b09-cbc0 ResourceType:PNF ResourceUUID:98b7ab76-f24e-4eca-b717-50c5a102c82f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T09:01:02.060Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38a73bb-fa09-474f-9355-d7c0a978be26 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:01:02.125Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:01:02.127Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:01:02.127Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:01:02.127Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Trying to download the artifact UUID: cf69a2f8-5fdf-4d66-8144-fc7c21d53796 from URL: /sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:02.128Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:01:02.128Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:02.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:01:02.384Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar cf69a2f8-5fdf-4d66-8144-fc7c21d53796 82642 2022-04-08T09:01:02.385Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar ASDC sendASDCNotification 2022-04-08T09:01:02.385Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:02.385Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:01:02.386Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:01:02.388Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:01:02.388Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408462385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:02.488Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:01:02.489Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:01:02.490Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:01:02.513Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:01:02.514Z||pool-227-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:01:03.389Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:01:03.390Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:01:03.390Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Trying to write artifact UUID: cf69a2f8-5fdf-4d66-8144-fc7c21d53796, URL: /sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar to file: /app/ASDC/1/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:03.391Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:03.392Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:03.392Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:03.537Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15280371996025073989/Definitions/service-DemoPnfM9irnv5nbofenvlssufg-template.yml 2022-04-08T09:01:04.692Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:01:04.692Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:01:04.693Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.693Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T09:01:04.693Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 88932b09-cbc0 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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.693Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.693Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.694Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.694Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.694Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.694Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?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-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.694Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:01:04.694Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.695Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.695Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Node template pNF 88932b09-cbc0 0 is matching search criteria 2022-04-08T09:01:04.696Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:01:04.696Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found topology templates [pNF 88932b09-cbc0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:01:04.697Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.697Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.697Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Node template pNF 88932b09-cbc0 0 is matching search criteria 2022-04-08T09:01:04.697Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:01:04.698Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found topology templates [pNF 88932b09-cbc0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:01:04.698Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.699Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.699Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.700Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.700Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.701Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.701Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.701Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.701Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.702Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.702Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_m9iRnv5NbOFEnVlSsUfG Description:catalog service description Model UUID:f38a73bb-fa09-474f-9355-d7c0a978be26 Model Version:NULL Model InvariantUuid:11e1a0ca-954e-4a6d-8700-62eeac30b9bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:01:04.709Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 98b7ab76-f24e-4eca-b717-50c5a102c82f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:01:04.714Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||pNF 88932b09-cbc0 0 2022-04-08T09:01:04.715Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 98b7ab76-f24e-4eca-b717-50c5a102c82f 2022-04-08T09:01:04.715Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||No resources found for Service: f38a73bb-fa09-474f-9355-d7c0a978be26 2022-04-08T09:01:04.716Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Preparing to deploy Service: f38a73bb-fa09-474f-9355-d7c0a978be26 2022-04-08T09:01:04.716Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 88932b09-cbc0 0 98b7ab76-f24e-4eca-b717-50c5a102c82f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:01:04.729Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b4948ae, org.onap.sdc.toscaparser.api.parameters.Input@599f3f7, org.onap.sdc.toscaparser.api.parameters.Input@52e53400, org.onap.sdc.toscaparser.api.parameters.Input@2564358f, org.onap.sdc.toscaparser.api.parameters.Input@347915b5] 2022-04-08T09:01:04.729Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.730Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.730Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500|| resourceSeq for service uuid f38a73bb-fa09-474f-9355-d7c0a978be26: pNF 88932b09-cbc0 2022-04-08T09:01:04.730Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Processing PNF resource: 98b7ab76-f24e-4eca-b717-50c5a102c82f 2022-04-08T09:01:04.731Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:01:04.731Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Service Demo_pNF_m9iRnv5NbOFEnVlSsUfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:01:04.732Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||Resource customization UUID: 30dd8312-b0ab-46bd-a2fb-901b3e660060 is the same as notified resource customizationUUID: 30dd8312-b0ab-46bd-a2fb-901b3e660060 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T09:01:04.824Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 88932b09-cbc0 98b7ab76-f24e-4eca-b717-50c5a102c82f 0 ASDC deployResourceStructure 2022-04-08T09:01:04.826Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar ASDC sendASDCNotification 2022-04-08T09:01:04.826Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar 2022-04-08T09:01:04.826Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:01:04.827Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:01:04.835Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:01:04.836Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408464825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:01:04.932Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-04-08T09:01:04.933Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:01:04.933Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:01:04.982Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:01:04.983Z||pool-228-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:01:05.837Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:01:05.853Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:01:05.857Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:01:05.857Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:01:05.857Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:01:35.858Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:01:35.874Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:01:35.878Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:01:35.879Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:01:35.879Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:01:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:01:53.382Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:01:53.382Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:01:53.419Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:01:53.421Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.421Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "NOTIFIED" } 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.422Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.423Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408393378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408401667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408406144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.424Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.425Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.425Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408407684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.425Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.425Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.425Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408409454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408410913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/vfw7332b935dddd0_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408411917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.426Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408412923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/resourceInstances/vfw7332b935dddd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408413928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408085439/1.0/artifacts/service-Vfw20220408085439-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.427Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.428Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.429Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.430Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.431Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.431Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.431Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.431Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.431Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.431Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.432Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.433Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.434Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.435Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408420080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.436Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408419892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.437Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408421440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408429034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.438Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408429068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.439Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.440Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.440Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.440Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.440Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "cds", "timestamp": 1649408430044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:01:53.453Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdb263b1-89c7-4106-bb23-eee4c7d49503 2022-04-08T09:01:53.453Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cdb263b1-89c7-4106-bb23-eee4c7d49503 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:01:53.464Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.465Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408430345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.465Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.465Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.465Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.465Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.465Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408431392, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.468Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.468Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.468Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "ves-openapi-manager", "timestamp": 1649408432396, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:01:53.475Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cdb263b1-89c7-4106-bb23-eee4c7d49503 2022-04-08T09:01:53.475Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cdb263b1-89c7-4106-bb23-eee4c7d49503 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:01:53.487Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.487Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.487Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.487Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "multicloud-k8s-id", "timestamp": 1649408425188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.488Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.489Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408428525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408436448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.490Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408437971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.491Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.491Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.491Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408430053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:01:53.491Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:01:53.491Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.491Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "aai-ml", "timestamp": 1649408437454, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:01:53.497Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cdb263b1-89c7-4106-bb23-eee4c7d49503 2022-04-08T09:01:53.497Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cdb263b1-89c7-4106-bb23-eee4c7d49503 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:01:53.508Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.509Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408438977, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.509Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.509Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.509Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "policy-id", "timestamp": 1649408439980, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:01:53.514Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdb263b1-89c7-4106-bb23-eee4c7d49503 2022-04-08T09:01:53.515Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cdb263b1-89c7-4106-bb23-eee4c7d49503 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408439758, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408442175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.527Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408443183, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:01:53.534Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdb263b1-89c7-4106-bb23-eee4c7d49503 2022-04-08T09:01:53.534Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId cdb263b1-89c7-4106-bb23-eee4c7d49503 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:01:53.547Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:01:53.548Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "701d5d57-7286-4797-92ae-390a1e1b0cb8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408449185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:01:53.548Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:02:05.880Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:02:05.895Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:02:05.899Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:02:05.899Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:02:05.900Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:02:05.900Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:02:05.900Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T09:02:05.900Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:02:05.901Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:02:05.909Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:02:35.910Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:02:35.926Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdb263b1-89c7-4106-bb23-eee4c7d49503 and serviceModelVersionId: f38a73bb-fa09-474f-9355-d7c0a978be26 2022-04-08T09:02:35.926Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11e1a0ca-954e-4a6d-8700-62eeac30b9bb 2022-04-08T09:02:35.929Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0 2022-04-08T09:02:35.939Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/865161eb-18cb-4a0e-9615-a1b10173036e/model-vers/model-ver/562161b9-52ab-4694-835b-c05a20badcff?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T09:02:36.020Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Invoke 2022-04-08T09:02:36.021Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f0f8ece-a12e-4f75-a1d7-59a8f9d2714a], X-ECOMP-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], X-TransactionId=[], X-ONAP-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], Content-Type=[application/merge-patch+json]} 2022-04-08T09:02:37.545Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Invoke 2022-04-08T09:02:37.546Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7d1b3cd-39d5-4482-9cd6-52683bbe19b3], X-ECOMP-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], X-TransactionId=[], X-ONAP-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], Content-Type=[application/merge-patch+json]} 2022-04-08T09:02:39.090Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Invoke 2022-04-08T09:02:39.092Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17c09d7e-2f18-4a90-b915-e08cd8dffb1d], X-ECOMP-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], X-TransactionId=[], X-ONAP-RequestID=[cdb263b1-89c7-4106-bb23-eee4c7d49503], Content-Type=[application/merge-patch+json]} 2022-04-08T09:02:40.118Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:02:40.119Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T09:02:40.119Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:02:40.119Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:02:40.126Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:02:40.127Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdb263b1-89c7-4106-bb23-eee4c7d49503 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:02:40.127Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:02:40.128Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:02:40.132Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:02:40.133Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408560127, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:02:40.237Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-08T09:02:40.239Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:02:40.240Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:02:40.272Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:02:40.273Z||pool-229-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:02:41.158Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:02:41.159Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:02:41.159Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:02:50.732Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:02:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:02:53.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:02:53.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:02:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:02:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:02:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:02:53.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:02:53.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/resourceInstances/pnf88932b09cbc00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:02:53.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408453378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:02:53.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-08T09:02:53.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408462385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:02:53.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:02:53.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:02:53.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408464825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM9irnv5nbofenvlssufg/1.0/artifacts/service-DemoPnfM9irnv5nbofenvlssufg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:02:53.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:03:02.997Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:03:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:03:53.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:03:53.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:03:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:03:53.381Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:03:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:03:53.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:03:53.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-08T09:03:53.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdb263b1-89c7-4106-bb23-eee4c7d49503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408560127, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:03:53.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:04:02.956Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:04:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:04:53.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:04:53.379Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:04:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:04:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:04:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:05:02.971Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:05:02.995Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:05:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:05:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:05:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:05:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:05:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:05:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:06:02.986Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:06:02.987Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:06:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:06:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:06:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:06:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:06:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:06:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:07:02.999Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:07:03.001Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:07:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:07:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:07:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:07:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:07:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:07:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:02.988Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:03.008Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:53.378Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:08:53.380Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:08:53.380Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:53.381Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:08:53.381Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:08:53.381Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:53.517Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:53.519Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.519Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.521Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.521Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.521Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.521Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.521Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.521Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.522Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.522Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.522Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.523Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.523Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.523Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.524Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.524Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.524Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.524Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.525Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.525Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.525Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.525Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.526Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.526Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.526Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.526Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.527Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:53.527Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:53.527Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:53.527Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:08:54.018Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:54.019Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||received message from topic 2022-04-08T09:08:54.019Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"556a1b7f-6c6b-4f66-bd55-ec3a267a9e11","serviceName":"Demo_pNF_Mb7cbJ44i8PuGTYzgy1f","serviceVersion":"1.0","serviceUUID":"d09aabbd-1640-4a00-a85c-a0af07d4784b","serviceDescription":"catalog service description","serviceInvariantUUID":"36de9e15-2226-4c05-b2b2-d8d145aea631","resources":[{"resourceInstanceName":"pNF e69fe1c5-0635 0","resourceName":"pNF e69fe1c5-0635","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e53faff9-03e0-4fae-94a6-b5036684abd2","resourceInvariantUUID":"b8351120-816e-4056-90d6-6fbfd8f38120","resourceCustomizationUUID":"918f5e98-7323-4b3c-9d07-0db136c0a3b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml","artifactChecksum":"NzgxN2U3MTgyNTI3ODk4OGUyOWY1YjkyYzAwNGM0MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b889017-ef0b-41ac-9eb5-c089bae8bdd2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3671262-2343-4cdc-a247-aad817088035","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0de06cc9-e9a3-456f-a559-a7cdc72f62f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml","artifactChecksum":"MzYwMmM1NWIyM2Q2ZDJjODQ5MGNlYWRkMGQ5YWM0Zjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8fbdb67-dc38-4c26-b069-b6277abeda71","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5658afeb-7ccf-4ae1-84a1-f845825b05ee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11e8a544-8aaa-42f7-ab4c-490938f35014","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml","artifactChecksum":"NWE5OTkyODg5M2U0Y2VkM2IwMDcxOTRlNjJiZDk5MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0de6b957-c926-40f9-9e3a-2eda299f0e8e","artifactVersion":"1"},{"artifactName":"service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar","artifactChecksum":"Y2QwMmU4Y2E2NWIxM2I2ZjE1OTUzNGM1MGY0MjMzZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa35e3a2-a0e0-42cb-97af-3363c6314c5a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T09:08:54.028Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:08:54.029Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:08:54.034Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:08:54.035Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:54.134Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T09:08:54.135Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:08:54.136Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:54.154Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:54.155Z||pool-230-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:08:55.035Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:08:55.037Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:08:55.040Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:08:55.040Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:55.140Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T09:08:55.141Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:08:55.141Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:55.153Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:55.153Z||pool-231-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:08:56.041Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:08:56.042Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:08:56.045Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:08:56.045Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:56.145Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:08:56.146Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:08:56.146Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:56.181Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:56.182Z||pool-232-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:08:57.045Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:08:57.046Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:08:57.048Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:08:57.049Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:57.150Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:08:57.152Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:08:57.152Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:57.181Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:57.181Z||pool-233-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:08:58.049Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:08:58.050Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:08:58.054Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:08:58.054Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:58.154Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:08:58.155Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:08:58.155Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:58.186Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:58.187Z||pool-234-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:08:59.055Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:08:59.056Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:08:59.058Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:08:59.059Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:08:59.159Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:08:59.160Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:08:59.160Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:08:59.191Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:08:59.191Z||pool-235-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:09:00.059Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:09:00.063Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:09:00.069Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:09:00.070Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:09:00.167Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-08T09:09:00.168Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:09:00.168Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:09:00.187Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:09:00.188Z||pool-236-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:09:01.071Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:09:01.072Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:09:01.075Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:09:01.075Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:09:01.177Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-08T09:09:01.178Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:09:01.178Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:09:01.230Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:09:01.231Z||pool-237-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:09:02.077Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||sending notification to client: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "serviceName": "Demo_pNF_Mb7cbJ44i8PuGTYzgy1f", "serviceVersion": "1.0", "serviceUUID": "d09aabbd-1640-4a00-a85c-a0af07d4784b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "36de9e15-2226-4c05-b2b2-d8d145aea631", "resources": [ { "resourceInstanceName": "pNF e69fe1c5-0635 0", "resourceCustomizationUUID": "918f5e98-7323-4b3c-9d07-0db136c0a3b8", "resourceName": "pNF e69fe1c5-0635", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e53faff9-03e0-4fae-94a6-b5036684abd2", "resourceInvariantUUID": "b8351120-816e-4056-90d6-6fbfd8f38120", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "artifactChecksum": "Y2QwMmU4Y2E2NWIxM2I2ZjE1OTUzNGM1MGY0MjMzZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa35e3a2-a0e0-42cb-97af-3363c6314c5a" } ], "workloadContext": "Production" } 2022-04-08T09:09:02.077Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:09:02.078Z|cdb263b1-89c7-4106-bb23-eee4c7d49503|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d09aabbd-1640-4a00-a85c-a0af07d4784b ASDC 2022-04-08T09:09:02.078Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||ASDC Notification: DistributionID:556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 ServiceName:Demo_pNF_Mb7cbJ44i8PuGTYzgy1f ServiceVersion:1.0 ServiceUUID:d09aabbd-1640-4a00-a85c-a0af07d4784b ServiceInvariantUUID:36de9e15-2226-4c05-b2b2-d8d145aea631 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar ArtifactUUID:aa35e3a2-a0e0-42cb-97af-3363c6314c5a ArtifactChecksum:Y2QwMmU4Y2E2NWIxM2I2ZjE1OTUzNGM1MGY0MjMzZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e69fe1c5-0635 0 ResourceCustomizationUUID:918f5e98-7323-4b3c-9d07-0db136c0a3b8 ResourceInvariantUUID:b8351120-816e-4056-90d6-6fbfd8f38120 ResourceName:pNF e69fe1c5-0635 ResourceType:PNF ResourceUUID:e53faff9-03e0-4fae-94a6-b5036684abd2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T09:09:02.079Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d09aabbd-1640-4a00-a85c-a0af07d4784b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:09:02.130Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:09:02.132Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:09:02.132Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:09:02.132Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Trying to download the artifact UUID: aa35e3a2-a0e0-42cb-97af-3363c6314c5a from URL: /sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:02.132Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:09:02.133Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:02.361Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:09:02.368Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar aa35e3a2-a0e0-42cb-97af-3363c6314c5a 82660 2022-04-08T09:09:02.368Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar ASDC sendASDCNotification 2022-04-08T09:09:02.369Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:02.369Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:09:02.369Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:09:02.374Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:09:02.374Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408942368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:09:02.474Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:09:02.475Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:09:02.475Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:09:02.514Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:09:02.515Z||pool-238-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:09:03.407Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:09:03.420Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:09:03.420Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Trying to write artifact UUID: aa35e3a2-a0e0-42cb-97af-3363c6314c5a, URL: /sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar to file: /app/ASDC/1/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:03.421Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:03.421Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:03.421Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:03.613Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9135784106230958617/Definitions/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml 2022-04-08T09:09:04.686Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:09:04.687Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:09:04.687Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.687Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e69fe1c5-0635 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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?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-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.688Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:09:04.689Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.689Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.690Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Node template pNF e69fe1c5-0635 0 is matching search criteria 2022-04-08T09:09:04.690Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:09:04.690Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found topology templates [pNF e69fe1c5-0635 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:09:04.691Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.691Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.691Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Node template pNF e69fe1c5-0635 0 is matching search criteria 2022-04-08T09:09:04.691Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:09:04.692Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found topology templates [pNF e69fe1c5-0635 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:09:04.692Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.692Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.692Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.693Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.693Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.693Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.693Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.693Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.693Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.694Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.694Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Mb7cbJ44i8PuGTYzgy1f Description:catalog service description Model UUID:d09aabbd-1640-4a00-a85c-a0af07d4784b Model Version:NULL Model InvariantUuid:36de9e15-2226-4c05-b2b2-d8d145aea631 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:09:04.703Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: e53faff9-03e0-4fae-94a6-b5036684abd2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:09:04.709Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||pNF e69fe1c5-0635 0 2022-04-08T09:09:04.710Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: e53faff9-03e0-4fae-94a6-b5036684abd2 2022-04-08T09:09:04.710Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||No resources found for Service: d09aabbd-1640-4a00-a85c-a0af07d4784b 2022-04-08T09:09:04.710Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Preparing to deploy Service: d09aabbd-1640-4a00-a85c-a0af07d4784b 2022-04-08T09:09:04.710Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e69fe1c5-0635 0 e53faff9-03e0-4fae-94a6-b5036684abd2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:09:04.717Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65da792a, org.onap.sdc.toscaparser.api.parameters.Input@1d2107da, org.onap.sdc.toscaparser.api.parameters.Input@31c11e67, org.onap.sdc.toscaparser.api.parameters.Input@3fb7674b, org.onap.sdc.toscaparser.api.parameters.Input@9925abe] 2022-04-08T09:09:04.717Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.717Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.718Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500|| resourceSeq for service uuid d09aabbd-1640-4a00-a85c-a0af07d4784b: pNF e69fe1c5-0635 2022-04-08T09:09:04.718Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Processing PNF resource: e53faff9-03e0-4fae-94a6-b5036684abd2 2022-04-08T09:09:04.718Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:09:04.719Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Service Demo_pNF_Mb7cbJ44i8PuGTYzgy1f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:09:04.719Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||Resource customization UUID: 918f5e98-7323-4b3c-9d07-0db136c0a3b8 is the same as notified resource customizationUUID: 918f5e98-7323-4b3c-9d07-0db136c0a3b8 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T09:09:04.769Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e69fe1c5-0635 e53faff9-03e0-4fae-94a6-b5036684abd2 0 ASDC deployResourceStructure 2022-04-08T09:09:04.770Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar ASDC sendASDCNotification 2022-04-08T09:09:04.770Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar 2022-04-08T09:09:04.770Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:09:04.770Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:09:04.772Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:09:04.772Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408944770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:09:04.873Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:09:04.873Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:09:04.873Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:09:04.894Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:09:04.895Z||pool-239-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:09:05.773Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:09:05.790Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:09:05.793Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:09:05.793Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:09:05.793Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:09:35.794Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:09:35.805Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:09:35.807Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:09:35.807Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:09:35.807Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:09:53.381Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:09:53.382Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:09:53.382Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:09:53.433Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:09:53.434Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:09:53.434Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:09:53.435Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:10:05.808Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:10:05.828Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:10:05.834Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:10:05.834Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:10:05.834Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:10:35.838Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:10:35.861Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:10:35.864Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:10:35.865Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:10:35.865Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:10:53.381Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:10:53.382Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:10:53.382Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:10:53.436Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:10:53.436Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:10:53.436Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:10:53.437Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:10:53.438Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:10:53.438Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:10:53.438Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:10:53.438Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:10:53.439Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:10:53.439Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:10:53.439Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:10:53.439Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:10:53.440Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:05.865Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:11:05.883Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:11:05.896Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:11:05.896Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:11:05.896Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:11:35.896Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:11:35.907Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:11:35.909Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:11:35.909Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:11:35.909Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:11:53.384Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:11:53.385Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:11:53.386Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:11:53.935Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:11:53.937Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.938Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.939Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.939Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.939Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.939Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.940Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.940Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.940Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.941Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.941Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.941Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.941Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.941Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.942Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.942Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.942Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.943Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.943Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.943Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.944Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.944Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.944Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.944Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.945Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.945Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.946Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.946Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.946Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.947Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.947Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.947Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.948Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.948Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.949Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.949Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.949Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.949Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.949Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.950Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.951Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.951Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.951Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.951Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.951Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.951Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.952Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.953Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.954Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.954Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.954Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.954Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.955Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.955Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.955Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408921440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.955Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.956Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.956Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408930081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:11:53.956Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.957Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.957Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408929892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:11:53.957Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.957Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.957Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "multicloud-k8s-id", "timestamp": 1649408925188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:11:53.958Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.958Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.958Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408928525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:11:53.959Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.959Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.959Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.959Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.959Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.960Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408939897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:11:53.960Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:53.960Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.960Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408939937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408939289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408939844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:11:53.961Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408940904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408940975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408933378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.962Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "cds", "timestamp": 1649408940850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:11:53.972Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 2022-04-08T09:11:53.972Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:11:53.984Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.985Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "policy-id", "timestamp": 1649408941909, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:11:53.991Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 2022-04-08T09:11:53.991Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:11:53.999Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:53.999Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "ves-openapi-manager", "timestamp": 1649408941982, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:11:54.004Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 2022-04-08T09:11:54.005Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:11:54.013Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408942368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.014Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649408944770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:54.015Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/resourceInstances/pnfe69fe1c506350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408946586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408940053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.016Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "aai-ml", "timestamp": 1649408947594, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:11:54.022Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 2022-04-08T09:11:54.023Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:11:54.031Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408949369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408951711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMb7cbj44i8pugtyzgy1f/1.0/artifacts/service-DemoPnfMb7cbj44i8pugtyzgy1f-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:11:54.032Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649408952717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:11:54.038Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 2022-04-08T09:11:54.039Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:12:05.909Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:12:05.932Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:12:05.937Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:12:05.938Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:12:05.938Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:12:05.939Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:12:05.939Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T09:12:05.940Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:12:05.940Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:12:05.954Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:12:35.955Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:12:35.966Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@522514a4 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=6546) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor199.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-08T09:12:35.968Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-08T09:12:35.969Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|ERROR|500||(conn=6546) WSREP has not yet prepared node for application use 2022-04-08T09:12:35.979Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-08T09:12:35.979Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|ERROR|500||Exception occurred org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor199.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=6546) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-04-08T09:12:35.980Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-08T09:12:35.981Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:12:35.989Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:12:35.989Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 556a1b7f-6c6b-4f66-bd55-ec3a267a9e11 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-08T09:12:35.990Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:12:35.991Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:12:35.993Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:12:35.993Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|DEBUG|500||try to send status { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409155990, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-04-08T09:12:36.093Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:12:36.094Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:12:36.094Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:12:36.112Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:12:36.113Z||pool-240-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:12:37.019Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:12:37.020Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:12:37.020Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:12:47.325Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:12:47.326Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:12:47.326Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:12:47.326Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:12:53.381Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:12:53.382Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:12:53.382Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:12:54.025Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:12:54.026Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||received message from topic 2022-04-08T09:12:54.026Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "556a1b7f-6c6b-4f66-bd55-ec3a267a9e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409155990, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet" } 2022-04-08T09:12:54.027Z|59b9d082-dea8-44ad-92be-af01fd8ca10e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7924a05e-03b9-4f79-be81-8a4266a8c719/model-vers/model-ver/cd5fe334-9ad1-4712-a92d-4acf9ed88df6?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:12:56.894Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:12:56.894Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:12:56.895Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:12:56.895Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:06.495Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:06.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:13:06.497Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:13:06.497Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:16.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:13:53.378Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:13:53.379Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:13:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:13:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:53.526Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:53.527Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.527Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.528Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.528Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.528Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.528Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOTIFIED" } 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.529Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.530Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.531Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.532Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.533Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "ves-openapi-manager", "timestamp": 1649409221440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.534Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409225188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.535Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:53.536Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:13:53.536Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:53.536Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:13:54.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:54.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-08T09:13:54.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6553700e-864d-4bf0-ad92-cc212eaa4ac4","serviceName":"vFW 2022-04-08 09-09-26","serviceVersion":"1.0","serviceUUID":"465aa05e-1b7d-42d7-be26-0cf5bc9175c2","serviceDescription":"catalog service description","serviceInvariantUUID":"cfedf77d-d441-4065-8c51-c271bf6f736c","resources":[{"resourceInstanceName":"vFW 7590d4c0-0a96 0","resourceName":"vFW 7590d4c0-0a96","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff22e358-9eb6-453b-a46c-441e69ea0924","resourceInvariantUUID":"85b265a8-cde8-488d-8a79-34322a3aed4f","resourceCustomizationUUID":"d1bd73b0-c7e2-4f60-8699-1cab47cba011","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml","artifactChecksum":"MTFmNzY5NTUzYmUwZjg3NjU2NTdmNTk3OWM3NzQ0ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e10d051-0df2-4c93-a69b-32ca2bc8da9f","artifactVersion":"1"},{"artifactName":"vfw7590d4c00a960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json","artifactChecksum":"ZGRhMjRiODA4ZjJlYTE4YTY3MTkxYmRmZDEyMmJkY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5cf6a57-b603-49f9-aec5-6044bb9d46ef","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8f5c2a3-41fb-41ba-ac9d-1cc4889069de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml","artifactChecksum":"Y2E2ZDMzMTEzM2IwM2ViNGE4ZWRlYzNlNWM1OThlYWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7a093120-3b07-423c-a4a0-2dd66f17b148","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5460ba0f-7363-43dd-b5fd-cb6873390f8b","artifactVersion":"2","generatedFromUUID":"e8f5c2a3-41fb-41ba-ac9d-1cc4889069de"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408090926-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml","artifactChecksum":"ODVhMDA4ODlhN2RmZjEwN2JmMmU5NTk1N2E5YTZhMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e99fc4b-ba12-41bf-87f4-5ff825ace83c","artifactVersion":"1"},{"artifactName":"service-Vfw20220408090926-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar","artifactChecksum":"OTcyMmJhNDFjMDU1NTllMjBhZDUyMjY1MjBiNjExMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c8eb88c-ffa4-4684-9a4f-dd7fcfbca8cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T09:13:54.020Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:13:54.020Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:13:54.023Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:13:54.023Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:54.124Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:13:54.125Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:13:54.125Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:54.138Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:54.138Z||pool-241-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:13:55.024Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:13:55.025Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:13:55.027Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:13:55.027Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOTIFIED" } 2022-04-08T09:13:55.127Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:13:55.128Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:13:55.128Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:55.151Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:55.151Z||pool-242-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:13:56.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:13:56.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:13:56.035Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:13:56.036Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:13:56.136Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:13:56.137Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:13:56.137Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:56.167Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:56.168Z||pool-243-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:13:57.036Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:13:57.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:13:57.039Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:13:57.039Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:57.140Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:13:57.140Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:13:57.140Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:57.154Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:57.154Z||pool-244-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:13:58.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:13:58.043Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:13:58.046Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:13:58.047Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:13:58.147Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:13:58.148Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:13:58.148Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:58.186Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:58.187Z||pool-245-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:13:59.047Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:13:59.048Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:13:59.051Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:13:59.051Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:13:59.156Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-08T09:13:59.157Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:13:59.158Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:13:59.187Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:13:59.188Z||pool-246-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:00.051Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:14:00.054Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:00.056Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:00.057Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:14:00.158Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:00.163Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:00.163Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:00.194Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:00.195Z||pool-247-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:01.057Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "serviceName": "vFW 2022-04-08 09-09-26", "serviceVersion": "1.0", "serviceUUID": "465aa05e-1b7d-42d7-be26-0cf5bc9175c2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cfedf77d-d441-4065-8c51-c271bf6f736c", "resources": [ { "resourceInstanceName": "vFW 7590d4c0-0a96 0", "resourceCustomizationUUID": "d1bd73b0-c7e2-4f60-8699-1cab47cba011", "resourceName": "vFW 7590d4c0-0a96", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ff22e358-9eb6-453b-a46c-441e69ea0924", "resourceInvariantUUID": "85b265a8-cde8-488d-8a79-34322a3aed4f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7590d4c00a960_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "artifactChecksum": "ZGRhMjRiODA4ZjJlYTE4YTY3MTkxYmRmZDEyMmJkY2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5cf6a57-b603-49f9-aec5-6044bb9d46ef", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e8f5c2a3-41fb-41ba-ac9d-1cc4889069de", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5460ba0f-7363-43dd-b5fd-cb6873390f8b", "generatedFromUUID": "e8f5c2a3-41fb-41ba-ac9d-1cc4889069de" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5460ba0f-7363-43dd-b5fd-cb6873390f8b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408090926-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "artifactChecksum": "OTcyMmJhNDFjMDU1NTllMjBhZDUyMjY1MjBiNjExMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6c8eb88c-ffa4-4684-9a4f-dd7fcfbca8cd" } ], "workloadContext": "Production" } 2022-04-08T09:14:01.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:14:01.058Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 465aa05e-1b7d-42d7-be26-0cf5bc9175c2 ASDC 2022-04-08T09:14:01.060Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6553700e-864d-4bf0-ad92-cc212eaa4ac4 ServiceName:vFW 2022-04-08 09-09-26 ServiceVersion:1.0 ServiceUUID:465aa05e-1b7d-42d7-be26-0cf5bc9175c2 ServiceInvariantUUID:cfedf77d-d441-4065-8c51-c271bf6f736c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408090926-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar ArtifactUUID:6c8eb88c-ffa4-4684-9a4f-dd7fcfbca8cd ArtifactChecksum:OTcyMmJhNDFjMDU1NTllMjBhZDUyMjY1MjBiNjExMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7590d4c0-0a96 0 ResourceCustomizationUUID:d1bd73b0-c7e2-4f60-8699-1cab47cba011 ResourceInvariantUUID:85b265a8-cde8-488d-8a79-34322a3aed4f ResourceName:vFW 7590d4c0-0a96 ResourceType:VF ResourceUUID:ff22e358-9eb6-453b-a46c-441e69ea0924 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7590d4c00a960_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json ArtifactUUID:b5cf6a57-b603-49f9-aec5-6044bb9d46ef ArtifactChecksum:ZGRhMjRiODA4ZjJlYTE4YTY3MTkxYmRmZDEyMmJkY2M= 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/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml ArtifactUUID:e8f5c2a3-41fb-41ba-ac9d-1cc4889069de 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/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env ArtifactUUID:5460ba0f-7363-43dd-b5fd-cb6873390f8b 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/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env ArtifactUUID:5460ba0f-7363-43dd-b5fd-cb6873390f8b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T09:14:01.060Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 465aa05e-1b7d-42d7-be26-0cf5bc9175c2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:14:01.099Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:14:01.100Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-08T09:14:01.100Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-08T09:14:01.100Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c8eb88c-ffa4-4684-9a4f-dd7fcfbca8cd from URL: /sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:01.100Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-08T09:14:01.100Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:01.382Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-08T09:14:01.389Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar 6c8eb88c-ffa4-4684-9a4f-dd7fcfbca8cd 98910 2022-04-08T09:14:01.390Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar ASDC sendASDCNotification 2022-04-08T09:14:01.390Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:01.390Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:14:01.390Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:01.392Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:01.392Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409241390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:14:01.493Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:14:01.494Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:01.494Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:01.534Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:01.535Z||pool-248-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:14:02.396Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:14:02.397Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-08T09:14:02.398Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6c8eb88c-ffa4-4684-9a4f-dd7fcfbca8cd, URL: /sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar to file: /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:02.398Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408090926-csar.csar 2022-04-08T09:14:02.399Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:02.399Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:02.592Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13585989906204630260/Definitions/service-Vfw20220408090926-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-08T09:14:05.298Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|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-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.299Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|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-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7590d4c0-0a96 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-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.300Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|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-Vfw20220408090926-csar.csar 2022-04-08T09:14:05.301Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-08T09:14:05.301Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.301Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.301Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:05.301Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-08T09:14:05.302Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:14:05.302Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.302Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.302Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:05.302Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-08T09:14:05.303Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:14:05.303Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.303Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.303Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.303Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:05.304Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:05.304Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:05.304Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:14:05.304Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.304Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.304Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.305Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:14:05.305Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:14:05.305Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:14:05.305Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.305Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.305Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:14:05.306Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.306Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:14:05.306Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.306Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T09:14:05.306Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.306Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T09:14:05.307Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.307Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:05.307Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:05.307Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.308Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:05.308Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:05.308Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.308Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:05.308Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:05.308Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.309Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:05.309Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:05.309Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:05.309Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T09:14:05.309Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:14:05.309Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:14:05.310Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.310Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.310Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:14:05.310Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.310Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:14:05.310Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.311Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c07bc21-0f5b-40e0-ae16-9d563084afc1 2022-04-08T09:14:05.311Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.311Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:05.311Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:05.311Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:05.312Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:14:05.312Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.312Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.312Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.312Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:14:05.312Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T09:14:05.313Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:14:05.313Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.313Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:14:05.313Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.313Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=59989ad4-2240-494c-931b-425c537374ee 2022-04-08T09:14:05.313Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.314Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:05.314Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:05.314Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:05.314Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:14:05.314Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.314Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.315Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.315Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:14:05.315Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:14:05.315Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:14:05.315Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:05.315Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:05.316Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T09:14:05.316Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f8a97a55-8884-4a13-9c58-ab4f93fb354d 2022-04-08T09:14:05.316Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.316Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.316Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.317Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.317Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.317Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.317Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:05.317Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:05.317Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 09-09-26 Description:catalog service description Model UUID:465aa05e-1b7d-42d7-be26-0cf5bc9175c2 Model Version:NULL Model InvariantUuid:cfedf77d-d441-4065-8c51-c271bf6f736c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7590d4c0-0a96 Model UUID:95451fb6-5018-4cb7-9fdb-b648dffd526f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:85b265a8-cde8-488d-8a79-34322a3aed4f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d1bd73b0-c7e2-4f60-8699-1cab47cba011 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5d0ae9cf-e77f-4d48-8ddd-f9fd95bdeefd ModelName:Vfw7590d4c00a96..base_vfw..module-0 ModelUuid:39f10800-945d-4893-9c44-7d872dba4877 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0c07bc21-0f5b-40e0-ae16-9d563084afc1 ModelInvariantUuid:7e56bfa7-b186-42c1-8e92-cb4fea1c4d41 ModelName:vFW 7590d4c0-0a96-nodes.vfwCvfc ModelUuid:e037fdfa-b083-4551-9f03-3863c977a8ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c6c31cf4-611c-42d1-aa56-79bdb4fbaa2c ModelInvariantUuid:176fe881-b5f1-4647-b4d8-b017304ce25c ModelName:Vfw7590d4c00a96.compute.nodes.heat.vfw ModelUuid:63afb80e-8799-48b6-a5a1-fc70cc65f1b2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:59989ad4-2240-494c-931b-425c537374ee ModelInvariantUuid:e12fb228-1e58-4729-bf18-0ebf28be17fc ModelName:vFW 7590d4c0-0a96-nodes.vsnCvfc ModelUuid:5ed614f8-4cca-4e79-8bf8-aae98afa9cd0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:43025f28-a447-4a8b-b21c-b15ddcd5169b ModelInvariantUuid:14f6705d-9894-44d6-9c49-61f2158838b2 ModelName:Vfw7590d4c00a96.compute.nodes.heat.vsn ModelUuid:5a9ba32c-737b-4e98-82de-06580587d3f8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f8a97a55-8884-4a13-9c58-ab4f93fb354d ModelInvariantUuid:dc8abf04-98f0-4cca-b7e2-b3992ce501b0 ModelName:vFW 7590d4c0-0a96-nodes.vpgCvfc ModelUuid:c05d52a2-f839-464b-aa5d-9cc2c35da1ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d39e3eb6-f7c2-4ff3-82f0-7699c65d7f78 ModelInvariantUuid:dbb1cb20-75da-407d-9d82-6ba105d3a27e ModelName:Vfw7590d4c00a96.compute.nodes.heat.vpg ModelUuid:a7a74abe-860b-4ccb-8c07-fd4ab8a69e8d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:14:05.332Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ff22e358-9eb6-453b-a46c-441e69ea0924 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:14:05.336Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||vFW 7590d4c0-0a96 0 2022-04-08T09:14:05.336Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff22e358-9eb6-453b-a46c-441e69ea0924 2022-04-08T09:14:05.336Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b5cf6a57-b603-49f9-aec5-6044bb9d46ef from URL: /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json 2022-04-08T09:14:05.336Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-08T09:14:05.336Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json 2022-04-08T09:14:05.876Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-08T09:14:05.877Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json b5cf6a57-b603-49f9-aec5-6044bb9d46ef 785 2022-04-08T09:14:05.877Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json ASDC sendASDCNotification 2022-04-08T09:14:05.877Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json 2022-04-08T09:14:05.877Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:14:05.878Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:05.880Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:05.880Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409245877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:14:05.980Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:05.981Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:05.981Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:06.000Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:06.001Z||pool-249-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:06.880Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7590d4c00a96..base_vfw..module-0", "vfModuleModelInvariantUUID": "5d0ae9cf-e77f-4d48-8ddd-f9fd95bdeefd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39f10800-945d-4893-9c44-7d872dba4877", "vfModuleModelCustomizationUUID": "93ff03e2-3c54-4cab-be9d-7689368b82a4", "isBase": true, "artifacts": [ "e8f5c2a3-41fb-41ba-ac9d-1cc4889069de", "5460ba0f-7363-43dd-b5fd-cb6873390f8b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T09:14:06.884Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7590d4c00a96..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39f10800-945d-4893-9c44-7d872dba4877 VfModuleModelInvariantUUID:5d0ae9cf-e77f-4d48-8ddd-f9fd95bdeefd VfModuleModelDescription:NULL Artifacts UUID List:{ e8f5c2a3-41fb-41ba-ac9d-1cc4889069de , 5460ba0f-7363-43dd-b5fd-cb6873390f8b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T09:14:06.886Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7590d4c00a96..base_vfw..module-0", "vfModuleModelInvariantUUID": "5d0ae9cf-e77f-4d48-8ddd-f9fd95bdeefd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39f10800-945d-4893-9c44-7d872dba4877", "vfModuleModelCustomizationUUID": "93ff03e2-3c54-4cab-be9d-7689368b82a4", "isBase": true, "artifacts": [ "e8f5c2a3-41fb-41ba-ac9d-1cc4889069de", "5460ba0f-7363-43dd-b5fd-cb6873390f8b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T09:14:06.887Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7590d4c00a96..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39f10800-945d-4893-9c44-7d872dba4877 VfModuleModelInvariantUUID:5d0ae9cf-e77f-4d48-8ddd-f9fd95bdeefd VfModuleModelDescription:NULL Artifacts UUID List:{ e8f5c2a3-41fb-41ba-ac9d-1cc4889069de , 5460ba0f-7363-43dd-b5fd-cb6873390f8b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T09:14:06.887Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e8f5c2a3-41fb-41ba-ac9d-1cc4889069de from URL: /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml 2022-04-08T09:14:06.887Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-08T09:14:06.887Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml 2022-04-08T09:14:07.588Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-08T09:14:07.588Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml e8f5c2a3-41fb-41ba-ac9d-1cc4889069de 20368 2022-04-08T09:14:07.589Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T09:14:07.589Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml 2022-04-08T09:14:07.589Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:14:07.589Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:07.591Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:07.591Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409247589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:14:07.691Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:07.692Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:07.693Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:07.721Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:07.721Z||pool-250-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:08.592Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5460ba0f-7363-43dd-b5fd-cb6873390f8b from URL: /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env 2022-04-08T09:14:08.592Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-08T09:14:08.592Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env 2022-04-08T09:14:09.072Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-08T09:14:09.073Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env 5460ba0f-7363-43dd-b5fd-cb6873390f8b 2098 2022-04-08T09:14:09.073Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T09:14:09.073Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env 2022-04-08T09:14:09.074Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:14:09.074Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:09.077Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:09.077Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409249073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:14:09.177Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:09.178Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:09.178Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:09.195Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:09.196Z||pool-251-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:10.077Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 465aa05e-1b7d-42d7-be26-0cf5bc9175c2 2022-04-08T09:14:10.083Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7590d4c0-0a96 0 ff22e358-9eb6-453b-a46c-441e69ea0924 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:14:10.104Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ef62f72, org.onap.sdc.toscaparser.api.parameters.Input@4804becf, org.onap.sdc.toscaparser.api.parameters.Input@3c77cb65, org.onap.sdc.toscaparser.api.parameters.Input@644d0dff, org.onap.sdc.toscaparser.api.parameters.Input@5bff23bb] 2022-04-08T09:14:10.106Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.106Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.106Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-08T09:14:10.106Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d1bd73b0-c7e2-4f60-8699-1cab47cba011 2022-04-08T09:14:10.106Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1bd73b0-c7e2-4f60-8699-1cab47cba011 matches Tosca VF Customization UUID: d1bd73b0-c7e2-4f60-8699-1cab47cba011 2022-04-08T09:14:10.106Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d1bd73b0-c7e2-4f60-8699-1cab47cba011 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T09:14:10.110Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.111Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.112Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d1bd73b0-c7e2-4f60-8699-1cab47cba011: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T09:14:10.112Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38e01404 2022-04-08T09:14:10.112Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.112Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T09:14:10.112Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93ff03e2-3c54-4cab-be9d-7689368b82a4 2022-04-08T09:14:10.113Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93ff03e2-3c54-4cab-be9d-7689368b82a4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T09:14:10.118Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.118Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:10.119Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:10.119Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.119Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:10.119Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:10.120Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.120Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:10.120Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:10.120Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:10.120Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T09:14:10.121Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:14:10.121Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:14:10.121Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.121Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:10.122Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:14:10.122Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:10.122Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:14:10.122Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.123Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c07bc21-0f5b-40e0-ae16-9d563084afc1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:14:10.127Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.128Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:10.128Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:10.128Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.128Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:10.129Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:10.129Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:10.129Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:14:10.129Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:10.129Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.129Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.130Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:14:10.130Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T09:14:10.130Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:14:10.130Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:10.130Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:14:10.130Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.131Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=59989ad4-2240-494c-931b-425c537374ee Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:14:10.134Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.134Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:10.135Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:10.135Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.135Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is not matching search criteria 2022-04-08T09:14:10.135Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:14:10.135Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:14:10.135Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:14:10.136Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:10.136Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.136Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.136Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:14:10.136Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:14:10.137Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:14:10.137Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:14:10.137Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:14:10.137Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T09:14:10.137Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f8a97a55-8884-4a13-9c58-ab4f93fb354d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:14:10.141Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.141Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:10.141Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:14:10.141Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.141Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Node template vFW 7590d4c0-0a96 0 is matching search criteria 2022-04-08T09:14:10.142Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7590d4c0-0a96 0] matching following query criteria: sdcType=VF, customizationUUID=d1bd73b0-c7e2-4f60-8699-1cab47cba011 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:14:10.150Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.150Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.151Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 465aa05e-1b7d-42d7-be26-0cf5bc9175c2: vFW 7590d4c0-0a96 2022-04-08T09:14:10.151Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.151Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.151Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.152Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.152Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.152Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.152Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.152Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.153Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:14:10.153Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-08 09-09-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:14:10.153Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-08 09-09-26 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:14:10.389Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7590d4c0-0a96 ff22e358-9eb6-453b-a46c-441e69ea0924 1 ASDC deployResourceStructure 2022-04-08T09:14:10.389Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json ASDC sendASDCNotification 2022-04-08T09:14:10.389Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json 2022-04-08T09:14:10.390Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:14:10.390Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:10.392Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:10.393Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409250389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:14:10.493Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:10.494Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:10.494Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:10.515Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:10.515Z||pool-252-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:14:11.394Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T09:14:11.394Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml 2022-04-08T09:14:11.395Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:14:11.395Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:11.397Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:11.397Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409251394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:14:11.497Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:11.498Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:11.498Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:11.516Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:11.516Z||pool-253-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:12.398Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T09:14:12.399Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env 2022-04-08T09:14:12.399Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:14:12.399Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:12.402Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:12.402Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409252398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T09:14:12.502Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:12.503Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:12.503Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:12.530Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:12.530Z||pool-254-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:13.403Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar ASDC sendASDCNotification 2022-04-08T09:14:13.403Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar 2022-04-08T09:14:13.403Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:14:13.403Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:14:13.405Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:14:13.405Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409253403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:14:13.506Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:14:13.507Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:14:13.507Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:13.581Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:13.581Z||pool-255-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:14:14.407Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:14:14.415Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:14:14.417Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:14:14.417Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:14:14.417Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:14:44.418Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:14:44.428Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:14:44.430Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:14:44.430Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:14:44.431Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:14:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:14:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:14:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:14:53.414Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:14:53.415Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:14:53.415Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:14:53.416Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:14.431Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:15:14.451Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:15:14.459Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:15:14.459Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:15:14.459Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:15:44.459Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:15:44.481Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:15:44.483Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:15:44.483Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:15:44.483Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:15:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:15:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:15:53.383Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:15:53.931Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:15:53.932Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.932Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409233338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:53.934Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.934Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.934Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.934Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.934Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.934Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOTIFIED" } 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.935Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409228525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409234742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:53.936Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409236680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.937Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409236122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:15:53.938Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409229892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409237686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.939Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409237158, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:15:53.950Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6553700e-864d-4bf0-ad92-cc212eaa4ac4 2022-04-08T09:15:53.950Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:15:53.962Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409237884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409237895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.963Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.964Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "policy-id", "timestamp": 1649409238689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:15:53.973Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6553700e-864d-4bf0-ad92-cc212eaa4ac4 2022-04-08T09:15:53.973Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "multicloud-k8s-id", "timestamp": 1649409238164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:53.980Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:53.981Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "cds", "timestamp": 1649409238891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:15:53.987Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6553700e-864d-4bf0-ad92-cc212eaa4ac4 2022-04-08T09:15:53.987Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:15:54.005Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409233378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.006Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409241390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.007Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409245877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.008Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409240053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409247589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409248328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.009Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409249073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409250389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/vfw7590d4c00a960_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409251394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409251260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.010Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.011Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409252398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/resourceInstances/vfw7590d4c00a960/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T09:15:54.011Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.011Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.011Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "aai-ml", "timestamp": 1649409252268, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:15:54.017Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6553700e-864d-4bf0-ad92-cc212eaa4ac4 2022-04-08T09:15:54.018Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:15:54.027Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.027Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409252683, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:15:54.027Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.028Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.028Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409253403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408090926/1.0/artifacts/service-Vfw20220408090926-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:15:54.028Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:15:54.028Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:15:54.028Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409253687, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:15:54.033Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6553700e-864d-4bf0-ad92-cc212eaa4ac4 2022-04-08T09:15:54.033Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:16:14.483Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:16:14.498Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:16:14.500Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:16:14.500Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:16:14.500Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:16:14.501Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:16:14.501Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:16:14.501Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:16:14.512Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:16:44.513Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:16:44.527Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and serviceModelVersionId: 465aa05e-1b7d-42d7-be26-0cf5bc9175c2 2022-04-08T09:16:44.527Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfedf77d-d441-4065-8c51-c271bf6f736c 2022-04-08T09:16:44.529Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0 2022-04-08T09:16:44.539Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T09:16:44.612Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Invoke 2022-04-08T09:16:44.613Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[096e0351-9988-4d54-86a5-7e4f8f0d4c60], X-ECOMP-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], X-TransactionId=[], X-ONAP-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], Content-Type=[application/merge-patch+json]} 2022-04-08T09:16:46.154Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Invoke 2022-04-08T09:16:46.155Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[419dbe14-d947-450a-852b-a1fc32821b5f], X-ECOMP-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], X-TransactionId=[], X-ONAP-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], Content-Type=[application/merge-patch+json]} 2022-04-08T09:16:47.693Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Invoke 2022-04-08T09:16:47.694Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[783c5fe5-c7ad-4c0d-92fd-232d673cbd6c], X-ECOMP-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], X-TransactionId=[], X-ONAP-RequestID=[6553700e-864d-4bf0-ad92-cc212eaa4ac4], Content-Type=[application/merge-patch+json]} 2022-04-08T09:16:48.724Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:16:48.730Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T09:16:48.732Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:16:48.732Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:16:48.740Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:16:48.740Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6553700e-864d-4bf0-ad92-cc212eaa4ac4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:16:48.741Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:16:48.741Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:16:48.747Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:16:48.747Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409408740, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:16:48.847Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:16:48.849Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:16:48.849Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:16:48.882Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:16:48.883Z||pool-256-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-04-08T09:16:49.766Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:16:49.768Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:16:49.770Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:16:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:16:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:16:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:16:54.022Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:16:54.023Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:16:54.023Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "6553700e-864d-4bf0-ad92-cc212eaa4ac4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409408740, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:16:54.024Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:17:00.058Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:17:00.059Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:17:00.060Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:17:00.060Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:17:09.656Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:17:09.657Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:17:09.659Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:17:09.659Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:17:19.237Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:17:53.378Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:17:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:17:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:17:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:17:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:17:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:18:02.999Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:18:03.047Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:18:53.378Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:18:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:18:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:18:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:18:53.381Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:18:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:19:02.978Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:19:03.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:19:53.378Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:19:53.378Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:19:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:19:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:19:53.383Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:19:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:03.009Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:03.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:53.378Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:20:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:20:53.379Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:20:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:20:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:53.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:53.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:20:53.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:53.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:20:53.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:20:53.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:53.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:20:53.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:20:53.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:53.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:20:53.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:20:53.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:53.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:20:54.037Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:54.037Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||received message from topic 2022-04-08T09:20:54.037Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"275d1d08-0072-422b-a5d0-4e5768925c86","serviceName":"Demo_pNF_E9kjIIeGijiuOLSFdeKg","serviceVersion":"1.0","serviceUUID":"d8d289b0-d231-42a0-a449-1ea0856ada75","serviceDescription":"catalog service description","serviceInvariantUUID":"39e169b1-c325-4cc8-a5d1-469f645d7d2d","resources":[{"resourceInstanceName":"pNF 7018c78d-bc27 0","resourceName":"pNF 7018c78d-bc27","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5157cc7d-fcf5-4dae-93a5-667eea102784","resourceInvariantUUID":"39756d9f-a754-49e7-965b-732ee14422ec","resourceCustomizationUUID":"24532f86-fc89-43e1-8a38-954a57c6585d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml","artifactChecksum":"MGYyMDIyNDQ2NTJmNjFhNmUwOGI0N2U4ZGEyZTk5OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d0d6818-f1ec-43db-b559-13d05bbff98a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf0637f1-96e4-406d-a2bf-96b42cf7ea08","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb5c38e4-ad6b-4e69-9c4a-3d8aba221741","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml","artifactChecksum":"YmExOWM4YTA2ZGI2ODgzMjMzN2JjYzIzMzUzZjJjNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0ffc546d-198e-47fe-a5d7-b38d366b5d90","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e6c477a-8432-430b-9558-af3682361db4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54ae6917-57dc-4860-a514-020e0d9f4a78","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE9kjiiegijiuolsfdekg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml","artifactChecksum":"MjYwMmE2YmQzMDg4YWMxZTlmYzhjNGNlNzQ3ZTNlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5fe4e22-660f-420f-b603-be959b35a46c","artifactVersion":"1"},{"artifactName":"service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar","artifactChecksum":"ZWI5MTkxMGUxYTU1ZWVjOGE0MjdjZjU1OTk4YmU5ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4445c3d-978d-4edf-9467-dbcd0b8540b9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T09:20:54.040Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:20:54.040Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:20:54.043Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:20:54.043Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:54.143Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:20:54.144Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:20:54.145Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:54.170Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:54.171Z||pool-257-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:20:55.044Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:20:55.045Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:20:55.047Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:20:55.048Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:55.148Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:20:55.150Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:20:55.150Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:55.165Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:55.165Z||pool-258-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:20:56.048Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:20:56.049Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:20:56.052Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:20:56.052Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:56.154Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:20:56.155Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:20:56.156Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:56.173Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:56.174Z||pool-259-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:20:57.054Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:20:57.054Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:20:57.056Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:20:57.056Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:57.158Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-08T09:20:57.159Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:20:57.159Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:57.200Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:57.200Z||pool-260-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:20:58.057Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:20:58.058Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:20:58.060Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:20:58.060Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:58.160Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:20:58.161Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:20:58.162Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:58.177Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:58.178Z||pool-261-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:20:59.061Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:20:59.062Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:20:59.063Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:20:59.064Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:20:59.165Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:20:59.166Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:20:59.166Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:20:59.205Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:20:59.206Z||pool-262-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:21:00.065Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:21:00.065Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:21:00.071Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:21:00.071Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:21:00.175Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-08T09:21:00.176Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:21:00.176Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:21:00.207Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:21:00.208Z||pool-263-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:21:01.072Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:21:01.072Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:21:01.075Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:21:01.075Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:21:01.175Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:21:01.176Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:21:01.176Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:21:01.208Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:21:01.209Z||pool-264-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:21:02.076Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||sending notification to client: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "serviceName": "Demo_pNF_E9kjIIeGijiuOLSFdeKg", "serviceVersion": "1.0", "serviceUUID": "d8d289b0-d231-42a0-a449-1ea0856ada75", "serviceDescription": "catalog service description", "serviceInvariantUUID": "39e169b1-c325-4cc8-a5d1-469f645d7d2d", "resources": [ { "resourceInstanceName": "pNF 7018c78d-bc27 0", "resourceCustomizationUUID": "24532f86-fc89-43e1-8a38-954a57c6585d", "resourceName": "pNF 7018c78d-bc27", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5157cc7d-fcf5-4dae-93a5-667eea102784", "resourceInvariantUUID": "39756d9f-a754-49e7-965b-732ee14422ec", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "artifactChecksum": "ZWI5MTkxMGUxYTU1ZWVjOGE0MjdjZjU1OTk4YmU5ZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4445c3d-978d-4edf-9467-dbcd0b8540b9" } ], "workloadContext": "Production" } 2022-04-08T09:21:02.076Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:21:02.076Z|6553700e-864d-4bf0-ad92-cc212eaa4ac4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d8d289b0-d231-42a0-a449-1ea0856ada75 ASDC 2022-04-08T09:21:02.077Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||ASDC Notification: DistributionID:275d1d08-0072-422b-a5d0-4e5768925c86 ServiceName:Demo_pNF_E9kjIIeGijiuOLSFdeKg ServiceVersion:1.0 ServiceUUID:d8d289b0-d231-42a0-a449-1ea0856ada75 ServiceInvariantUUID:39e169b1-c325-4cc8-a5d1-469f645d7d2d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar ArtifactUUID:b4445c3d-978d-4edf-9467-dbcd0b8540b9 ArtifactChecksum:ZWI5MTkxMGUxYTU1ZWVjOGE0MjdjZjU1OTk4YmU5ZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7018c78d-bc27 0 ResourceCustomizationUUID:24532f86-fc89-43e1-8a38-954a57c6585d ResourceInvariantUUID:39756d9f-a754-49e7-965b-732ee14422ec ResourceName:pNF 7018c78d-bc27 ResourceType:PNF ResourceUUID:5157cc7d-fcf5-4dae-93a5-667eea102784 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T09:21:02.077Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8d289b0-d231-42a0-a449-1ea0856ada75 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:21:02.121Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:21:02.122Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:21:02.122Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:21:02.123Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Trying to download the artifact UUID: b4445c3d-978d-4edf-9467-dbcd0b8540b9 from URL: /sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:02.124Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:21:02.124Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:02.312Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:21:02.316Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar b4445c3d-978d-4edf-9467-dbcd0b8540b9 82639 2022-04-08T09:21:02.316Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar ASDC sendASDCNotification 2022-04-08T09:21:02.316Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:02.316Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:21:02.316Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:21:02.318Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:21:02.318Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409662316, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:21:02.419Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:21:02.420Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:21:02.420Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:21:02.445Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:21:02.446Z||pool-265-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:21:03.319Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:21:03.320Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:21:03.321Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Trying to write artifact UUID: b4445c3d-978d-4edf-9467-dbcd0b8540b9, URL: /sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar to file: /app/ASDC/1/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:03.321Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:03.322Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:03.322Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:03.522Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10007786496076611877/Definitions/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml 2022-04-08T09:21:04.441Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:21:04.441Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:21:04.441Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.441Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T09:21:04.441Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7018c78d-bc27 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-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:21:04.442Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.443Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.443Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Node template pNF 7018c78d-bc27 0 is matching search criteria 2022-04-08T09:21:04.443Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:21:04.444Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found topology templates [pNF 7018c78d-bc27 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:21:04.444Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.444Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.444Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Node template pNF 7018c78d-bc27 0 is matching search criteria 2022-04-08T09:21:04.444Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:21:04.445Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found topology templates [pNF 7018c78d-bc27 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:21:04.445Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.445Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.445Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.445Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.446Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_E9kjIIeGijiuOLSFdeKg Description:catalog service description Model UUID:d8d289b0-d231-42a0-a449-1ea0856ada75 Model Version:NULL Model InvariantUuid:39e169b1-c325-4cc8-a5d1-469f645d7d2d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:21:04.458Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5157cc7d-fcf5-4dae-93a5-667eea102784 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:21:04.463Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||pNF 7018c78d-bc27 0 2022-04-08T09:21:04.463Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5157cc7d-fcf5-4dae-93a5-667eea102784 2022-04-08T09:21:04.464Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||No resources found for Service: d8d289b0-d231-42a0-a449-1ea0856ada75 2022-04-08T09:21:04.464Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Preparing to deploy Service: d8d289b0-d231-42a0-a449-1ea0856ada75 2022-04-08T09:21:04.464Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7018c78d-bc27 0 5157cc7d-fcf5-4dae-93a5-667eea102784 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:21:04.470Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a39b3b8, org.onap.sdc.toscaparser.api.parameters.Input@5b6f176a, org.onap.sdc.toscaparser.api.parameters.Input@18c677c2, org.onap.sdc.toscaparser.api.parameters.Input@2a53fbd7, org.onap.sdc.toscaparser.api.parameters.Input@6d303956] 2022-04-08T09:21:04.470Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.471Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.471Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500|| resourceSeq for service uuid d8d289b0-d231-42a0-a449-1ea0856ada75: pNF 7018c78d-bc27 2022-04-08T09:21:04.471Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Processing PNF resource: 5157cc7d-fcf5-4dae-93a5-667eea102784 2022-04-08T09:21:04.472Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:21:04.472Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Service Demo_pNF_E9kjIIeGijiuOLSFdeKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:21:04.472Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||Resource customization UUID: 24532f86-fc89-43e1-8a38-954a57c6585d is the same as notified resource customizationUUID: 24532f86-fc89-43e1-8a38-954a57c6585d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T09:21:04.509Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7018c78d-bc27 5157cc7d-fcf5-4dae-93a5-667eea102784 0 ASDC deployResourceStructure 2022-04-08T09:21:04.509Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar ASDC sendASDCNotification 2022-04-08T09:21:04.509Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar 2022-04-08T09:21:04.509Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:21:04.510Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:21:04.512Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:21:04.512Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409664509, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:21:04.612Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:21:04.613Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:21:04.613Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:21:04.638Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:21:04.639Z||pool-266-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:21:05.513Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:21:05.526Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:21:05.529Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:21:05.529Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:21:05.529Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:21:35.530Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:21:35.555Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:21:35.557Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:21:35.558Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:21:35.558Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:21:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:21:53.383Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:21:53.383Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:21:53.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:21:53.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:21:53.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:21:53.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:22:05.559Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:22:05.586Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:22:05.588Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:22:05.589Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:22:05.589Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:22:35.590Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:22:35.605Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:22:35.607Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:22:35.607Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:22:35.608Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:22:53.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:22:53.385Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:22:53.385Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:22:53.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:22:53.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:22:53.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:22:53.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:05.608Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:23:05.637Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:23:05.641Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:23:05.642Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:23:05.642Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:23:35.642Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:23:35.658Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:23:35.660Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:23:35.660Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-08T09:23:35.661Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-08T09:23:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:23:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:23:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:23:53.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:23:53.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "multicloud-k8s-id", "timestamp": 1649409645188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:23:53.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409649892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409650080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409648525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409653378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:23:53.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409660701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:23:53.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:53.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409661139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:23:53.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:53.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409661516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:23:53.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:53.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409662316, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:23:53.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:53.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "cds", "timestamp": 1649409662154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:23:53.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 275d1d08-0072-422b-a5d0-4e5768925c86 2022-04-08T09:23:53.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275d1d08-0072-422b-a5d0-4e5768925c86 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:23:53.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409662522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:23:53.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:53.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "policy-id", "timestamp": 1649409663528, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:23:54.003Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 275d1d08-0072-422b-a5d0-4e5768925c86 2022-04-08T09:23:54.004Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275d1d08-0072-422b-a5d0-4e5768925c86 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:23:54.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409664509, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409660053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409667932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:54.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409661441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:23:54.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-08T09:23:54.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "aai-ml", "timestamp": 1649409668937, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:23:54.035Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 275d1d08-0072-422b-a5d0-4e5768925c86 2022-04-08T09:23:54.035Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275d1d08-0072-422b-a5d0-4e5768925c86 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:23:54.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409669553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409670535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409671559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/resourceInstances/pnf7018c78dbc270/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:23:54.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:54.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409671922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9kjiiegijiuolsfdekg/1.0/artifacts/service-DemoPnfE9kjiiegijiuolsfdekg-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:23:54.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:23:54.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "ves-openapi-manager", "timestamp": 1649409672564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:23:54.055Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 275d1d08-0072-422b-a5d0-4e5768925c86 2022-04-08T09:23:54.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275d1d08-0072-422b-a5d0-4e5768925c86 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:23:54.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:23:54.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649409672926, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:23:54.089Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 275d1d08-0072-422b-a5d0-4e5768925c86 2022-04-08T09:23:54.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 275d1d08-0072-422b-a5d0-4e5768925c86 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:24:05.661Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:24:05.676Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:24:05.678Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:24:05.679Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:24:05.679Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:24:05.679Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:24:05.679Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T09:24:05.679Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:24:05.679Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:24:05.686Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:24:35.686Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 275d1d08-0072-422b-a5d0-4e5768925c86 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:24:35.695Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 275d1d08-0072-422b-a5d0-4e5768925c86 and serviceModelVersionId: d8d289b0-d231-42a0-a449-1ea0856ada75 2022-04-08T09:24:35.696Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39e169b1-c325-4cc8-a5d1-469f645d7d2d 2022-04-08T09:24:35.698Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0 2022-04-08T09:24:35.712Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfedf77d-d441-4065-8c51-c271bf6f736c/model-vers/model-ver/465aa05e-1b7d-42d7-be26-0cf5bc9175c2?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T09:24:35.786Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||Invoke 2022-04-08T09:24:35.787Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[466e5e9d-4dd9-4172-ac2f-f362800622be], X-ECOMP-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], X-TransactionId=[], X-ONAP-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], Content-Type=[application/merge-patch+json]} 2022-04-08T09:24:37.320Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||Invoke 2022-04-08T09:24:37.321Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7d45c34-08b6-483b-9369-97301f4855d0], X-ECOMP-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], X-TransactionId=[], X-ONAP-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], Content-Type=[application/merge-patch+json]} 2022-04-08T09:24:38.857Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||Invoke 2022-04-08T09:24:38.858Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c867eea3-b751-4029-b831-79b14cabd700], X-ECOMP-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], X-TransactionId=[], X-ONAP-RequestID=[275d1d08-0072-422b-a5d0-4e5768925c86], Content-Type=[application/merge-patch+json]} 2022-04-08T09:24:39.890Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:24:39.891Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T09:24:39.892Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:24:39.892Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:24:39.905Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:24:39.905Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 275d1d08-0072-422b-a5d0-4e5768925c86 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:24:39.906Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:24:39.906Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:24:39.910Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:24:39.910Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|DEBUG|500||try to send status { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409879906, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:24:40.010Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:24:40.011Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:24:40.011Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:24:40.040Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:24:40.041Z||pool-267-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:24:40.928Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:24:40.929Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:24:40.929Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:24:51.368Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:24:51.369Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:24:51.370Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:24:51.370Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:24:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:24:53.382Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:24:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:24:54.036Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:24:54.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:24:54.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "275d1d08-0072-422b-a5d0-4e5768925c86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649409879906, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:24:54.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:25:00.985Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:25:00.986Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:25:00.986Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:25:00.986Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:25:10.608Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:25:10.609Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:25:10.609Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:25:10.609Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:25:20.191Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:25:53.378Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:25:53.378Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:25:53.378Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:25:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:25:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:25:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:26:02.983Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:26:03.015Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:26:53.378Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:26:53.379Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:26:53.379Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:26:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:26:53.382Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:26:53.382Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:27:02.964Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:27:02.979Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:27:53.378Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:27:53.380Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:27:53.380Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:27:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:27:53.382Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:27:53.382Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:02.970Z|556a1b7f-6c6b-4f66-bd55-ec3a267a9e11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11e1a0ca-954e-4a6d-8700-62eeac30b9bb/model-vers/model-ver/f38a73bb-fa09-474f-9355-d7c0a978be26?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:03.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:53.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:28:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:28:53.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:28:53.381Z||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 y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:28:53.382Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:54.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:54.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-08T09:28:54.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"79ad2352-aff6-4ecb-8a8b-15048ccd0501","serviceName":"vFW 2022-04-08 09-23-04","serviceVersion":"1.0","serviceUUID":"3ffca671-516f-4888-be42-a97a394e2608","serviceDescription":"catalog service description","serviceInvariantUUID":"c92e63eb-ca90-410b-be44-650b9102290c","resources":[{"resourceInstanceName":"vFW 93bb862e-1397 0","resourceName":"vFW 93bb862e-1397","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84dd7ebd-4610-43e8-83ea-d7c5106604df","resourceInvariantUUID":"f347783b-2ecf-4be5-99e3-bc25d3ffa3e7","resourceCustomizationUUID":"498251ff-e628-413a-b2ab-e313c6294099","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml","artifactChecksum":"ZGZiODZhYzQ0NjEwNzIxZjkxMzZiZTQ2YWVkNzRhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"192420b8-be96-4d32-8884-fa6bfff5c297","artifactVersion":"1"},{"artifactName":"vfw93bb862e13970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json","artifactChecksum":"NTRjNWY1MGZiZTRjNTAwOWRkN2ZhYzFkZjRmZTI3YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c3e7c2b-0d23-46b3-8838-0d33a9556cb9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e02ef14a-8b32-4c75-9670-1a5d75788835","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml","artifactChecksum":"OGUzNjZmM2M2NjlhYzJkY2JmZGRjNDlhM2Q1Mzg5NjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0682b699-5ad5-4a54-814c-e6b76b217547","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e90633e2-31cd-4183-b5d2-bc0a337f5127","artifactVersion":"2","generatedFromUUID":"e02ef14a-8b32-4c75-9670-1a5d75788835"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408092304-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml","artifactChecksum":"OWM2MzAxMTBmNTQwYjQxZDEzNmI5MTAzN2Q5OWVlNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55a0ba41-9def-4a0c-811d-63125f773194","artifactVersion":"1"},{"artifactName":"service-Vfw20220408092304-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar","artifactChecksum":"Mzk5MmFmZDYzYTkxNzJjYWYzZWMxOTMwYjgzMjZiNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"715cc0eb-6c66-4c50-a992-16ad7668e565","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T09:28:54.065Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:54.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:28:54.068Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:28:54.073Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.073Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.074Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.075Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.075Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.075Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.075Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.076Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.076Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.076Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:28:54.077Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.076Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.077Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.078Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.078Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.078Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.079Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.079Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.080Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.080Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.080Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.080Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.081Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.081Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.081Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.081Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.082Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.082Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.082Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.082Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.085Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.086Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.086Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.086Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.087Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.087Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.087Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.087Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.087Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.088Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.088Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.089Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.089Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.089Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.089Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.090Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.090Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.090Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.091Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.091Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.091Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.091Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.092Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.092Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.093Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.093Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.093Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.093Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOTIFIED" } 2022-04-08T09:28:54.094Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.094Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.094Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.094Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.094Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.095Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "ves-openapi-manager", "timestamp": 1649410101440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.095Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.095Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.095Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:28:54.096Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.096Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.096Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410100086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:28:54.096Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.097Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.097Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410099892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:28:54.097Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.098Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.098Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.098Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.099Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.099Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.099Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.099Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.100Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410109534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.101Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.101Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.101Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410109402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.101Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.102Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.102Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.104Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.104Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.104Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:28:54.105Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.106Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.106Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "cds", "timestamp": 1649410110546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:28:54.161Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79ad2352-aff6-4ecb-8a8b-15048ccd0501 2022-04-08T09:28:54.162Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 79ad2352-aff6-4ecb-8a8b-15048ccd0501 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=? 2022-04-08T09:28:54.188Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-04-08T09:28:54.189Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:28:54.189Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:28:54.205Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.206Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.206Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.206Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.206Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:28:54.206Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.206Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.207Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.207Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.207Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.208Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.208Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.209Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.209Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.210Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.211Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.211Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410105188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:28:54.212Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.212Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.212Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.213Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.213Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.213Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.214Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.214Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.214Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410113326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.214Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.214Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.215Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.215Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.215Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.215Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.215Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.215Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.216Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.216Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.216Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.216Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410108525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:28:54.216Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.216Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.217Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410114743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.217Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.217Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.217Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:54.218Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.218Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.218Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410110056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:28:54.218Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:28:54.218Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.218Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410117316, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.219Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.219Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.219Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410116844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.219Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.219Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.219Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410118323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:28:54.220Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.219Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:54.220Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.220Z||pool-268-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:28:54.220Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410117915, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:28:54.228Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79ad2352-aff6-4ecb-8a8b-15048ccd0501 2022-04-08T09:28:54.229Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:28:54.242Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.242Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410118332, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:28:54.247Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.247Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.248Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "policy-id", "timestamp": 1649410119335, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:28:54.255Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79ad2352-aff6-4ecb-8a8b-15048ccd0501 2022-04-08T09:28:54.255Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-08T09:28:54.265Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.265Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "multicloud-k8s-id", "timestamp": 1649410118919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:28:54.265Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.266Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.266Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410123392, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:28:54.266Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.266Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.266Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410124421, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:28:54.275Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79ad2352-aff6-4ecb-8a8b-15048ccd0501 2022-04-08T09:28:54.275Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:28:54.289Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.290Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410124506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T09:28:54.290Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:28:54.290Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||received message from topic 2022-04-08T09:28:54.290Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "aai-ml", "timestamp": 1649410125510, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:28:54.311Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 79ad2352-aff6-4ecb-8a8b-15048ccd0501 2022-04-08T09:28:54.311Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:28:55.077Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:28:55.078Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:28:55.087Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:28:55.088Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOTIFIED" } 2022-04-08T09:28:55.187Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T09:28:55.188Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:28:55.188Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:55.243Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:55.243Z||pool-269-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:28:56.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:28:56.091Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:28:56.094Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:28:56.095Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:28:56.195Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:28:56.196Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:28:56.196Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:56.216Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:56.217Z||pool-270-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:28:57.096Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:28:57.097Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:28:57.099Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:28:57.100Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:57.199Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T09:28:57.200Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:28:57.200Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:57.218Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:57.219Z||pool-271-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:28:58.101Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:28:58.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:28:58.104Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:28:58.105Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:28:58.205Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:28:58.206Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:28:58.206Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:58.227Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:58.227Z||pool-272-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:28:59.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:28:59.106Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:28:59.109Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:28:59.109Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:28:59.209Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:28:59.210Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:28:59.210Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:28:59.226Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:28:59.227Z||pool-273-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:00.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:29:00.112Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:00.114Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:00.115Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:29:00.215Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:00.216Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:00.216Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:00.243Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:00.244Z||pool-274-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:01.116Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "serviceName": "vFW 2022-04-08 09-23-04", "serviceVersion": "1.0", "serviceUUID": "3ffca671-516f-4888-be42-a97a394e2608", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c92e63eb-ca90-410b-be44-650b9102290c", "resources": [ { "resourceInstanceName": "vFW 93bb862e-1397 0", "resourceCustomizationUUID": "498251ff-e628-413a-b2ab-e313c6294099", "resourceName": "vFW 93bb862e-1397", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "84dd7ebd-4610-43e8-83ea-d7c5106604df", "resourceInvariantUUID": "f347783b-2ecf-4be5-99e3-bc25d3ffa3e7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw93bb862e13970_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "artifactChecksum": "NTRjNWY1MGZiZTRjNTAwOWRkN2ZhYzFkZjRmZTI3YTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c3e7c2b-0d23-46b3-8838-0d33a9556cb9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e02ef14a-8b32-4c75-9670-1a5d75788835", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e90633e2-31cd-4183-b5d2-bc0a337f5127", "generatedFromUUID": "e02ef14a-8b32-4c75-9670-1a5d75788835" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e90633e2-31cd-4183-b5d2-bc0a337f5127", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220408092304-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "artifactChecksum": "Mzk5MmFmZDYzYTkxNzJjYWYzZWMxOTMwYjgzMjZiNzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "715cc0eb-6c66-4c50-a992-16ad7668e565" } ], "workloadContext": "Production" } 2022-04-08T09:29:01.117Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:29:01.118Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ffca671-516f-4888-be42-a97a394e2608 ASDC 2022-04-08T09:29:01.119Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:79ad2352-aff6-4ecb-8a8b-15048ccd0501 ServiceName:vFW 2022-04-08 09-23-04 ServiceVersion:1.0 ServiceUUID:3ffca671-516f-4888-be42-a97a394e2608 ServiceInvariantUUID:c92e63eb-ca90-410b-be44-650b9102290c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220408092304-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar ArtifactUUID:715cc0eb-6c66-4c50-a992-16ad7668e565 ArtifactChecksum:Mzk5MmFmZDYzYTkxNzJjYWYzZWMxOTMwYjgzMjZiNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 93bb862e-1397 0 ResourceCustomizationUUID:498251ff-e628-413a-b2ab-e313c6294099 ResourceInvariantUUID:f347783b-2ecf-4be5-99e3-bc25d3ffa3e7 ResourceName:vFW 93bb862e-1397 ResourceType:VF ResourceUUID:84dd7ebd-4610-43e8-83ea-d7c5106604df ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw93bb862e13970_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json ArtifactUUID:9c3e7c2b-0d23-46b3-8838-0d33a9556cb9 ArtifactChecksum:NTRjNWY1MGZiZTRjNTAwOWRkN2ZhYzFkZjRmZTI3YTg= 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/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml ArtifactUUID:e02ef14a-8b32-4c75-9670-1a5d75788835 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/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env ArtifactUUID:e90633e2-31cd-4183-b5d2-bc0a337f5127 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/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env ArtifactUUID:e90633e2-31cd-4183-b5d2-bc0a337f5127 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-08T09:29:01.119Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ffca671-516f-4888-be42-a97a394e2608 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:29:01.178Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:29:01.180Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-08T09:29:01.180Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-08T09:29:01.180Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 715cc0eb-6c66-4c50-a992-16ad7668e565 from URL: /sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:01.180Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-08T09:29:01.180Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:01.901Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-08T09:29:01.907Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar 715cc0eb-6c66-4c50-a992-16ad7668e565 98925 2022-04-08T09:29:01.908Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar ASDC sendASDCNotification 2022-04-08T09:29:01.909Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:01.909Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:29:01.909Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:01.912Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:01.912Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410141908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:29:02.012Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-08T09:29:02.014Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:02.014Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:02.033Z||pool-275-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:02.034Z||pool-275-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:02.913Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:29:02.914Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-08T09:29:02.915Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 715cc0eb-6c66-4c50-a992-16ad7668e565, URL: /sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar to file: /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:02.917Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408092304-csar.csar 2022-04-08T09:29:02.918Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:02.918Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:03.301Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP902404843337189300/Definitions/service-Vfw20220408092304-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-08T09:29:05.731Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:29:05.732Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-08T09:29:05.732Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.732Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-08T09:29:05.732Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||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-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.732Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||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-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.732Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 93bb862e-1397 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-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||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-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.733Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.734Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.734Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.734Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:05.734Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-08T09:29:05.734Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.735Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.735Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:05.735Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-08T09:29:05.735Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:29:05.736Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.736Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.736Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:05.736Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-08T09:29:05.737Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:29:05.737Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.737Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.737Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.738Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:05.738Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:05.738Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:29:05.738Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.738Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.738Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.739Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:29:05.739Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:05.739Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:29:05.739Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:29:05.739Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.740Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.740Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:29:05.740Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.740Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:29:05.740Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.740Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-08T09:29:05.741Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.741Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T09:29:05.741Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.741Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:05.741Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:05.742Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.742Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:05.742Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:05.742Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.742Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:05.743Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:05.743Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.743Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:05.743Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:05.743Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T09:29:05.744Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:05.744Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:29:05.744Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:29:05.744Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.744Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.745Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:29:05.745Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.745Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:29:05.745Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.745Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1ab6c658-4673-450d-aba6-3276f17dffd3 2022-04-08T09:29:05.745Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.746Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:05.746Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:05.746Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:29:05.746Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.746Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.746Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.747Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:29:05.747Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:05.747Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T09:29:05.747Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:29:05.747Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.748Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:29:05.748Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.748Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f22b3c7a-66e9-4a5d-be5f-ad2921760f42 2022-04-08T09:29:05.748Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.748Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:05.749Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:05.749Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:29:05.749Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.749Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.749Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.750Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:29:05.750Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:05.750Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:29:05.750Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:29:05.750Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:05.751Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:05.751Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T09:29:05.751Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=167a81f9-50fc-4bf3-aa3a-b7a5bc01b200 2022-04-08T09:29:05.751Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.751Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.752Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.752Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.752Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.752Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.752Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:05.752Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:05.753Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-08 09-23-04 Description:catalog service description Model UUID:3ffca671-516f-4888-be42-a97a394e2608 Model Version:NULL Model InvariantUuid:c92e63eb-ca90-410b-be44-650b9102290c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 93bb862e-1397 Model UUID:4090916d-4317-443a-9127-8a5ab2ca8e8c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f347783b-2ecf-4be5-99e3-bc25d3ffa3e7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:498251ff-e628-413a-b2ab-e313c6294099 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8d3eacea-211f-4316-9a6f-10402cde9af0 ModelName:Vfw93bb862e1397..base_vfw..module-0 ModelUuid:85d547de-0f94-4f21-9135-8ff89fcb4928 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ab6c658-4673-450d-aba6-3276f17dffd3 ModelInvariantUuid:92400a3e-e8dc-46e8-8315-610b719b4f89 ModelName:vFW 93bb862e-1397-nodes.vfwCvfc ModelUuid:5a0c49e4-f180-472a-911c-cbd0297a3821 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f23807d7-54f5-4a0b-9af9-8a05b637985e ModelInvariantUuid:0d1cd118-fa2b-491f-a9cb-3505f1f16587 ModelName:Vfw93bb862e1397.compute.nodes.heat.vfw ModelUuid:ee1e0998-41de-431d-b364-9b8860df8f79 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f22b3c7a-66e9-4a5d-be5f-ad2921760f42 ModelInvariantUuid:cbffaa72-4bdc-439d-bbd2-ce3b1b464bac ModelName:vFW 93bb862e-1397-nodes.vsnCvfc ModelUuid:296c0626-dd21-4bce-a5f3-6587d4971706 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8949a40a-f0bf-46ec-bd25-328b4665c2d8 ModelInvariantUuid:c5b13557-c9ff-4b9c-98fe-981e2f100dd8 ModelName:Vfw93bb862e1397.compute.nodes.heat.vsn ModelUuid:369b864a-baf6-4d3b-8b55-2343237d7bf9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:167a81f9-50fc-4bf3-aa3a-b7a5bc01b200 ModelInvariantUuid:89d9b0a1-8741-41bd-819e-eca6ddb44bcc ModelName:vFW 93bb862e-1397-nodes.vpgCvfc ModelUuid:e31a922b-c1cf-40f1-b4bf-d83dfffbe761 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e12e9ef0-ccf5-401a-bae4-9f5fcecdf5c5 ModelInvariantUuid:9aa8fbfe-9bb0-45c8-9c63-90bff5cf94bc ModelName:Vfw93bb862e1397.compute.nodes.heat.vpg ModelUuid:598b48b0-8db0-4791-b265-f95b260a7464 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:29:05.761Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 84dd7ebd-4610-43e8-83ea-d7c5106604df Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:29:05.766Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||vFW 93bb862e-1397 0 2022-04-08T09:29:05.767Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84dd7ebd-4610-43e8-83ea-d7c5106604df 2022-04-08T09:29:05.767Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c3e7c2b-0d23-46b3-8838-0d33a9556cb9 from URL: /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json 2022-04-08T09:29:05.767Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-08T09:29:05.767Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json 2022-04-08T09:29:06.496Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-08T09:29:06.497Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json 9c3e7c2b-0d23-46b3-8838-0d33a9556cb9 785 2022-04-08T09:29:06.497Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json ASDC sendASDCNotification 2022-04-08T09:29:06.498Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json 2022-04-08T09:29:06.498Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:29:06.498Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:06.500Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:06.501Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410146497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:29:06.601Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:06.602Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:06.602Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:06.622Z||pool-276-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:06.623Z||pool-276-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:29:07.501Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw93bb862e1397..base_vfw..module-0", "vfModuleModelInvariantUUID": "8d3eacea-211f-4316-9a6f-10402cde9af0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85d547de-0f94-4f21-9135-8ff89fcb4928", "vfModuleModelCustomizationUUID": "68bdf510-a938-4d48-b77e-bd3a6a53435e", "isBase": true, "artifacts": [ "e02ef14a-8b32-4c75-9670-1a5d75788835", "e90633e2-31cd-4183-b5d2-bc0a337f5127" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T09:29:07.506Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw93bb862e1397..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85d547de-0f94-4f21-9135-8ff89fcb4928 VfModuleModelInvariantUUID:8d3eacea-211f-4316-9a6f-10402cde9af0 VfModuleModelDescription:NULL Artifacts UUID List:{ e02ef14a-8b32-4c75-9670-1a5d75788835 , e90633e2-31cd-4183-b5d2-bc0a337f5127 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T09:29:07.509Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw93bb862e1397..base_vfw..module-0", "vfModuleModelInvariantUUID": "8d3eacea-211f-4316-9a6f-10402cde9af0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85d547de-0f94-4f21-9135-8ff89fcb4928", "vfModuleModelCustomizationUUID": "68bdf510-a938-4d48-b77e-bd3a6a53435e", "isBase": true, "artifacts": [ "e02ef14a-8b32-4c75-9670-1a5d75788835", "e90633e2-31cd-4183-b5d2-bc0a337f5127" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-08T09:29:07.509Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw93bb862e1397..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85d547de-0f94-4f21-9135-8ff89fcb4928 VfModuleModelInvariantUUID:8d3eacea-211f-4316-9a6f-10402cde9af0 VfModuleModelDescription:NULL Artifacts UUID List:{ e02ef14a-8b32-4c75-9670-1a5d75788835 , e90633e2-31cd-4183-b5d2-bc0a337f5127 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-08T09:29:07.509Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e02ef14a-8b32-4c75-9670-1a5d75788835 from URL: /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml 2022-04-08T09:29:07.509Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-08T09:29:07.510Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml 2022-04-08T09:29:08.198Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-08T09:29:08.199Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml e02ef14a-8b32-4c75-9670-1a5d75788835 20368 2022-04-08T09:29:08.199Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T09:29:08.200Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml 2022-04-08T09:29:08.200Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:29:08.200Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:08.202Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:08.202Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410148199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:29:08.302Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:08.304Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:08.304Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:08.350Z||pool-277-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:08.351Z||pool-277-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:09.207Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e90633e2-31cd-4183-b5d2-bc0a337f5127 from URL: /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env 2022-04-08T09:29:09.207Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-08T09:29:09.208Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env 2022-04-08T09:29:09.903Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-08T09:29:09.904Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env e90633e2-31cd-4183-b5d2-bc0a337f5127 2098 2022-04-08T09:29:09.904Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T09:29:09.905Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env 2022-04-08T09:29:09.905Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:29:09.905Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:09.907Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:09.907Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410149904, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:29:10.007Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:10.008Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:10.009Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:10.038Z||pool-278-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:10.039Z||pool-278-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:10.908Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3ffca671-516f-4888-be42-a97a394e2608 2022-04-08T09:29:10.909Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 93bb862e-1397 0 84dd7ebd-4610-43e8-83ea-d7c5106604df ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:29:10.935Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@322ecdfb, org.onap.sdc.toscaparser.api.parameters.Input@70884354, org.onap.sdc.toscaparser.api.parameters.Input@2b6d6e37, org.onap.sdc.toscaparser.api.parameters.Input@6bae1d4a, org.onap.sdc.toscaparser.api.parameters.Input@2fab44d1] 2022-04-08T09:29:10.938Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.939Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.939Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-04-08T09:29:10.940Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 498251ff-e628-413a-b2ab-e313c6294099 2022-04-08T09:29:10.940Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 498251ff-e628-413a-b2ab-e313c6294099 matches Tosca VF Customization UUID: 498251ff-e628-413a-b2ab-e313c6294099 2022-04-08T09:29:10.940Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 498251ff-e628-413a-b2ab-e313c6294099 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-08T09:29:10.944Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.945Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.947Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 498251ff-e628-413a-b2ab-e313c6294099: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-08T09:29:10.947Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4608fb7e 2022-04-08T09:29:10.947Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.948Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-08T09:29:10.948Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68bdf510-a938-4d48-b77e-bd3a6a53435e 2022-04-08T09:29:10.949Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68bdf510-a938-4d48-b77e-bd3a6a53435e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-08T09:29:10.954Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.954Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:10.954Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:10.955Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.955Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:10.955Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:10.955Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.956Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:10.956Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:10.956Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-08T09:29:10.956Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:10.956Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:29:10.957Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:29:10.957Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.957Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:10.957Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:29:10.958Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:10.958Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:29:10.958Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.958Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1ab6c658-4673-450d-aba6-3276f17dffd3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:29:10.962Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.963Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:10.963Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:10.964Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.964Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:10.965Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:10.965Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:29:10.965Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.966Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:10.966Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.966Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:29:10.967Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:10.967Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-08T09:29:10.967Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-08T09:29:10.968Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:10.968Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-08T09:29:10.969Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.969Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f22b3c7a-66e9-4a5d-be5f-ad2921760f42 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:29:10.974Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.974Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:10.975Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:10.975Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.975Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is not matching search criteria 2022-04-08T09:29:10.976Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-08T09:29:10.976Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-08T09:29:10.976Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.976Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:10.977Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.977Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-08T09:29:10.977Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-08T09:29:10.978Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-08T09:29:10.978Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-08T09:29:10.978Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-08T09:29:10.978Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-08T09:29:10.979Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-08T09:29:10.979Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=167a81f9-50fc-4bf3-aa3a-b7a5bc01b200 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-08T09:29:10.983Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.983Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:10.983Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-08T09:29:10.984Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.984Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Node template vFW 93bb862e-1397 0 is matching search criteria 2022-04-08T09:29:10.984Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 93bb862e-1397 0] matching following query criteria: sdcType=VF, customizationUUID=498251ff-e628-413a-b2ab-e313c6294099 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:29:10.987Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.988Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.988Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3ffca671-516f-4888-be42-a97a394e2608: vFW 93bb862e-1397 2022-04-08T09:29:10.988Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.988Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.989Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.989Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.989Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.989Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.990Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.990Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.991Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:29:10.992Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-08 09-23-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:29:10.992Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-08 09-23-04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:29:11.291Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 93bb862e-1397 84dd7ebd-4610-43e8-83ea-d7c5106604df 1 ASDC deployResourceStructure 2022-04-08T09:29:11.292Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json ASDC sendASDCNotification 2022-04-08T09:29:11.292Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json 2022-04-08T09:29:11.292Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:29:11.293Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:11.295Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:11.296Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410151292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:29:11.396Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:11.396Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:11.397Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:11.419Z||pool-279-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:11.419Z||pool-279-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:12.297Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-08T09:29:12.298Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml 2022-04-08T09:29:12.298Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:29:12.299Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:12.300Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:12.301Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410152297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:29:12.401Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:12.402Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:12.402Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:12.421Z||pool-280-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:12.421Z||pool-280-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:13.302Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-08T09:29:13.302Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env 2022-04-08T09:29:13.302Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:29:13.303Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:13.305Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:13.305Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410153302, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T09:29:13.405Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:13.407Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:13.407Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:13.438Z||pool-281-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:13.439Z||pool-281-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:14.306Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar ASDC sendASDCNotification 2022-04-08T09:29:14.306Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar 2022-04-08T09:29:14.306Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:29:14.307Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:14.308Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:14.308Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410154306, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:29:14.409Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:14.411Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:14.411Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:14.459Z||pool-282-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:14.460Z||pool-282-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:29:15.309Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79ad2352-aff6-4ecb-8a8b-15048ccd0501 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:29:15.328Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79ad2352-aff6-4ecb-8a8b-15048ccd0501 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:29:15.332Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:29:15.333Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:29:15.333Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:29:15.333Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:29:15.333Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:29:15.333Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:29:15.341Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:29:45.342Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:29:45.350Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and serviceModelVersionId: 3ffca671-516f-4888-be42-a97a394e2608 2022-04-08T09:29:45.351Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c92e63eb-ca90-410b-be44-650b9102290c 2022-04-08T09:29:45.353Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0 2022-04-08T09:29:45.361Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-08T09:29:45.418Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T09:29:45.420Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Invoke 2022-04-08T09:29:46.952Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T09:29:46.953Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Invoke 2022-04-08T09:29:48.494Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-08T09:29:48.496Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Invoke 2022-04-08T09:29:49.522Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:29:49.524Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T09:29:49.524Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:29:49.524Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:29:49.547Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:29:49.548Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79ad2352-aff6-4ecb-8a8b-15048ccd0501 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:29:49.548Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:29:49.548Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:29:49.551Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:29:49.551Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410189548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:29:49.651Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:29:49.652Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:29:49.652Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:49.700Z||pool-283-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:49.700Z||pool-283-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:29:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:29:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:29:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:29:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:29:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:29:53.547Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:29:53.548Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:29:53.548Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:29:53.549Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:02.973Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:30:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:30:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:30:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:30:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:30:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:30:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:30:53.944Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:30:53.945Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.945Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "NOTIFIED" } 2022-04-08T09:30:53.946Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:53.947Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.947Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-08T09:30:53.947Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:53.948Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.948Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:30:53.948Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:53.948Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.949Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-08T09:30:53.949Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:53.949Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.949Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:30:53.949Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:53.949Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.950Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410133378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:30:53.950Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:30:53.950Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.950Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410141908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:30:53.950Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.950Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410146497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "DOWNLOAD_OK" } 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410148199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.951Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410149904, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410151292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/vfw93bb862e13970_modules.json", "status": "DEPLOY_OK" } 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410152297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.952Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410153302, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/resourceInstances/vfw93bb862e13970/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410154306, "artifactURL": "/sdc/v1/catalog/services/Vfw20220408092304/1.0/artifacts/service-Vfw20220408092304-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||received message from topic 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "79ad2352-aff6-4ecb-8a8b-15048ccd0501", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410189548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:30:53.953Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:31:03.011Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:31:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:31:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:31:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:31:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:31:53.381Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:31:53.382Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:32:02.971Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:32:02.983Z|c7a9df7a-0c08-4e20-b0dd-9e1c29a28fa5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f99c9ce-9ff1-41d5-ae91-402a0c882a82/model-vers/model-ver/23b62a35-6b8b-4692-9815-c5a58aa745f4?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:32:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:32:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:32:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:32:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:32:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:32:53.381Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:33:02.988Z|af77c6dc-720f-4368-aeb8-1f9220f1bbc0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f2b130b-d996-4aca-a02a-13eeecd59dcb/model-vers/model-ver/e7913a42-5614-4cd0-87be-f02a66661687?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:33:02.990Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:33:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:33:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:33:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:33:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:33:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:33:53.381Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:03.043Z|275d1d08-0072-422b-a5d0-4e5768925c86|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e169b1-c325-4cc8-a5d1-469f645d7d2d/model-vers/model-ver/d8d289b0-d231-42a0-a449-1ea0856ada75?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:03.068Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:53.378Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:34:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:34:53.379Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:34:53.382Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:34:53.382Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:54.037Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:54.038Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.039Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"998f62ce-06eb-4eaa-8add-ab8099f3bc45","serviceName":"Demo_pNF_ktktjEFBJU4PkkKdVVy6","serviceVersion":"1.0","serviceUUID":"0413883c-d756-4e8c-a0ca-1a038729cb5e","serviceDescription":"catalog service description","serviceInvariantUUID":"dbfb59ef-50ab-4ad2-8064-6f70ca0fd982","resources":[{"resourceInstanceName":"pNF a4c7c959-9c8b 0","resourceName":"pNF a4c7c959-9c8b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"79dd639b-13a6-409c-8f1a-df178ecef0d3","resourceInvariantUUID":"a6b9b7bf-9db7-4220-a344-c4f839d8a22c","resourceCustomizationUUID":"796d509f-9bc5-4817-87f7-7281246d89a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml","artifactChecksum":"MDIxNWM4ZGU0NDJjNmU1ODcwNTkyMTBjZGFjMzRjZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9eecae0d-5e2c-4d3e-98b2-c36565155e67","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar","artifactChecksum":"ZTg5MmVhNDkwNGU5MDFhNDRiYmJjMTUxZTgxZjMyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fcef9df-83e7-40d4-b61d-7ccb970ebe7c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aa57189-7421-4805-9625-90edf0eb49e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml","artifactChecksum":"Zjk5N2UzZjE1MGVhNjUyNzUzNDI3MmU4MTFlY2FkYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e54e321d-4ec7-4cd4-a7d4-a61c32010b5c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95d281bf-3d27-4832-b555-79ee12b6fc97","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f48e080a-1f65-4f59-b4fb-308742e1aaa5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml","artifactChecksum":"NThhMTJlYWRkOTRlYTQ1NTVlMTFiNDVmN2Q4NmE1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d6b616a-0b61-4cb8-83ad-ffaacaa9b041","artifactVersion":"1"},{"artifactName":"service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar","artifactChecksum":"YTBlMmY2ZGQzZDIzYTFiMTA5NWExYjI2ZmU5NGY5OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"460eace1-df72-4548-bd4a-66e62e8ec810","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-08T09:34:54.042Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:34:54.038Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:54.043Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:34:54.044Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.044Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.045Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.045Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.045Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.045Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.046Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.046Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:34:54.046Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.046Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.047Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.047Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.047Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.047Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.047Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.047Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.048Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.048Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.048Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.048Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.048Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.048Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.049Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.049Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.049Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.049Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.050Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.050Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.050Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.050Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.050Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.050Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.051Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.051Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.051Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.051Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.051Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.052Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.052Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.052Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.053Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.053Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.053Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.053Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.053Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.054Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.054Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.054Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.054Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.054Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.054Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.055Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.055Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.055Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.055Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.055Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.055Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.056Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410460080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:34:54.057Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.058Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.058Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.058Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.058Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.058Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410459892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410461440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.059Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.060Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410469418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410469198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.061Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.062Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.062Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.062Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.062Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.062Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.062Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "cds", "timestamp": 1649410470428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:34:54.087Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 998f62ce-06eb-4eaa-8add-ab8099f3bc45 2022-04-08T09:34:54.087Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:34:54.104Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.104Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410470732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-08T09:34:54.104Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.105Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.105Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.105Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.105Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.106Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410471762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-08T09:34:54.107Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.107Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.107Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.107Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.107Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.107Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.108Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.108Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.108Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.108Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.108Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.108Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "ves-openapi-manager", "timestamp": 1649410472767, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:34:54.116Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 998f62ce-06eb-4eaa-8add-ab8099f3bc45 2022-04-08T09:34:54.116Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:34:54.129Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.138Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.139Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.139Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.139Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.139Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.139Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.139Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "multicloud-k8s-id", "timestamp": 1649410465188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.140Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.141Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.141Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.141Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.141Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.141Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.142Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.142Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.142Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.143Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.143Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.143Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410468525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:34:54.143Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.144Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.144Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:54.144Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.144Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.145Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410476732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-08T09:34:54.147Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:34:54.148Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:34:54.148Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:54.145Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.149Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.149Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410477910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:34:54.149Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.150Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.150Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410470053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:34:54.150Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:34:54.150Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.150Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "aai-ml", "timestamp": 1649410477737, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:34:54.161Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 998f62ce-06eb-4eaa-8add-ab8099f3bc45 2022-04-08T09:34:54.165Z||pool-284-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:54.165Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and ComponentName AAI 2022-04-08T09:34:54.166Z||pool-284-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:34:54.184Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.184Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410478917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:34:54.184Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.185Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.185Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410479547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:34:54.185Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.185Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.185Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "policy-id", "timestamp": 1649410479920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:34:54.194Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 998f62ce-06eb-4eaa-8add-ab8099f3bc45 2022-04-08T09:34:54.195Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:34:54.210Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.210Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410481817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:34:54.211Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:34:54.211Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:34:54.211Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649410482821, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:34:54.218Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 998f62ce-06eb-4eaa-8add-ab8099f3bc45 2022-04-08T09:34:54.219Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-08T09:34:55.047Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:34:55.048Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:34:55.051Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:34:55.051Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:55.151Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:34:55.152Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:34:55.152Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:55.179Z||pool-285-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:55.180Z||pool-285-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:34:56.051Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:34:56.052Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:34:56.054Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:34:56.054Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:56.155Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:34:56.156Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:34:56.156Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:56.173Z||pool-286-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:56.174Z||pool-286-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:34:57.055Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:34:57.056Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:34:57.057Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:34:57.058Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:57.158Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:34:57.159Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:34:57.160Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:57.173Z||pool-287-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:57.174Z||pool-287-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:34:58.058Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:34:58.059Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:34:58.061Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:34:58.061Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:58.161Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:34:58.162Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:34:58.162Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:58.175Z||pool-288-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:58.176Z||pool-288-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:34:59.062Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:34:59.062Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:34:59.066Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:34:59.066Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:34:59.166Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:34:59.167Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:34:59.167Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:34:59.186Z||pool-289-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:34:59.187Z||pool-289-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:35:00.067Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:35:00.068Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:35:00.070Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:35:00.071Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:35:00.171Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:35:00.171Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:35:00.172Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:00.196Z||pool-290-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:35:00.197Z||pool-290-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:35:01.071Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-04-08T09:35:01.073Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:35:01.075Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:35:01.075Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:35:01.177Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-08T09:35:01.178Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:35:01.179Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:01.200Z||pool-291-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:35:01.200Z||pool-291-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:35:02.077Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||sending notification to client: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "serviceName": "Demo_pNF_ktktjEFBJU4PkkKdVVy6", "serviceVersion": "1.0", "serviceUUID": "0413883c-d756-4e8c-a0ca-1a038729cb5e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dbfb59ef-50ab-4ad2-8064-6f70ca0fd982", "resources": [ { "resourceInstanceName": "pNF a4c7c959-9c8b 0", "resourceCustomizationUUID": "796d509f-9bc5-4817-87f7-7281246d89a3", "resourceName": "pNF a4c7c959-9c8b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "79dd639b-13a6-409c-8f1a-df178ecef0d3", "resourceInvariantUUID": "a6b9b7bf-9db7-4220-a344-c4f839d8a22c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "artifactChecksum": "YTBlMmY2ZGQzZDIzYTFiMTA5NWExYjI2ZmU5NGY5OTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "460eace1-df72-4548-bd4a-66e62e8ec810" } ], "workloadContext": "Production" } 2022-04-08T09:35:02.077Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-08T09:35:02.077Z|79ad2352-aff6-4ecb-8a8b-15048ccd0501|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0413883c-d756-4e8c-a0ca-1a038729cb5e ASDC 2022-04-08T09:35:02.078Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||ASDC Notification: DistributionID:998f62ce-06eb-4eaa-8add-ab8099f3bc45 ServiceName:Demo_pNF_ktktjEFBJU4PkkKdVVy6 ServiceVersion:1.0 ServiceUUID:0413883c-d756-4e8c-a0ca-1a038729cb5e ServiceInvariantUUID:dbfb59ef-50ab-4ad2-8064-6f70ca0fd982 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar ArtifactUUID:460eace1-df72-4548-bd4a-66e62e8ec810 ArtifactChecksum:YTBlMmY2ZGQzZDIzYTFiMTA5NWExYjI2ZmU5NGY5OTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a4c7c959-9c8b 0 ResourceCustomizationUUID:796d509f-9bc5-4817-87f7-7281246d89a3 ResourceInvariantUUID:a6b9b7bf-9db7-4220-a344-c4f839d8a22c ResourceName:pNF a4c7c959-9c8b ResourceType:PNF ResourceUUID:79dd639b-13a6-409c-8f1a-df178ecef0d3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-08T09:35:02.078Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0413883c-d756-4e8c-a0ca-1a038729cb5e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:35:02.108Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:35:02.108Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:35:02.109Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:35:02.109Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Trying to download the artifact UUID: 460eace1-df72-4548-bd4a-66e62e8ec810 from URL: /sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:02.109Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - download 2022-04-08T09:35:02.110Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:02.524Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||GET Response Status 200 2022-04-08T09:35:02.529Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 460eace1-df72-4548-bd4a-66e62e8ec810 82658 2022-04-08T09:35:02.530Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar ASDC sendASDCNotification 2022-04-08T09:35:02.530Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:02.530Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-04-08T09:35:02.531Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:35:02.533Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:35:02.534Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410502530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:35:02.634Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:35:02.635Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:35:02.635Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:02.674Z||pool-292-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:35:02.674Z||pool-292-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-04-08T09:35:03.534Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-08T09:35:03.536Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||MSO config path is: /app 2022-04-08T09:35:03.536Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Trying to write artifact UUID: 460eace1-df72-4548-bd4a-66e62e8ec810, URL: /sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar to file: /app/ASDC/1/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:03.536Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:03.537Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:03.537Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:03.723Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15226097705544343045/Definitions/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml 2022-04-08T09:35:04.777Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-04-08T09:35:04.778Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:35:04.778Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.779Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-08T09:35:04.779Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.779Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.779Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.779Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.779Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.780Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a4c7c959-9c8b 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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.780Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?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-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.780Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|WARN|500||#################################################################################################### 2022-04-08T09:35:04.780Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.780Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.781Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Node template pNF a4c7c959-9c8b 0 is matching search criteria 2022-04-08T09:35:04.781Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:35:04.781Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Found topology templates [pNF a4c7c959-9c8b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:35:04.781Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.782Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.782Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Node template pNF a4c7c959-9c8b 0 is matching search criteria 2022-04-08T09:35:04.782Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Search for entities recursively 2022-04-08T09:35:04.782Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Found topology templates [pNF a4c7c959-9c8b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-08T09:35:04.783Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.783Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.783Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.783Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.784Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.784Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.784Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.784Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.784Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.785Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.785Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ktktjEFBJU4PkkKdVVy6 Description:catalog service description Model UUID:0413883c-d756-4e8c-a0ca-1a038729cb5e Model Version:NULL Model InvariantUuid:dbfb59ef-50ab-4ad2-8064-6f70ca0fd982 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-08T09:35:04.793Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 79dd639b-13a6-409c-8f1a-df178ecef0d3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:35:04.798Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||pNF a4c7c959-9c8b 0 2022-04-08T09:35:04.798Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 79dd639b-13a6-409c-8f1a-df178ecef0d3 2022-04-08T09:35:04.799Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||No resources found for Service: 0413883c-d756-4e8c-a0ca-1a038729cb5e 2022-04-08T09:35:04.799Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Preparing to deploy Service: 0413883c-d756-4e8c-a0ca-1a038729cb5e 2022-04-08T09:35:04.799Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a4c7c959-9c8b 0 79dd639b-13a6-409c-8f1a-df178ecef0d3 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:35:04.805Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@561d0dd0, org.onap.sdc.toscaparser.api.parameters.Input@39a7f0ee, org.onap.sdc.toscaparser.api.parameters.Input@1d107635, org.onap.sdc.toscaparser.api.parameters.Input@86901ee, org.onap.sdc.toscaparser.api.parameters.Input@36a4eebe] 2022-04-08T09:35:04.806Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.806Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.807Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500|| resourceSeq for service uuid 0413883c-d756-4e8c-a0ca-1a038729cb5e: pNF a4c7c959-9c8b 2022-04-08T09:35:04.807Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Processing PNF resource: 79dd639b-13a6-409c-8f1a-df178ecef0d3 2022-04-08T09:35:04.807Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-08T09:35:04.808Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Service Demo_pNF_ktktjEFBJU4PkkKdVVy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-08T09:35:04.808Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||Resource customization UUID: 796d509f-9bc5-4817-87f7-7281246d89a3 is the same as notified resource customizationUUID: 796d509f-9bc5-4817-87f7-7281246d89a3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-08T09:35:04.850Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a4c7c959-9c8b 79dd639b-13a6-409c-8f1a-df178ecef0d3 0 ASDC deployResourceStructure 2022-04-08T09:35:04.850Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar ASDC sendASDCNotification 2022-04-08T09:35:04.851Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar 2022-04-08T09:35:04.851Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-04-08T09:35:04.851Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:35:04.854Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:35:04.854Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410504850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:35:04.954Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-08T09:35:04.955Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:35:04.955Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:04.974Z||pool-293-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:35:04.975Z||pool-293-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-08T09:35:05.856Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998f62ce-06eb-4eaa-8add-ab8099f3bc45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:35:05.870Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998f62ce-06eb-4eaa-8add-ab8099f3bc45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-08T09:35:05.873Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-08T09:35:05.885Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-08T09:35:35.886Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-08T09:35:35.894Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and serviceModelVersionId: 0413883c-d756-4e8c-a0ca-1a038729cb5e 2022-04-08T09:35:35.894Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbfb59ef-50ab-4ad2-8064-6f70ca0fd982 2022-04-08T09:35:35.896Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0 2022-04-08T09:35:35.903Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c92e63eb-ca90-410b-be44-650b9102290c/model-vers/model-ver/3ffca671-516f-4888-be42-a97a394e2608?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-04-08T09:35:35.939Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||Invoke 2022-04-08T09:35:35.940Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2631e276-629f-47df-84f9-2c45cf046165], X-ECOMP-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], X-TransactionId=[], X-ONAP-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], Content-Type=[application/merge-patch+json]} 2022-04-08T09:35:37.484Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||Invoke 2022-04-08T09:35:37.485Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0881c8c-d799-4079-8884-afd450d0723e], X-ECOMP-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], X-TransactionId=[], X-ONAP-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], Content-Type=[application/merge-patch+json]} 2022-04-08T09:35:39.018Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||Invoke 2022-04-08T09:35:39.019Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05e90ba5-bcba-4aff-ae4f-d7a3ea8e0b77], X-ECOMP-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], X-TransactionId=[], X-ONAP-RequestID=[998f62ce-06eb-4eaa-8add-ab8099f3bc45], Content-Type=[application/merge-patch+json]} 2022-04-08T09:35:40.052Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:35:40.053Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-04-08T09:35:40.053Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:35:40.053Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-08T09:35:40.059Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-08T09:35:40.059Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 998f62ce-06eb-4eaa-8add-ab8099f3bc45 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-04-08T09:35:40.060Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-08T09:35:40.060Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||DistributionClient - sendStatus 2022-04-08T09:35:40.067Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-08T09:35:40.067Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|DEBUG|500||try to send status { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410540060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:35:40.167Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-08T09:35:40.173Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-08T09:35:40.174Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:40.204Z||pool-294-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:35:40.205Z||pool-294-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-08T09:35:53.378Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:35:53.380Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:35:53.380Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:35:53.382Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:35:53.382Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:35:53.534Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:35:53.535Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:35:53.535Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:35:53.536Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:02.969Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:36:53.378Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:36:53.379Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:36:53.379Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:36:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-08T09:36:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-08T09:36:53.381Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ... 2022-04-08T09:36:53.953Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-04-08T09:36:53.954Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.954Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-08T09:36:53.955Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.955Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.955Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:36:53.956Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/resourceInstances/pnfa4c7c9599c8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410493378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "NOTIFIED" } 2022-04-08T09:36:53.957Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Missing status on Status Object. 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410502530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410504850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKtktjefbju4pkkkdvvy6/1.0/artifacts/service-DemoPnfKtktjefbju4pkkkdvvy6-csar.csar", "status": "DEPLOY_OK" } 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||received message from topic 2022-04-08T09:36:53.958Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "998f62ce-06eb-4eaa-8add-ab8099f3bc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649410540060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-04-08T09:36:53.959Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a76728d-9182-43ac-ae72-af8de64114dd/model-vers/model-ver/99087d06-e099-4260-96f9-95fa8e3f2a4e?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-08T09:37:02.986Z|998f62ce-06eb-4eaa-8add-ab8099f3bc45|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfb59ef-50ab-4ad2-8064-6f70ca0fd982/model-vers/model-ver/0413883c-d756-4e8c-a0ca-1a038729cb5e?depth=0|INFO|500|| --> HTTP/1.1 200 OK